Comments on: zookeepercli: lightweight, powerful, controlled command line client for ZooKeeper https://shlomi-noach.github.io/blog/linux/zookeepercli-lightweight-powerful-controlled-command-line-client-for-zookeeper Blog by Shlomi Noach Fri, 26 Sep 2014 15:40:53 +0000 hourly 1 https://wordpress.org/?v=5.3.3 By: shlomi https://shlomi-noach.github.io/blog/linux/zookeepercli-lightweight-powerful-controlled-command-line-client-for-zookeeper/comment-page-1#comment-273934 Fri, 26 Sep 2014 15:40:53 +0000 https://shlomi-noach.github.io/blog/?p=6980#comment-273934 @Priya,

I’m going to have to relay you to the underlying library, https://godoc.org/github.com/samuel/go-zookeeper/zk, where I can find the ErrBadVersion constant declared.

Sorry I can’t help more than that. For what it’s worth, Im using ZooKeeper 3.3.5

]]>
By: Priya https://shlomi-noach.github.io/blog/linux/zookeepercli-lightweight-powerful-controlled-command-line-client-for-zookeeper/comment-page-1#comment-273857 Fri, 26 Sep 2014 03:50:33 +0000 https://shlomi-noach.github.io/blog/?p=6980#comment-273857 Thanks for this library. I am looking to update znode data using this library. I am getting error “FATAL zk: version conflict”. My Zookeeper version: 3.3.3. Please advice.

]]>
By: CEPE.sql https://shlomi-noach.github.io/blog/linux/zookeepercli-lightweight-powerful-controlled-command-line-client-for-zookeeper/comment-page-1#comment-271522 Fri, 19 Sep 2014 12:33:07 +0000 https://shlomi-noach.github.io/blog/?p=6980#comment-271522 Ok, thanks for details Shlomi.

]]>
By: shlomi https://shlomi-noach.github.io/blog/linux/zookeepercli-lightweight-powerful-controlled-command-line-client-for-zookeeper/comment-page-1#comment-271197 Thu, 18 Sep 2014 16:27:47 +0000 https://shlomi-noach.github.io/blog/?p=6980#comment-271197 No intensive writes. This is not OLTP. I write at most once per 3-4 seconds, worst case, and I really don’t care about a few seconds latency (actually I don’t care about a minute latency, and for some data even for 30 minutes latency)

]]>
By: CEPE.sql https://shlomi-noach.github.io/blog/linux/zookeepercli-lightweight-powerful-controlled-command-line-client-for-zookeeper/comment-page-1#comment-271190 Thu, 18 Sep 2014 15:52:09 +0000 https://shlomi-noach.github.io/blog/?p=6980#comment-271190 Ok, nice.
No problem with intensive writes? (if occurs)

]]>
By: shlomi https://shlomi-noach.github.io/blog/linux/zookeepercli-lightweight-powerful-controlled-command-line-client-for-zookeeper/comment-page-1#comment-271188 Thu, 18 Sep 2014 15:29:26 +0000 https://shlomi-noach.github.io/blog/?p=6980#comment-271188 No. Our zookeeper setup has almost nothing to do with mysql, actually. At least not directly. I’m personally using it as a distributed, cross DC, highly available key-value store, where I keep note of available mysql snapshots and of general mysql health.

]]>
By: CEPE.sql https://shlomi-noach.github.io/blog/linux/zookeepercli-lightweight-powerful-controlled-command-line-client-for-zookeeper/comment-page-1#comment-271185 Thu, 18 Sep 2014 14:42:58 +0000 https://shlomi-noach.github.io/blog/?p=6980#comment-271185 Do you use zookeeper to manager master/slave DBs?

]]>
By: shlomi https://shlomi-noach.github.io/blog/linux/zookeepercli-lightweight-powerful-controlled-command-line-client-for-zookeeper/comment-page-1#comment-271182 Thu, 18 Sep 2014 14:22:23 +0000 https://shlomi-noach.github.io/blog/?p=6980#comment-271182 Nice! Thanks for the tip — will take a look

]]>
By: CEPE.sql https://shlomi-noach.github.io/blog/linux/zookeepercli-lightweight-powerful-controlled-command-line-client-for-zookeeper/comment-page-1#comment-271179 Thu, 18 Sep 2014 13:52:31 +0000 https://shlomi-noach.github.io/blog/?p=6980#comment-271179 Good. We use this one at home.
https://github.com/rs/zkfarmer

]]>