97arushisharma commented on issue #7488:
URL: https://github.com/apache/pulsar/issues/7488#issuecomment-656222803


   I was able to resolve this problem by changing the 
`zkLedgersRootPath=/ledgers`. I had initially kept the wrong path assuming that 
it is the path on our system. However, I am still facing an issue which seem to 
be more like a bug.
   
   I am able to start my 3 bookies with `bin/bookkeeper bookie` command. But 
when I try to check the sanity using `bin/bookkeeper shell bookiesanity` 
command, I am getting the above mentioned zookeeper error. I had to use nohups 
to start my bookies as:
   ``` 
   nohup  bin/bookkeeper bookie &
   ```
   And when I list my bookies, I am finally getting all the 3 bookies:
   ```
   $ bin/bookkeeper shell listbookies -a
   
   All Bookies :
   apachepulsar-03(x.x.x.117):3181
   apachepulsar-01(x.x.x.115):3181
   apachepulsar-02(x.x.x.116):3181
   ```
   All the above commands are followed from the official documentation 
[here](https://pulsar.apache.org/docs/en/deploy-bare-metal/).
   I am using the apache-pulsar 2.6.0


----------------------------------------------------------------
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:
[email protected]


Reply via email to