kevinrr888 commented on PR #5028:
URL: https://github.com/apache/accumulo/pull/5028#issuecomment-2536841737
One thing I am considering is maybe this order of shutdown in
`Fate.shutdown` is the source of the problem:
```
if (keepRunning.compareAndSet(true, false)) {
fatePoolWatcher.shutdown();
transactionExecutor.shutdown();
workFinder.interrupt();
```
work finder is interrupted after the workers are shutdown... I think it
makes more sense to interrupt the work finder then shutdown the worker pool
--
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]