digi691 commented on issue #5417: Broker hangs and crashes when listing 
non-persistent topics
URL: https://github.com/apache/pulsar/issues/5417#issuecomment-575692466
 
 
   @tuteng In my development environment I have two HA-Proxy servers that load 
balance between 2 - Pulsar proxy servers.  I then have 3 brokers, these brokers 
then point to 4 bookkeepers.  I also have 3 Zookeeper nodes.  The difference 
between my development and production environments are that the development 
environment's configuration store is also the Zookeeper quorum.  In my 
Production environment I have a separate quorum zookeeper cluster (3) and 
configuration store (3), and also have 8 Bookkeepers in production.  Just to 
note, I am seeing this issue in our production instance as well.  Here is the 
broker.conf I'm using on all three of the brokers and is pretty much the same 
in the production environment just different host names, cert names, and bucket 
names: https://gist.github.com/digi691/2a27c8a6055145e98450fc7efce8c0c4.  FYI - 
I had to scrub the file for hostnames, Identifications in Cert Names, etc...  
As you'll notice: TLS is turned on though authentication is currently turned 
off.  I timeout when going through the HA-Proxy and Pulsar Proxies as I would 
expect when hitting the admin api to list non-persistent volumes.  When I point 
directly to the brokers and hit that that admin api, it just sits and waits 
forever as I explained above and never produces a response.  I also cannot use 
the pulsar-admin tool sub command `topics list` as I believe it's trying to 
list non-persistent topics as well as persistent.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to