Re: zookeeper node fails to communicate with Leader node

2017-04-20 Thread Michael Han
The script should be simple enough to debug. Maybe try executing the command yourself and see what happens? Could it be that JAVA_HOME was not set correctly? On Tue, Apr 18, 2017 at 1:24 PM, ravisinha0506 wrote: > I have a zookeeper cluster which includes 3 nodes.

Re: What is the role of Zookeeper and its external Integration dependencies

2017-04-20 Thread upendar devu
Could you please respond to my query. Thanks On Thu, Apr 13, 2017 at 2:46 PM, upendar devu wrote: > Sorry looks like I missed to share my queries to dev team > > We are using zookeeper 3.4.6 version with integration of Apache Kafka , > Apache Storm and Zookeeper. > > I

Re: [ANNOUNCE] Apache ZooKeeper 3.5.3-beta

2017-04-20 Thread Alexander Shraer
The issue Patrick was referring to is described here: https://zookeeper.apache.org/doc/trunk/zookeeperReconfig.html#ch_reconfig_upgrade On Thu, Apr 20, 2017 at 9:22 AM, Patrick Hunt wrote: > On Thu, Apr 20, 2017 at 9:12 AM, Michael Han wrote: > > > Just to

Re: [ANNOUNCE] Apache ZooKeeper 3.5.3-beta

2017-04-20 Thread Ben Sherman
Thanks for the 4lw warning - I was going to upgrade to 3.4.10 today but didn't expect features to be removed. It's a shame they are going away, human readable output from a one line script was a nice feature to have by default. On Wed, Apr 19, 2017 at 6:02 PM, Michael Han

Re: [ANNOUNCE] Apache ZooKeeper 3.5.3-beta

2017-04-20 Thread Michael Han
Just to clarify, 4LW feature is not removed in latest releases (3.4.10 and 3.5.3-beta). The feature is still there, it's just disabled by default. You can enable the feature if you need it (details in the admin documents). Because of the compatibility guarantees provided by ZooKeeper, we wouldn't

Re: [ANNOUNCE] Apache ZooKeeper 3.5.3-beta

2017-04-20 Thread Patrick Hunt
On Thu, Apr 20, 2017 at 9:12 AM, Michael Han wrote: > Just to clarify, 4LW feature is not removed in latest releases (3.4.10 and > 3.5.3-beta). The feature is still there, it's just disabled by default. You > can enable the feature if you need it (details in the admin