apache / pulsar

Apache Pulsar - distributed pub-sub messaging system
https://pulsar.apache.org/
Apache License 2.0
14.15k stars 3.57k forks source link

[Bug] Dead lock error in Pulsar 3.0. #22986

Open thetumbled opened 3 months ago

thetumbled commented 3 months ago

Search before asking

Read release policy

Version

pulsar 3.0.5 bookkeeper 4.16.

Minimal reproduce step

has no idea yet.

What did you expect to see?

Provide service for client.

What did you see instead?

Can't produce or consume.

Anything else?

The detailed stack is recorded at https://github.com/apache/bookkeeper/issues/4457. As Pulsar 3.0 is the most popular version for users who want to follow up to the community branch, we select 3.0.5 and try to upgrade to it. While testing 3.0, we meet such a fatal error. I think it is worthwhile for us put in time to solve it.

Are you willing to submit a PR?