|
Change Variable Type excessBlocks : LightWeightLinkedSet<BlockInfo> to excessBlocks : LightWeightHashSet<BlockInfo> in method private addToExcessReplicate(dn DatanodeInfo, storedBlock BlockInfo) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blocksExcess : LightWeightLinkedSet<BlockInfo> to blocksExcess : LightWeightHashSet<BlockInfo> in method public countNodes(b BlockInfo) : NumberReplicas in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type excessBlocks : LightWeightLinkedSet<BlockInfo> to excessBlocks : LightWeightHashSet<BlockInfo> in method package chooseSourceDatanodes(block BlockInfo, containingNodes List<DatanodeDescriptor>, nodesContainingLiveReplicas List<DatanodeStorageInfo>, numReplicas NumberReplicas, liveBlockIndices List<Short>, priority int) : DatanodeDescriptor[] in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type excessReplicas : LightWeightLinkedSet<BlockInfo> to excessReplicas : LightWeightHashSet<BlockInfo> in method private removeFromExcessReplicateMap(block Block) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type excessBlocks : LightWeightLinkedSet<BlockInfo> to excessBlocks : LightWeightHashSet<BlockInfo> in method public removeStoredBlock(storedBlock BlockInfo, node DatanodeDescriptor) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type excessBlocks : LightWeightLinkedSet<BlockInfo> to excessBlocks : LightWeightHashSet<BlockInfo> in method private processOverReplicatedBlock(block BlockInfo, replication short, addedNode DatanodeDescriptor, delNodeHint DatanodeDescriptor) : void in class org.apache.hadoop.hdfs.server.blockmanagement.BlockManager |
From |
To |
|
Change Variable Type blocksExcess : LightWeightLinkedSet<BlockInfo> to blocksExcess : LightWeightHashSet<BlockInfo> in method private collectBlocksSummary(parent String, file HdfsFileStatus, res Result, blocks LocatedBlocks) : void in class org.apache.hadoop.hdfs.server.namenode.NamenodeFsck |
From |
To |