[GitHub] [zookeeper] anmolnar commented on issue #845: JSON file solution

2019-03-08 Thread GitBox
anmolnar commented on issue #845: JSON file solution URL: https://github.com/apache/zookeeper/pull/845#issuecomment-470948569 @smg247 Thanks for your contribution. As @tamaashu outlined correctly, you need to create a Jira ticket at the first place explaining the reasoning of your change.

[GitHub] [zookeeper] smg247 closed pull request #845: JSON file solution

2019-03-08 Thread GitBox
smg247 closed pull request #845: JSON file solution URL: https://github.com/apache/zookeeper/pull/845 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [zookeeper] smg247 commented on issue #845: JSON file solution

2019-03-08 Thread GitBox
smg247 commented on issue #845: JSON file solution URL: https://github.com/apache/zookeeper/pull/845#issuecomment-470951289 Oops. I didn't mean to open this PR here. I was just trying to do it on a fork. Thanks for your time and please disregard.

[jira] [Commented] (ZOOKEEPER-3293) ZooKeeper fails to compile on newer RHEL systems ie. Fedora

2019-03-08 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16788038#comment-16788038 ] Enrico Olivelli commented on ZOOKEEPER-3293: I get the same error > ZooKeeper fails to

[jira] [Comment Edited] (ZOOKEEPER-3293) ZooKeeper fails to compile on newer RHEL systems ie. Fedora

2019-03-08 Thread Hari Sekhon (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785089#comment-16785089 ] Hari Sekhon edited comment on ZOOKEEPER-3293 at 3/8/19 3:56 PM: Might

[jira] [Comment Edited] (ZOOKEEPER-3293) ZooKeeper fails to compile on newer RHEL systems ie. Fedora

2019-03-08 Thread Hari Sekhon (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785089#comment-16785089 ] Hari Sekhon edited comment on ZOOKEEPER-3293 at 3/8/19 4:19 PM: Might

[GitHub] [zookeeper] tamaashu commented on issue #845: JSON file solution

2019-03-08 Thread GitBox
tamaashu commented on issue #845: JSON file solution URL: https://github.com/apache/zookeeper/pull/845#issuecomment-470940683 @smg247 do you have a JIRA ticket to this PR? Looks quite a big change, I'd interested what is your goal with it. Thanks.

[jira] [Comment Edited] (ZOOKEEPER-3293) ZooKeeper fails to compile on newer RHEL systems ie. Fedora

2019-03-08 Thread Hari Sekhon (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785089#comment-16785089 ] Hari Sekhon edited comment on ZOOKEEPER-3293 at 3/8/19 4:27 PM: Might

[GitHub] [zookeeper] eolivelli commented on issue #840: ZOOKEEPER-3143 Pluggable metrics system for ZooKeeper - Data Collection on Server

2019-03-08 Thread GitBox
eolivelli commented on issue #840: ZOOKEEPER-3143 Pluggable metrics system for ZooKeeper - Data Collection on Server URL: https://github.com/apache/zookeeper/pull/840#issuecomment-471053876 retest ant build This is an

[GitHub] [zookeeper] eolivelli commented on a change in pull request #843: ZOOKEEPER-3296: Explicitly closing the sslsocket when it failed handshake to prevent issue where peers cannot join quorum

2019-03-08 Thread GitBox
eolivelli commented on a change in pull request #843: ZOOKEEPER-3296: Explicitly closing the sslsocket when it failed handshake to prevent issue where peers cannot join quorum URL: https://github.com/apache/zookeeper/pull/843#discussion_r263909095 ## File path:

[GitHub] [zookeeper] eolivelli commented on issue #721: ZOOKEEPER-3046: wait for clients to reconnect after restarting server

2019-03-08 Thread GitBox
eolivelli commented on issue #721: ZOOKEEPER-3046: wait for clients to reconnect after restarting server URL: https://github.com/apache/zookeeper/pull/721#issuecomment-471056151 @anmolnar any reason not to commit this patch ?

[GitHub] [zookeeper] eolivelli commented on issue #721: ZOOKEEPER-3046: wait for clients to reconnect after restarting server

2019-03-08 Thread GitBox
eolivelli commented on issue #721: ZOOKEEPER-3046: wait for clients to reconnect after restarting server URL: https://github.com/apache/zookeeper/pull/721#issuecomment-471056234 retest ant build retest maven build This is

Re: Jute buffer size increasing.

2019-03-08 Thread Asim Zafir
thanks and very much appreciate your feedback. here the system that is using zookeeper is HBASE and you are right its a manual setting. we had it 1mb, then increase to 20mb, 32mb and now 128 mb.. what is the impact of having higher jute buffer size and more (higher count of

datalength 0

2019-03-08 Thread Asim Zafir
HI All, I see data length of 0 on my znodes? timestamps are also not updating. is this a problem? - what does it mean? how can I find the names of children under a znode - trying to understanding what is impacting the jute.buffer to reach its max value. Will greatly appreciate if you can guide me

[GitHub] [zookeeper] jhuan31 commented on issue #800: ZOOKEEPER-3268: Add commit processor metrics

2019-03-08 Thread GitBox
jhuan31 commented on issue #800: ZOOKEEPER-3268: Add commit processor metrics URL: https://github.com/apache/zookeeper/pull/800#issuecomment-471139929 Here come unit tests and bug fixes during unit testing. This is an

Re: Jute buffer size increasing.

2019-03-08 Thread Asim Zafir
+ ZK dev community. Please assist. On Fri, Mar 8, 2019 at 4:10 PM Asim Zafir wrote: > Hi Jordon, > > We are seeing constance increase in jute buffer size on our zookeeper > instance. right now it is set to 128. We are primarily using zookeeper for > HBase cluster. I want to see what is

Re: Jute buffer size increasing.

2019-03-08 Thread Jordan Zimmerman
The Jute buffer size is a manual setting, so it wouldn't increase by itself. If you find that you have to keep increasing it's due to a few possibilities: ZNodes with lots of children (with long names). Any 1 ZooKeeper API call is limited by jute max buffer. So, if a call to getChildren() where

[jira] [Updated] (ZOOKEEPER-3294) bin/zkServer.sh no neeed to check "$ZOOBIN/../libexec/zkEnv.sh"

2019-03-08 Thread liwenjie (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liwenjie updated ZOOKEEPER-3294: Fix Version/s: (was: 3.5.5) > bin/zkServer.sh no neeed to check

[GitHub] [zookeeper] smg247 opened a new pull request #845: JSON file solution

2019-03-08 Thread GitBox
smg247 opened a new pull request #845: JSON file solution URL: https://github.com/apache/zookeeper/pull/845 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use