[jira] Commented: (ZOOKEEPER-792) zkpython memory leak

2010-06-24 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882420#action_12882420 ] Hadoop QA commented on ZOOKEEPER-792: - -1 overall. Here are the results of testing

ZooKeeper Monitoring using Ganglia, Cacti and Nagios

2010-06-24 Thread Andrei Savu
Hi, I've just finished writing and testing a set of scripts and recipes for ZooKeeper monitoring using Cacti, Nagios and Ganglia. You can find the repository on Github: http://github.com/andreisavu/zookeeper-monitoring I want to submit this on JIRA as a contrib but before doing this I would real

[jira] Updated: (ZOOKEEPER-792) zkpython memory leak

2010-06-24 Thread Lei Zhang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lei Zhang updated ZOOKEEPER-792: Status: Patch Available (was: Open) > zkpython memory leak > > >

[jira] Updated: (ZOOKEEPER-792) zkpython memory leak

2010-06-24 Thread Lei Zhang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lei Zhang updated ZOOKEEPER-792: Attachment: ZOOKEEPER-792.patch Plug memory leak in pyzoo_get() and pyzoo_create(). > zkpython

[jira] Updated: (ZOOKEEPER-792) zkpython memory leak

2010-06-24 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-792: --- Fix Version/s: 3.3.2 3.4.0 > zkpython memory leak > ---

[jira] Created: (ZOOKEEPER-792) zkpython memory leak

2010-06-24 Thread Lei Zhang (JIRA)
zkpython memory leak Key: ZOOKEEPER-792 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-792 Project: Zookeeper Issue Type: Bug Components: contrib-bindings Affects Versions: 3.3.1 Environment:

[jira] Commented: (ZOOKEEPER-732) Improper translation of error into Python exception

2010-06-24 Thread Lei Zhang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882333#action_12882333 ] Lei Zhang commented on ZOOKEEPER-732: - Seems fixed in 3.3.1: >>> zookeeper.get_chil

plug zkpython memory leak

2010-06-24 Thread Lei Zhang
We recently upgraded zookeeper from 3.2.1 to 3.3.1, now we are seeing less client deadlock on session expiration, which is a definite plus! Unfortunately we are seeing memory leak that requires our zk clients to be restarted every half-day. I've done some memory leak analysis using valgrind, iden

[jira] Created: (ZOOKEEPER-791) Watches get triggered during client's reconnection

2010-06-24 Thread Sergey Doroshenko (JIRA)
Watches get triggered during client's reconnection -- Key: ZOOKEEPER-791 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-791 Project: Zookeeper Issue Type: Bug Reporter: Sergey

[jira] Updated: (ZOOKEEPER-791) Watches get triggered during client's reconnection

2010-06-24 Thread Sergey Doroshenko (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Doroshenko updated ZOOKEEPER-791: Attachment: incorrectly_triggered_watches.log Attached is client's log. Weird th