HDFS-9906. Remove spammy log spew when a datanode is restarted. (Contributed by Brahma Reddy Battula)

(cherry picked from commit 02949b2151f1eecce3e1bcdbbec1afac164a6065)
This commit is contained in:
Arpit Agarwal 2016-03-07 12:19:53 -08:00 committed by Xiaoyu Yao
parent f4b58eae94
commit aca4310f32

View File

@ -2571,7 +2571,7 @@ private Block addStoredBlock(final BlockInfoContiguous block,
corruptReplicas.removeFromCorruptReplicasMap(block, node,
Reason.GENSTAMP_MISMATCH);
curReplicaDelta = 0;
blockLog.warn("BLOCK* addStoredBlock: Redundant addStoredBlock request"
blockLog.debug("BLOCK* addStoredBlock: Redundant addStoredBlock request"
+ " received for {} on node {} size {}", storedBlock, node,
storedBlock.getNumBytes());
}