Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.7.0
-
None
-
Reviewed
Description
Log message is telling if initialDelay is more than blockReportInterval setting to 0.
But actuall check is greaterthan and equal..like following..It is misleading initail I thought if it
is equal then initailBr wn't set to zero.
if (initBRDelay >= blockReportInterval) { initBRDelay = 0; DataNode.LOG.info("dfs.blockreport.initialDelay is greater than " + "dfs.blockreport.intervalMsec." + " Setting initial delay to 0 msec:"); }