HDFS-13692. StorageInfoDefragmenter floods log when compacting StorageInfo TreeSet. Contributed by Bharat Viswanadham.
This commit is contained in:
parent
99948565cb
commit
30728aced4
@ -4576,7 +4576,7 @@ private void scanAndCompactStorages() throws InterruptedException {
|
||||
datanodesAndStorages.add(node.getDatanodeUuid());
|
||||
datanodesAndStorages.add(storage.getStorageID());
|
||||
}
|
||||
LOG.info("StorageInfo TreeSet fill ratio {} : {}{}",
|
||||
LOG.debug("StorageInfo TreeSet fill ratio {} : {}{}",
|
||||
storage.getStorageID(), ratio,
|
||||
(ratio < storageInfoDefragmentRatio)
|
||||
? " (queued for defragmentation)" : "");
|
||||
|
Loading…
Reference in New Issue
Block a user