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

   It looks like the TabletManagementIterator will always return 
`NEEDS_SPLITTING` to the TabletGroupWatcher, and the Manager will will only 
queue up one split task for the Tablet. If something is wrong with Fate, even 
if there just not enough threads, this task could sit in the queue for a long 
time and no compactions will run. Also, with the new PR #5104, bulk imports 
will be paused. The `fatePoolWatcher` will resize when the 
`MANAGER_FATE_THREADPOOL_SIZE` property is changed. I wonder if it should 
resize also based on the Fate queue size. @keith-turner  ?


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