-
Notifications
You must be signed in to change notification settings - Fork 903
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
Dead lock error. #4457
Comments
PTAL, thanks. @lhotari @shoothzj @poorbarcode @BewareMyPower @hangc0276 |
Didn't look at his closely, fastthread.io says:
|
It looks as if we can remove this lock, which is unnecessary but result into the dead lock. bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/ReadOnlyLedgerHandle.java Lines 211 to 215 in 1ae4be0
WDYT, @horizonzy @hangc0276 @dlg99 @shoothzj |
@thetumbled I think it's ok to remove this lock if others uses OrderedExecutor too. But I think this issue maybe fixed in #4285 |
Sorry, I might be #4278 |
I think #4278 can't fixed the error. |
We are hitting this bug in pulsae 3.0.6+ . Any update on the fix? Can the fix PR be merged? |
Pulsar 3.0.5, Bookie 4.16.
The cluster has entered an abnormal state due to dead lock error.
The text was updated successfully, but these errors were encountered: