You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/09/27 04:17:30 UTC

[GitHub] [bookkeeper] pouledodue opened a new issue #2170: KeeperErrorCode = NoNode

pouledodue opened a new issue #2170: KeeperErrorCode = NoNode
URL: https://github.com/apache/bookkeeper/issues/2170
 
 
   **BUG REPORT**
   ```
   docker exec -it  pulsar__192_168_5_55 ./bin/bookkeeper shell lostbookierecoverydelay -get
   JMX enabled by default
   04:15:28.905 [main] ERROR org.apache.bookkeeper.meta.ZkLedgerUnderreplicationManager - Error while getting LostBookieRecoveryDelay
   org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /ledgers/underreplication/lostBookieRecoveryDelay
   	at org.apache.zookeeper.KeeperException.create(KeeperException.java:114) ~[org.apache.pulsar-pulsar-zookeeper-2.4.1.jar:2.4.1]
   	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[org.apache.pulsar-pulsar-zookeeper-2.4.1.jar:2.4.1]
   	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1221) ~[org.apache.pulsar-pulsar-zookeeper-2.4.1.jar:2.4.1]
   	at org.apache.bookkeeper.zookeeper.ZooKeeperClient.access$2701(ZooKeeperClient.java:70) ~[org.apache.bookkeeper-bookkeeper-server-4.9.2.jar:4.9.2]
   	at org.apache.bookkeeper.zookeeper.ZooKeeperClient$17.call(ZooKeeperClient.java:947) ~[org.apache.bookkeeper-bookkeeper-server-4.9.2.jar:4.9.2]
   	at org.apache.bookkeeper.zookeeper.ZooKeeperClient$17.call(ZooKeeperClient.java:941) ~[org.apache.bookkeeper-bookkeeper-server-4.9.2.jar:4.9.2]
   ```
   A clear and concise description of what the bug is.
   
   ***To Reproduce***
   
   Steps to reproduce the behavior:
   1. start a docker pulsar standalone 
   2. execute above command
   
   ***Expected behavior***
   
   Printing a delay
   
   
   
   ***Additional context***
   
   pulsar:2.4.1

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


With regards,
Apache Git Services