[jira] Updated: (ZOOKEEPER-822) Leader election taking a long time to complete

2010-10-06 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed updated ZOOKEEPER-822: Hadoop Flags: [Reviewed] +1 looks good. ready to commit. Leader election taking a

[jira] Commented: (ZOOKEEPER-804) c unit tests failing due to assertion cptr failed

2010-10-06 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12918466#action_12918466 ] Hudson commented on ZOOKEEPER-804: -- Integrated in ZooKeeper-trunk #958 (See

[jira] Updated: (ZOOKEEPER-888) c-client / zkpython: Double free corruption on node watcher

2010-10-06 Thread Lukas (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukas updated ZOOKEEPER-888: Attachment: resume-segfault.py Example code for triggering the bug c-client / zkpython: Double free

[jira] Created: (ZOOKEEPER-888) c-client / zkpython: Double free corruption on node watcher

2010-10-06 Thread Lukas (JIRA)
c-client / zkpython: Double free corruption on node watcher --- Key: ZOOKEEPER-888 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-888 Project: Zookeeper Issue Type: Bug

[jira] Updated: (ZOOKEEPER-888) c-client / zkpython: Double free corruption on node watcher

2010-10-06 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-888: --- Fix Version/s: 3.4.0 3.3.2 Borderline blocker, Henry any insight on

[jira] Commented: (ZOOKEEPER-844) handle auth failure in java client

2010-10-06 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12918566#action_12918566 ] Patrick Hunt commented on ZOOKEEPER-844: +1 looks good to me. Thanks Camille!

[jira] Updated: (ZOOKEEPER-844) handle auth failure in java client

2010-10-06 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-844: --- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch

[jira] Updated: (ZOOKEEPER-822) Leader election taking a long time to complete

2010-10-06 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-822: --- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk/33

[jira] Updated: (ZOOKEEPER-820) update c unit tests to ensure zombie java server processes don't cause failure

2010-10-06 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-820: --- Status: Open (was: Patch Available) Cancelling patch - needs to be updated for Mahadev's

Re: znode inconsistencies across ZooKeeper servers

2010-10-06 Thread Patrick Hunt
Vishal the attachment seems to be getting removed by the list daemon (I don't have it), can you create a JIRA and attach? Also this is a good question for the ppl on zookeeper-user. (ccing) You are aware that ephemeral znodes are tied to the session? And that sessions only expire after the

Re: znode inconsistencies across ZooKeeper servers

2010-10-06 Thread Vishal K
Hi Patrick, You are correct, the test restarts both ZooKeeper server and the client. The client opens a new connection after restarting. So we would expect that the ephmeral znode (/foo) to expire after the session timeout. However, the client with the new session creates the ephemeral znode

[jira] Created: (ZOOKEEPER-889) pyzoo_aget_children crashes due to incorrect watcher context

2010-10-06 Thread Austin Shoemaker (JIRA)
pyzoo_aget_children crashes due to incorrect watcher context Key: ZOOKEEPER-889 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-889 Project: Zookeeper Issue Type: Bug

[jira] Updated: (ZOOKEEPER-889) pyzoo_aget_children crashes due to incorrect watcher context

2010-10-06 Thread Austin Shoemaker (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Austin Shoemaker updated ZOOKEEPER-889: --- Attachment: repro.py Minimal repro script pyzoo_aget_children crashes due to

[jira] Resolved: (ZOOKEEPER-889) pyzoo_aget_children crashes due to incorrect watcher context

2010-10-06 Thread Austin Shoemaker (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Austin Shoemaker resolved ZOOKEEPER-889. Resolution: Fixed Just noticed that the fix is already in trunk, closing the