Memory leak in zookeeper 3.3.2 and 3.3.3?

2011-05-31 Thread Victor
Hi, I apologize for the broadcasting.  I searched the archive before I send this email to the mailing list.    We are using Cages library + Zookeeper 3.3.3 to synchronize creation of forum user name (which needs to be unique).    This is the only use case that we write in ZooKeeper.   We use

[jira] [Commented] (ZOOKEEPER-1068) Documentation and default config suggest incorrect location for Zookeeper state

2011-05-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041908#comment-13041908 ] Hadoop QA commented on ZOOKEEPER-1068: -- +1 overall. Here are the results of test

[jira] [Updated] (ZOOKEEPER-1068) Documentation and default config suggest incorrect location for Zookeeper state

2011-05-31 Thread Roman Shaposhnik (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Shaposhnik updated ZOOKEEPER-1068: Attachment: ZOOKEEPER-1068.patch.txt Trivial patch attached > Documentation an

[jira] [Updated] (ZOOKEEPER-1084) Hard-coding a well-known location for configuration directory gives less flexibility for packaging Zookeeper configurations

2011-05-31 Thread Roman Shaposhnik (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Shaposhnik updated ZOOKEEPER-1084: Attachment: ZOOKEEPER-1084.patch.txt > Hard-coding a well-known location for co

[jira] [Created] (ZOOKEEPER-1084) Hard-coding a well-known location for configuration directory gives less flexibility for packaging Zookeeper configurations

2011-05-31 Thread Roman Shaposhnik (JIRA)
Hard-coding a well-known location for configuration directory gives less flexibility for packaging Zookeeper configurations --- Key: ZOOKEEPER-1084

Re: Error in sending Message

2011-05-31 Thread Patrick Hunt
I looks like you are sending 1.7gig data in your message, which far exceeds the default max that ZK enforces. See this: http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html#Unsafe+Options Typically ZK is not used to send large data like this, usually you want to store that data somewhere and

[jira] [Commented] (ZOOKEEPER-965) Need a multi-update command to allow multiple znodes to be updated safely

2011-05-31 Thread Camille Fournier (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041734#comment-13041734 ] Camille Fournier commented on ZOOKEEPER-965: Not before Wed PM but I can lo

[jira] [Commented] (ZOOKEEPER-965) Need a multi-update command to allow multiple znodes to be updated safely

2011-05-31 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041733#comment-13041733 ] Ted Dunning commented on ZOOKEEPER-965: --- {quote} I don't see any corresponding c

[jira] [Commented] (ZOOKEEPER-965) Need a multi-update command to allow multiple znodes to be updated safely

2011-05-31 Thread Camille Fournier (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041730#comment-13041730 ] Camille Fournier commented on ZOOKEEPER-965: Ted, looking at just the chang

[jira] [Commented] (ZOOKEEPER-965) Need a multi-update command to allow multiple znodes to be updated safely

2011-05-31 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041700#comment-13041700 ] Benjamin Reed commented on ZOOKEEPER-965: - reviewing the patch now. > Need a m

[jira] [Commented] (ZOOKEEPER-1083) Javadoc for WatchedEvent not being generated

2011-05-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041670#comment-13041670 ] Hadoop QA commented on ZOOKEEPER-1083: -- -1 overall. Here are the results of test

[jira] [Commented] (ZOOKEEPER-1082) modify leader election to correctly take into account current epoch

2011-05-31 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041664#comment-13041664 ] Flavio Junqueira commented on ZOOKEEPER-1082: - This is actually part of th

[jira] [Assigned] (ZOOKEEPER-1082) modify leader election to correctly take into account current epoch

2011-05-31 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Junqueira reassigned ZOOKEEPER-1082: --- Assignee: Flavio Junqueira > modify leader election to correctly take int

[jira] [Updated] (ZOOKEEPER-1083) Javadoc for WatchedEvent not being generated

2011-05-31 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Kelly updated ZOOKEEPER-1083: -- Attachment: ZOOKEEPER-1083.diff One line fix > Javadoc for WatchedEvent not being generate

[jira] [Created] (ZOOKEEPER-1083) Javadoc for WatchedEvent not being generated

2011-05-31 Thread Ivan Kelly (JIRA)
Javadoc for WatchedEvent not being generated Key: ZOOKEEPER-1083 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1083 Project: ZooKeeper Issue Type: Bug Reporter: Ivan Kelly

Re: porting fixes back to 3.3 branch

2011-05-31 Thread Vishal Kher
Hi Camille, I think I should have cleaned up the test before submitting it. Let me know if you need some help with the merge. -Vishal On Mon, May 30, 2011 at 8:13 PM, Patrick Hunt wrote: > Hi Camille, > > ZkTestCase really just introduces some improved logging/tracking > during the tests iirc.

[jira] [Commented] (ZOOKEEPER-1082) modify leader election to correctly take into account current epoch

2011-05-31 Thread Vishal K (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041649#comment-13041649 ] Vishal K commented on ZOOKEEPER-1082: - Hi Ben, Can you please elaborate the situa

BerlinBuzzWords slides

2011-05-31 Thread Thomas Koch
Hi, I finished(?) the slides for BerlinBuzzWords: http://koch.ro/temp/zookeeper.pdf The last section is "praise and rant". I added some well deserved praise about zookeeper: *right balance: functionality vs. usability *turn key ready server *bindings to other languages *large user base *proven s