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 2021/01/10 23:30:21 UTC

[GitHub] [pulsar] flowchartsman commented on issue #5417: Broker hangs and crashes when listing non-persistent topics

flowchartsman commented on issue #5417:
URL: https://github.com/apache/pulsar/issues/5417#issuecomment-757563277


   I'm also seeing this issue on a cluster built around the `pulsar-all` image with docker. If I inspect the request with a proxy, `pulsarctl` and `pulsar-admin` both make two requests in the background:
   
   `/admin/v2/persistent/<tenant>/<namespace>`
   `admin/v2/non-persistent/<tenant>/<namespace>`
   
   The request to the persistent route returns a code 200 and a list of topics immediately. The request to the non-presistent route times out and the only an error is displayed by the client.


----------------------------------------------------------------
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.

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