Open xuesongxs opened 1 year ago
We may fix this issue in the master branch because we have fixed many async methods containing sync calls. do you try this case in the master branch?
Can we add WeChat?
@.***
From: Jiwei Guo Date: 2022-12-07 16:00 To: apache/pulsar CC: xuesongxs; Author Subject: Re: [apache/pulsar] [Bug] Consumer subscription failed. If some partitions on a topic are on a dead broker (Issue #18743) We may fix this issue in the master branch because we have fixed many async methods containing sync calls. do you try this case in the master branch? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
The issue had no activity for 30 days, mark with Stale label.
Search before asking
Version
2.8.1
Minimal reproduce step
1、A topic has multiple partitions, and the pulsar io thread is in the sleep or block state on a broker. 2、Create consumers on topic.
What did you expect to see?
I hope that consumers can be successfully created and messages can be received on other normal partitions except the partition on the problematic broker that cannot create consumers.
What did you see instead?
Anything else?
No response
Are you willing to submit a PR?