kevinrr888 commented on PR #5028: URL: https://github.com/apache/accumulo/pull/5028#issuecomment-2583284891
I just saw this same bug again when running some tests on FATE changes unrelated to this PR, so this isn't tied to this PR and is preexisting. I can resolve the merge conflicts and these changes can be merged in. Maybe an issue should be opened regarding this after this is merged, if this bug is actually worth it. I don't remember the specifics, but I think it's just that a worker thread (`TransactionRunner`) gets stuck somehow on when we try to `shutdown()` `fate`. It doesn't make sense how this can occur if no transactions are running, but since `shutdownNow()` will eventually be called on the pool, it probably doesn't matter. -- 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]
