[jira] [Commented] (ZOOKEEPER-661) Add Ruby bindings

2011-08-01 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13076066#comment-13076066 ] Mahadev konar commented on ZOOKEEPER-661: - Very Interesting. Nice to see this G

Re: 3.4 Release.

2011-08-01 Thread Mahadev Konar
Hi Laxman, The patches look good but I think we need to be careful on checkin in patches for the 3.4 release. We havent had a release for a long time and I'd prefer for anything (not a blocker and non critical features) to go into 3.5. I am hopeful (if the jenkins servers are up) of cutting a

[jira] [Updated] (ZOOKEEPER-839) deleteRecursive does not belong to the other methods

2011-08-01 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-839: Attachment: ZOOKEEPER-839.patch patch attached moves the methods to ZKUtil.java. > del

RE: 3.4 Release.

2011-08-01 Thread Laxman
Hi Mahadev, Please check if we can push the following issues into 3.4 ZOOKEEPER-1107 : patch available ZOOKEEPER-1025 : patch available ZOOKEEPER-1137 : I'm working on this. Will upload a patch today. ZOOKEEPER-1140 : We must fix [blocker] for the release. I will take this up with the help of Fl

[jira] [Commented] (ZOOKEEPER-1140) server shutdown is not stopping threads

2011-08-01 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13076008#comment-13076008 ] Flavio Junqueira commented on ZOOKEEPER-1140: - Laxman, I might have misint

[jira] [Commented] (ZOOKEEPER-1034) perl bindings should automatically find the zookeeper c-client headers

2011-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073683#comment-13073683 ] Patrick Hunt commented on ZOOKEEPER-1034: - After setting up include/libs refer

[jira] [Commented] (ZOOKEEPER-1034) perl bindings should automatically find the zookeeper c-client headers

2011-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073676#comment-13073676 ] Patrick Hunt commented on ZOOKEEPER-1034: - I'm having trouble following the re

Re: FW: Does abrupt kill corrupts the datadir?

2011-08-01 Thread Patrick Hunt
Andrei, you might find this useful for such testing: https://github.com/toddlipcon/gremlins Patrick On Thu, Jul 28, 2011 at 4:14 PM, Andrei Savu wrote: > I've been  doing some testing in the past for this scenario and I've > seen no data loss over an extended period of time (a day). > > Testing

[jira] [Updated] (ZOOKEEPER-731) Zookeeper#delete , #create - async versions miss a verb in the javadoc

2011-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-731: --- Fix Version/s: (was: 3.4.0) 3.5.0 > Zookeeper#delete , #create - a

[jira] [Resolved] (ZOOKEEPER-1101) Upload zookeeper-test maven artifacts to maven repository.

2011-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-1101. - Resolution: Fixed Assignee: Patrick Hunt Hadoop Flags: [Reviewed] I upd

[jira] [Updated] (ZOOKEEPER-736) docs for server config options should specify which are required and which have defaults

2011-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-736: --- Fix Version/s: (was: 3.4.0) 3.5.0 > docs for server config options

Re: ordering of messages sent asynchronously?

2011-08-01 Thread Utkarsh Srivastava
Hey Matthieu, The syncPublish is just a thin wrapper over the asyncPublish method. They have identical delivery-order guarantees. As long as you are calling the sync/async Publish in a well-defined order, you can expect messages to show up on the client in the same order. If you've seen examples,

[jira] [Commented] (ZOOKEEPER-1140) server shutdown is not stopping threads

2011-08-01 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073620#comment-13073620 ] Patrick Hunt commented on ZOOKEEPER-1140: - bq. Pat, I think you had some insig

[jira] [Commented] (ZOOKEEPER-1140) server shutdown is not stopping threads

2011-08-01 Thread Laxman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073561#comment-13073561 ] Laxman commented on ZOOKEEPER-1140: --- Reposting the comment as I'm not able to edit m

[jira] [Commented] (ZOOKEEPER-1140) server shutdown is not stopping threads

2011-08-01 Thread Laxman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073560#comment-13073560 ] Laxman commented on ZOOKEEPER-1140: --- Thanks for the clarifications Flavio. I agree w