Shawyeok commented on issue #15131: URL: https://github.com/apache/pulsar/issues/15131#issuecomment-1096608065
There is another way to **reproduce** this and is more easier: 1. setup a remote cluster for a namespace but the cluster broker url is misconfigured like miss `pulsar://` ```shell $ pulsarctl clusters add pulsar-huawei-t --url http://172.23.1.10:8080 --broker-url 172.23.1.10:6650 $ pulsarctl tenants update -c standalone,pulsar-huawei-t public $ pulsarctl namespaces set-clusters -c standalone,pulsar-huawei-t public/default ``` 2. start a consumer ```shell $ pulsar-client consume -s dead-sub persistent://public/default/failure-test ``` 3. now you can see the deadlock -- 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]
