dlmarion commented on PR #4562:
URL: https://github.com/apache/accumulo/pull/4562#issuecomment-2115089088

   > Another mitigation may be to delay the first run of the cleaners so that 
initialization and scan server assignments have a better chance to complete 
before the cleaner runs - that way seeing a lock as it is being built should 
not occur.
   
   The Manager and CompactionCoordinator don't have an initial delay when 
calling `LiveTServerSet.startListeningForTabletServerChanges` or 
`CompactionCoordinator.startCompactionCleaner`. I could make this change, but 
if we do, then we should do it for all of them for the same reason.


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