|
@@ -4417,7 +4417,7 @@ public class BlockManager implements BlockStatsMXBean {
|
|
|
if (pendingReconstructionBlocksCount == 0 &&
|
|
|
lowRedundancyBlocksCount == 0) {
|
|
|
LOG.info("Node {} is dead and there are no low redundancy" +
|
|
|
- " blocks or blocks pending reconstruction. Safe to decommission or",
|
|
|
+ " blocks or blocks pending reconstruction. Safe to decommission or" +
|
|
|
" put in maintenance.", node);
|
|
|
return true;
|
|
|
}
|