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 2018/02/18 11:55:08 UTC

[GitHub] sijie opened a new issue #1166: Failed to get bookie list on running tests

sijie opened a new issue #1166:  Failed to get bookie list on running tests
URL: https://github.com/apache/bookkeeper/issues/1166
 
 
   ```
   2018-02-18 03:51:43,879 - ERROR - [Thread-2:BookieWatcher@60] - Failed to get bookie list : 
   org.apache.bookkeeper.client.BKException$ZKException: Error while using ZooKeeper
   	at org.apache.bookkeeper.discover.ZKRegistrationClient.lambda$getChildren$0(ZKRegistrationClient.java:287)
   	at org.apache.bookkeeper.zookeeper.ZooKeeperClient$27$1.processResult(ZooKeeperClient.java:1232)
   	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:619)
   	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:499)
   2018-02-18 03:51:43,880 - ERROR - [Thread-2:BookieWatcher@189] - Failed getReadOnlyBookies: 
   org.apache.bookkeeper.client.BKException$ZKException: Error while using ZooKeeper
   	at org.apache.bookkeeper.discover.ZKRegistrationClient.lambda$getChildren$0(ZKRegistrationClient.java:287)
   	at org.apache.bookkeeper.zookeeper.ZooKeeperClient$27$1.processResult(ZooKeeperClient.java:1232)
   	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:619)
   	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:499)
   ```
   
   Following exceptions are commonly seen at quite a lot of test cases' output. It doesn't break tests. But it is a bit annoying and confusing. 
   
   The problem comes from test case doesn't create `/ledgers/available/readonly` path.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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