ivakegg commented on issue #5489:
URL: https://github.com/apache/accumulo/issues/5489#issuecomment-2819536928

   I was trying to test this out and realized that the OOB check code never 
gets invoked.  In the balance routine of the HostRegexBalancer, the 
lastOOBCheckTimes never gets filled in because the lastOOBCheckTimes does not 
get initialized with values.  Hence the check whether it is time to do the OOB 
always compares against System.currentTimeMillis().  The default should be 0 if 
the entry does not exist in the table.  Putting up a MR with this fix.


-- 
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: notifications-unsubscr...@accumulo.apache.org

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

Reply via email to