DieterDP-ng commented on PR #7101: URL: https://github.com/apache/hbase/pull/7101#issuecomment-2976014839
Found the root cause, it's unrelated to the changes in the PR. But I guess the test case brings it to light. It's a deadlock situation: - Thread running the test is blocked in `BufferedMutatorOverAsyncBufferedMutator#close` (in `#internalFlush`), while holding the lock on the buffered mutator instance. - The thead that executed the mutations is trying to resolve the futures in `BufferedMutatorOverAsyncBufferedMutator#mutate`, but cannot because of the held lock. -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org