You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/11/12 14:45:24 UTC

[GitHub] [hbase] busbey commented on pull request #3838: HBASE-26443 Some BaseLoadBalancer log lines should be at DEBUG level

busbey commented on pull request #3838:
URL: https://github.com/apache/hbase/pull/3838#issuecomment-967171101


   I don't think balancer activity makes it into the cluster status api. 
   
   There's a metric for how long the last balancer run took, but that only gets updated when a run finishes. it's up to each balancer implementation to properly set it; the SimpleLoadBalancer doesn't set it.
   
   there are other more specific log messages emitted at INFO by the StochasticLoadBalancer about the start of, end of, and performing work. the SimpleLoadBalancer mostly logs at DEBUG and TRACE, with an INFO message only printed at the end of each run.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org