Sigma-Ma commented on PR #8531: URL: https://github.com/apache/hbase/pull/8531#issuecomment-5357604682
Hi @Apache9 @virajjasani, could one of you please approve the pending workflows and review this small test-only fix when convenient? HBASE-30317 fixes a synchronization race in `TestExecutorService`. Reaching `counter == 5` does not guarantee that the handlers have entered `lock.wait()`, so the status dump can still capture RUNNABLE threads under load. The patch uses `Waiter.waitFor` with fresh `ExecutorStatus` snapshots instead of adding a fixed sleep. -- 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]
