You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/12 11:33:53 UTC

[GitHub] [pulsar] Shawyeok commented on issue #15131: Get deadlock if create topic fails

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org