dtspence opened a new issue, #4469:
URL: https://github.com/apache/accumulo/issues/4469

   **Is your feature request related to a problem? Please describe.**
   The HostRegexTableLoadBalancer logs can be improved to help diagnose a 
tablet that is not migrating and migrations in-general.
   
   **Describe the solution you'd like**
   Within the HostRegexTableLoadBalancer:
   1. Log the migrations that are not moving as DEBUG. The message is currently 
TRACE. 
   2. Log the number of migrations being performed separately from the log line 
of all migrations.
   
   **Describe alternatives you've considered**
   No other alternatives considered.
   
   **Additional context**
   The issue was related to a cluster start-up - a single tablet blocked 
migrations and were unable determine the specific tablet causing the issue. The 
cluster was using the HostRegexTableLoadBalancer.
   
   Source reference:
   
https://github.com/apache/accumulo/blob/rel/2.1.2/core/src/main/java/org/apache/accumulo/core/spi/balancer/HostRegexTableLoadBalancer.java#L463
   
https://github.com/apache/accumulo/blob/rel/2.1.2/core/src/main/java/org/apache/accumulo/core/spi/balancer/HostRegexTableLoadBalancer.java#L529


-- 
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