Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
2.8.0
-
None
Description
Included, excluded, and source nodes are printed twice by the Balancer. First as part of BalancerParameters.toString() in
LOG.info("parameters = " + p);
And then separately
LOG.info("included nodes = " + p.getIncludedNodes()); LOG.info("excluded nodes = " + p.getExcludedNodes()); LOG.info("source nodes = " + p.getSourceNodes());
The latter can be removed.