-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flaky-test: ExtensibleLoadManagerImplBaseTest.cleanup hangs in TableViewLoadDataStoreImpl.closeTableView due to a deadlock #23472
Comments
2 other threads related to the dead lock, in
|
TableViewLoadDataStoreImpl.removeAsync was made synchronized in #21777 |
"main" #1 prio=5 os_prio=0 cpu=67851.86ms elapsed=5366.03s tid=0x00007f52bc02f210 nid=0x33a0 waiting on condition [0x00007f52c21fb000] It's odd that the test main thread cannot complete the table view close operation, which blocks other TableViewLoadDataStoreImpl operations. |
Raised a PR to unsynchrnoize TableViewLoadDataStoreImpl operations. #23487 |
Search before asking
Example failure
https://github.com/apache/pulsar/actions/runs/11368523712/job/31653386805?pr=23468#step:10:616
thread dump: https://gist.github.com/lhotari/17557838cea2e4d4f4f1556fd4caec98
jstack.review analysis: https://jstack.review/?https://gist.github.com/lhotari/17557838cea2e4d4f4f1556fd4caec98#tda_1_dump
Exception stacktrace
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: