ZooKeeper-trunk-solaris - Build # 629 - Still Failing

2013-08-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-solaris/629/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 186716 lines...] [junit] 2013-08-02

ZooKeeper-trunk-WinVS2008 - Build # 965 - Still Failing

2013-08-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-WinVS2008/965/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 514 lines...] .\src\cli.c(402): error C2065:

ZooKeeper-trunk-WinVS2008 - Build # 966 - Still Failing

2013-08-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-WinVS2008/966/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 516 lines...] .\src\cli.c(402): error C2065:

[jira] [Commented] (ZOOKEEPER-1731) Unsynchronized access to ServerCnxnFactory.connectionBeans results in deadlock

2013-08-02 Thread Camille Fournier (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13727807#comment-13727807 ] Camille Fournier commented on ZOOKEEPER-1731: - Looks good checking in

[jira] [Updated] (ZOOKEEPER-1274) Support Child watcher to be displayed with 4 letter zookeeper commands i.e, wchs,wchp,wchc

2013-08-02 Thread Raul Gutierrez Segales (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raul Gutierrez Segales updated ZOOKEEPER-1274: -- Attachment:

Failed: ZOOKEEPER-1274 PreCommit Build #1526

2013-08-02 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1274 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1526/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-1274) Support Child watcher to be displayed with 4 letter zookeeper commands i.e, wchs,wchp,wchc

2013-08-02 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13728281#comment-13728281 ] Hadoop QA commented on ZOOKEEPER-1274: -- -1 overall. Here are the results of

Re: Zookeeper 3.3.4 guarantees across sessions from the same client ?

2013-08-02 Thread Flavio Junqueira
Hi Neha, Your proposal seems fine to me. When we close a session in PrepRequestProcessor, we line up all ephemerals of the session to be deleted, so as long as the create comes after those deletes, I don't see a problem with checking if the session is closing. Do you want to create a jira so