You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/01/29 16:06:23 UTC

[GitHub] ivankelly opened a new pull request #1132: Explicitly set zookeeper version in broker

ivankelly opened a new pull request #1132: Explicitly set zookeeper version in broker
URL: https://github.com/apache/incubator-pulsar/pull/1132
 
 
   The broker "shades" zookeeper via the aspectj stuff, but the version
   it shades is the one pulled in with bookkeeper-server, not the version
   specified in the top level pom. This is fairly harmless, but it breaks
   the pulsar zookeeper-shell command if you want to specify a zookeeper
   command from the commandline.
   
   This change explicitly pulls in the correct zookeeper version,
   excluding all the stuff that we usually exclude when pulling zookeeper.
   

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