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

   The previous logic used the ingest and scan rates and would say a Tablet was 
not in use when the rates were zero. However, due to a smoothing function on 
the Rate class, this may not happen or would take a really long time. The logic 
was modified to use the internal Tablet activeScans and writesInProgress 
variables to determine if activity was currently happening instead of using the 
Rate-based metrics.
   
   Fixes #3907


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