Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
I think in below places log should be printed only if list size is not zero.
if (LOG.isDebugEnabled()) { LOG.debug("The cache log aggregation status size:" + logAggregationReports.size()); }
LOG.info("Sending out " + containerStatuses.size() + " NM container statuses: " + containerStatuses);
if (LOG.isDebugEnabled()) { LOG.debug("Sending out " + containerStatuses.size() + " container statuses: " + containerStatuses); }