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 2020/03/18 18:18:37 UTC

[GitHub] [bookkeeper] eolivelli opened a new issue #2292: BookKeeper is not compatible with ZookKeeper 3.6.0

eolivelli opened a new issue #2292: BookKeeper is not compatible with ZookKeeper 3.6.0
URL: https://github.com/apache/bookkeeper/issues/2292
 
 
   We are using the Utility function  org.apache.zookeeper.ZKUtil.deleteRecursive that has been changed in 3.6.0.
   
   ***To Reproduce***
   Use ZooKeeper 3.6.0 in a project that is also using BookKeeper 4.10.0
   (like https://github.com/diennea/herddb/pull/581) 
   
   BookKeeperAdmin won't be able to work.
   
   ```
   java.lang.NoSuchMethodError: org.apache.zookeeper.ZKUtil.deleteRecursive(Lorg/apache/zookeeper/ZooKeeper;Ljava/lang/String;)V
   	at org.apache.bookkeeper.discover.ZKRegistrationManager.format(ZKRegistrationManager.java:513)
   	at org.apache.bookkeeper.client.BookKeeperAdmin.lambda$format$3(BookKeeperAdmin.java:1194)
   	at org.apache.bookkeeper.meta.MetadataDrivers.runFunctionWithMetadataBookieDriver(MetadataDrivers.java:370)
   	at org.apache.bookkeeper.client.BookKeeperAdmin.format(BookKeeperAdmin.java:1167)
   
   ```
   ***Expected behavior***
   BookKeeperAdmin should be able to "format" the cluster
   
   

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

[GitHub] [bookkeeper] eolivelli edited a comment on issue #2292: BookKeeper is not compatible with ZookKeeper 3.6.0

Posted by GitBox <gi...@apache.org>.
eolivelli edited a comment on issue #2292: BookKeeper is not compatible with ZookKeeper 3.6.0
URL: https://github.com/apache/bookkeeper/issues/2292#issuecomment-602232456
 
 
   With ZK 3.6.1 we won't have this problem anymore, 
   see the fix for ZOOKEEPER-3763
   https://github.com/apache/zookeeper/pull/1287

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

[GitHub] [bookkeeper] eolivelli commented on issue #2292: BookKeeper is not compatible with ZookKeeper 3.6.0

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #2292: BookKeeper is not compatible with ZookKeeper 3.6.0
URL: https://github.com/apache/bookkeeper/issues/2292#issuecomment-600793723
 
 
   I have created an issue in ZooKeeper
   https://issues.apache.org/jira/browse/ZOOKEEPER-3763

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

[GitHub] [bookkeeper] eolivelli closed issue #2292: BookKeeper is not compatible with ZookKeeper 3.6.0

Posted by GitBox <gi...@apache.org>.
eolivelli closed issue #2292: BookKeeper is not compatible with ZookKeeper 3.6.0
URL: https://github.com/apache/bookkeeper/issues/2292
 
 
   

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

[GitHub] [bookkeeper] eolivelli commented on issue #2292: BookKeeper is not compatible with ZookKeeper 3.6.0

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #2292: BookKeeper is not compatible with ZookKeeper 3.6.0
URL: https://github.com/apache/bookkeeper/issues/2292#issuecomment-602232456
 
 
   With ZK 3.6.1 we won't have this problem anymore, 
   see
   https://github.com/apache/zookeeper/pull/1287

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