[jira] [Commented] (ZOOKEEPER-2311) assert in setup_random

2015-12-01 Thread Marshall McMullen (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15034904#comment-15034904 ] Marshall McMullen commented on ZOOKEEPER-2311: -- I got another recreate of this and this

Re: Documentation For Writing ZooKeeper Client

2015-12-01 Thread Paul Cavallaro
Awesome, thank you for all the pointers. I'll try to contribute back documentation as I learn more about how the client <-> server protocol works. Doing a little bit of digging, it looks like jute is a ZooKeeper specific IDL (similar to Thrift/ProtocolBuffers/CapnProto), so I'll take a look at

[jira] [Created] (ZOOKEEPER-2333) Data node opens random port for HTTPServer, not configurable

2015-12-01 Thread neha (JIRA)
neha created ZOOKEEPER-2333: --- Summary: Data node opens random port for HTTPServer, not configurable Key: ZOOKEEPER-2333 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2333 Project: ZooKeeper

[jira] [Commented] (ZOOKEEPER-2297) NPE is thrown while creating "key manager" and "trust manager"

2015-12-01 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035296#comment-15035296 ] Rakesh R commented on ZOOKEEPER-2297: - bq. This feature is already released in 3.5.1, will this

[jira] [Updated] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

2015-12-01 Thread Liu Shaohui (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liu Shaohui updated ZOOKEEPER-2101: --- Attachment: ZOOKEEPER-2101-v8.diff Rebase on the trunk [~brahmareddy] [~hdeng] Could you

Success: ZOOKEEPER-2101 PreCommit Build #2973

2015-12-01 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-2101 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/2973/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

2015-12-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15033432#comment-15033432 ] Hadoop QA commented on ZOOKEEPER-2101: -- +1 overall. Here are the results of testing the latest

[jira] [Commented] (ZOOKEEPER-2093) Expose cumulative latency and request count

2015-12-01 Thread Brian Brazil (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15033495#comment-15033495 ] Brian Brazil commented on ZOOKEEPER-2093: - Hi, it's been a year. Is this likely to ever get

[jira] [Commented] (ZOOKEEPER-2093) Expose cumulative latency and request count

2015-12-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15033504#comment-15033504 ] Hadoop QA commented on ZOOKEEPER-2093: -- -1 overall. Here are the results of testing the latest

Failed: ZOOKEEPER-2093 PreCommit Build #2974

2015-12-01 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-2093 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/2974/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-2170) Zookeeper is not logging as per the configuration in log4j.properties

2015-12-01 Thread neha (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15033505#comment-15033505 ] neha commented on ZOOKEEPER-2170: - Any update on when this can be merged? > Zookeeper is not logging

Re: Documentation For Writing ZooKeeper Client

2015-12-01 Thread Flavio Junqueira
I'm not sure what level you're after, but there is this diagram on zookeeper sessions: http://zookeeper.apache.org/doc/trunk/zookeeperProgrammers.html#ch_zkSessions and if you are after specifics of the protocol, I

Re: Documentation For Writing ZooKeeper Client

2015-12-01 Thread Ivan Kelly
> I'm trying to find documentation about the ZooKeeper protocol from the > perspective of a client talking to a server cluster. Is there a suggested > place to find that kind of documentation, or would I be better off just > reading other client's source code? I've never seen nor heard of such a