|
Change Variable Type bInfoUCStriped : BlockInfoStripedUnderConstruction to bInfoUCStriped : BlockInfoStriped in method public testBlockStripedUCFileSize() : void in class org.apache.hadoop.hdfs.server.namenode.TestStripedINodeFile |
From |
To |
|
Change Variable Type uc : BlockInfoUnderConstruction to uc : BlockInfo in method package unprotectedRemoveBlock(fsd FSDirectory, path String, iip INodesInPath, fileNode INodeFile, block Block) : boolean in class org.apache.hadoop.hdfs.server.namenode.FSDirWriteFileOp |
From |
To |
|
Change Variable Type info : BlockInfoContiguousUnderConstruction to info : BlockInfoContiguous in method public testAddStoredBlockDoesNotCauseSkippedReplication() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestReplicationPolicy |
From |
To |
|
Change Variable Type bInfoUCStriped : BlockInfoStripedUnderConstruction to bInfoUCStriped : BlockInfoStriped in method public testBlockStripedUCComputeQuotaUsage() : void in class org.apache.hadoop.hdfs.server.namenode.TestStripedINodeFile |
From |
To |
|
Change Variable Type lastBlk : Block to lastBlk : BlockInfo in method package loadINode(localName byte[], isSnapshotINode boolean, in DataInput, counter Counter) : INode in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader |
From |
To |
|
Change Variable Type blockInfoRecovery : BlockInfoUnderConstruction[] to blockInfoRecovery : BlockInfo[] in method public testInitializeBlockRecovery() : void in class org.apache.hadoop.hdfs.server.blockmanagement.TestBlockInfoUnderConstruction |
From |
To |
|
Change Variable Type b : BlockInfoUnderConstruction to b : BlockInfo 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 lastBlk : BlockInfoStripedUnderConstruction to lastBlk : BlockInfoStriped in method public testGetLocatedStripedBlocks() : void in class org.apache.hadoop.hdfs.server.namenode.TestAddStripedBlocks |
From |
To |
|
Change Variable Type blocks : Block[] to blocks : BlockInfo[] in method package loadINode(localName byte[], isSnapshotINode boolean, in DataInput, counter Counter) : INode in class org.apache.hadoop.hdfs.server.namenode.FSImageFormat.Loader |
From |
To |
|
Change Variable Type blocks : List<BlockInfoUnderConstruction> to blocks : List<BlockInfo> in method public getLeaseRecoveryCommand(maxTransfers int) : BlockInfo[] in class org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor |
From |
To |
|
Change Variable Type blocks : BlockInfoUnderConstruction[] to blocks : BlockInfo[] 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 |