[jira] Commented: (ZOOKEEPER-827) enable r/o mode in C client library

2010-09-08 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907117#action_12907117 ] Flavio Junqueira commented on ZOOKEEPER-827: Sergey, I'm asking because it

[jira] Commented: (ZOOKEEPER-831) BookKeeper: Throttling improved for reads

2010-09-08 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907144#action_12907144 ] Ivan Kelly commented on ZOOKEEPER-831: -- asyncAddEntry - why did you move the

[jira] Commented: (ZOOKEEPER-831) BookKeeper: Throttling improved for reads

2010-09-08 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907149#action_12907149 ] Ivan Kelly commented on ZOOKEEPER-831: -- You've added a public method to the API

Build failed in Hudson: ZooKeeper-trunk #928

2010-09-08 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/ZooKeeper-trunk/928/changes Changes: [mahadev] ZOOKEEPER-861. Missing the test SSL certificate used for running junit tests. (erwin tam via mahadev) -- [...truncated 168527 lines...] [junit] 2010-09-08

[jira] Updated: (ZOOKEEPER-831) BookKeeper: Throttling improved for reads

2010-09-08 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Junqueira updated ZOOKEEPER-831: --- Status: Open (was: Patch Available) Canceling patch until comments are

[jira] Commented: (ZOOKEEPER-823) update ZooKeeper java client to optionally use Netty for connections

2010-09-08 Thread Ivan Kelly (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907176#action_12907176 ] Ivan Kelly commented on ZOOKEEPER-823: -- A few comments on the current patch.

Re: About symbol table of Zookeeper c client

2010-09-08 Thread Qian Ye
Hi mahadev, thx for the infomation, i'm running zookeeper 3.3.0. On Sat, Sep 4, 2010 at 1:22 AM, Mahadev Konar maha...@yahoo-inc.com wrote: Path and Qian, This was fixed in https://issues.apache.org/jira/browse/ZOOKEEPER-604 I have marked ZOOKEEPER-295 referencing ZOOKEEPER-604. Qian,

[jira] Commented: (ZOOKEEPER-829) Add /zookeeper/sessions/* to allow inspection/manipulation of client sessions

2010-09-08 Thread Michael Xu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907255#action_12907255 ] Michael Xu commented on ZOOKEEPER-829: -- hi everyone, i plan on taking this on my

[jira] Commented: (ZOOKEEPER-823) update ZooKeeper java client to optionally use Netty for connections

2010-09-08 Thread Thomas Koch (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907270#action_12907270 ] Thomas Koch commented on ZOOKEEPER-823: --- Hi Ivan, thank you for looking over the

Review Request: ZOOKEEPER-823

2010-09-08 Thread Thomas Koch
Hi Ben, Mahadev, Patrick suggested I might ask you for review on ZOOKEEPER-823. It does some refactoring on ClientCnxn and blocks other issues which also want to edit ClientCnxn. Thanks, Thomas Koch, http://www.koch.ro

Re: Review Request: ZOOKEEPER-823

2010-09-08 Thread Mahadev Konar
Hi Thomas, I do have that on my list. I probably will be doing it by this weekend for sure. Thanks mahadev On 9/8/10 9:16 AM, Thomas Koch tho...@koch.ro wrote: Hi Ben, Mahadev, Patrick suggested I might ask you for review on ZOOKEEPER-823. It does some refactoring on ClientCnxn and

Re: Review Request: ZOOKEEPER-823

2010-09-08 Thread Mahadev Konar
I just reviewed the patch. You can go ahead and commit it. I am going to run the ant test now. Thanks mahadev On 9/8/10 9:23 AM, Patrick Hunt ph...@apache.org wrote: Hudson trunk is currently failing due to some fd cleanup issue. Not sure if I introduced that recently with the netty server

Build failed in Hudson: ZooKeeper-trunk #929

2010-09-08 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/ZooKeeper-trunk/929/changes Changes: [phunt] ZOOKEEPER-867. ClientTest is failing on hudson - fd cleanup -- [...truncated 167616 lines...] [junit] 2010-09-08 18:51:44,084 [myid:] - INFO

[jira] Updated: (ZOOKEEPER-846) zookeeper client doesn't shut down cleanly on the close call

2010-09-08 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-846: --- Fix Version/s: 3.4.0 Priority: Blocker (was: Major) might be related to

[jira] Commented: (ZOOKEEPER-846) zookeeper client doesn't shut down cleanly on the close call

2010-09-08 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907523#action_12907523 ] Patrick Hunt commented on ZOOKEEPER-846: I believe I found the issue. Both this