Description
My IDE tells me that this code snippet in DataNode.createInterDataNodeProtocolProxy() is guarding the info log entry at debug level, and it should be reviewed
if (InterDatanodeProtocol.LOG.isDebugEnabled()) { InterDatanodeProtocol.LOG.info("InterDatanodeProtocol addr=" + addr); }