Description
BasicRPCCommunications.java
if (LOG.isInfoEnabled()) { LOG.info("sendPartitionReq: Sending to " + rpcProxy.getName() + " " + addr + " from " + workerInfo + ", with partition " + partition); }
is too chatty. We're seeing thousands and sounds of these lines for larger graphs. This should be at debug level...