EdColeman opened a new pull request, #4471:
URL: https://github.com/apache/accumulo/pull/4471

   Adds two gauges that can be used to monitor balancing
   
     - manager.balancer.balancing.total - snapshot of the number of current 
migrations being performed.
     - manager.balancer.need.balancing.total - snapshot of the total number of 
migrations needed to balancing.
   
   This fixes #4470 
   
   This is based on PR #4459 and that PR needs to be merged before this PR.  
This change is rather small, with changes to: 
   
   ```
   core/src/main/java/org/apache/accumulo/core/metrics/MetricsProducer.java
   server/manager/src/main/java/org/apache/accumulo/manager/Manager.java
   
server/manager/src/main/java/org/apache/accumulo/manager/metrics/BalancerMetrics.java
   
server/manager/src/main/java/org/apache/accumulo/manager/metrics/ManagerMetrics.java
   test/src/main/java/org/apache/accumulo/test/metrics/MetricsIT.java
   ```
   
   The diff against 2.1 is much larger because it also shows the changes from 
#4459.  Marking this as draft so that it will not be merged before #4459.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to