[jira] [Commented] (ZOOKEEPER-1100) Killed (or missing) SendThread will cause hanging threads

2011-12-26 Thread Gunnar Wagenknecht (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13175918#comment-13175918 ] Gunnar Wagenknecht commented on ZOOKEEPER-1100: --- As a user an

[jira] [Created] (ZOOKEEPER-1344) ZooKeeper client multi-update command is not considering the Chroot request

2011-12-26 Thread Rakesh R (Created) (JIRA)
ZooKeeper client multi-update command is not considering the Chroot request --- Key: ZOOKEEPER-1344 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1344 Project: ZooKeeper

[jira] [Commented] (ZOOKEEPER-1100) Killed (or missing) SendThread will cause hanging threads

2011-12-26 Thread Camille Fournier (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13175951#comment-13175951 ] Camille Fournier commented on ZOOKEEPER-1100: - Seems like you all think

[jira] [Resolved] (ZOOKEEPER-1100) Killed (or missing) SendThread will cause hanging threads

2011-12-26 Thread Camille Fournier (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Camille Fournier resolved ZOOKEEPER-1100. - Resolution: Fixed Fixed by other refactorings and changes to client cnxn.

[jira] [Updated] (ZOOKEEPER-1344) ZooKeeper client multi-update command is not considering the Chroot request

2011-12-26 Thread Rakesh R (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh R updated ZOOKEEPER-1344: Attachment: ZOOKEEPER-1344-onlytestcase.patch I have attached patch contains only the test

Re: order of async requests to zookeeper

2011-12-26 Thread Mahadev Konar
Ted, ZK does not re order async requests. They will be executed in the same order as you call them from the same zk handle. Does that help? thanks mahadev On Fri, Dec 23, 2011 at 10:43 AM, Ted Yu yuzhih...@gmail.com wrote: The requests come from same zhandle. Cheers On Thu, Dec 22, 2011 at

Re: order of async requests to zookeeper

2011-12-26 Thread Ted Yu
Sure. That helps, Mahadev. Can I assume that async requests from different zk handles don't have guaranteed order of execution ? On Mon, Dec 26, 2011 at 4:23 PM, Mahadev Konar maha...@hortonworks.comwrote: Ted, ZK does not re order async requests. They will be executed in the same order as

Re: order of async requests to zookeeper

2011-12-26 Thread Ted Dunning
Well, you have a constraint on the ordering from the ordering for requests from each separate handle. Other than that, it is hard to see how you could get a stronger ordering. On Mon, Dec 26, 2011 at 5:53 PM, Ted Yu yuzhih...@gmail.com wrote: Sure. That helps, Mahadev. Can I assume that

[jira] [Updated] (ZOOKEEPER-1326) The CLI commands delete and rmr are confusing. Can we have rm + rmr instead?

2011-12-26 Thread Harsh J (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated ZOOKEEPER-1326: --- Attachment: ZOOKEEPER-1326.patch Attached patch switches over from 'delete' to 'rm' in a

[jira] [Updated] (ZOOKEEPER-1326) The CLI commands delete and rmr are confusing. Can we have rm + rmr instead?

2011-12-26 Thread Harsh J (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated ZOOKEEPER-1326: --- Attachment: ZOOKEEPER-1326.patch Patch that changes 'rmr' to 'deleteall' instead. This is more

Success: ZOOKEEPER-1326 PreCommit Build #858

2011-12-26 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1326 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/858/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-1326) The CLI commands delete and rmr are confusing. Can we have rm + rmr instead?

2011-12-26 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176099#comment-13176099 ] Hadoop QA commented on ZOOKEEPER-1326: -- +1 overall. Here are the results of