[ https://issues.apache.org/jira/browse/HBASE-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ted Yu reopened HBASE-4694: --------------------------- At least the following change to DefaultLoadBalancer.java shouldn't have been made: {code} - numRegions += sz; - serversByLoad.put(new ServerAndLoad(server.getKey(), sz), regions); {code} The two load balancer related tests failed due to above change. > Some cleanup of log messages in RS and M > ---------------------------------------- > > Key: HBASE-4694 > URL: https://issues.apache.org/jira/browse/HBASE-4694 > Project: HBase > Issue Type: Improvement > Reporter: stack > Assignee: stack > Fix For: 0.92.0 > > Attachments: logging.txt > > > I did a little edit of logging. We do way too much but am not going to do a > big overhaul just yet. Here's a few small changes saving a few lines, some > redundancy, and making others look like surrounding log lines. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira