|
Change Variable Type b : BlockInfoContiguousUnderConstruction to b : BlockInfoUnderConstruction in method public handleHeartbeat(nodeReg DatanodeRegistration, reports StorageReport[], blockPoolId String, cacheCapacity long, cacheUsed long, xceiverCount int, maxTransfers int, failedVolumes int, volumeFailureSummary VolumeFailureSummary) : DatanodeCommand[] in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeManager |
From |
To |
|
Change Variable Type uc : BlockInfoContiguousUnderConstruction to uc : BlockInfoUnderConstruction in method package internalReleaseLease(lease Lease, src String, iip INodesInPath, recoveryLeaseHolder String) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Change Variable Type blocks : List<BlockInfoContiguousUnderConstruction> to blocks : List<BlockInfoUnderConstruction> in method public getLeaseRecoveryCommand(maxTransfers int) : BlockInfoUnderConstruction[] in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor |
From |
To |
|
Change Variable Type blockInfoRecovery : BlockInfoContiguousUnderConstruction[] to blockInfoRecovery : BlockInfoUnderConstruction[] in method public testInitializeBlockRecovery() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockInfoUnderConstruction |
From |
To |
|
Change Variable Type blocks : BlockInfoContiguousUnderConstruction[] to blocks : BlockInfoUnderConstruction[] in method public handleHeartbeat(nodeReg DatanodeRegistration, reports StorageReport[], blockPoolId String, cacheCapacity long, cacheUsed long, xceiverCount int, maxTransfers int, failedVolumes int, volumeFailureSummary VolumeFailureSummary) : DatanodeCommand[] in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeManager |
From |
To |