[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-12-13 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13530783#comment-13530783 ] Patrick Hunt commented on ZOOKEEPER-1568: - Jimmy this ready for review/commit?

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-11-28 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505588#comment-13505588 ] Jimmy Xiang commented on ZOOKEEPER-1568: I am hacking around this week. I will

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-11-28 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505326#comment-13505326 ] Flavio Junqueira commented on ZOOKEEPER-1568: - I had a look at the patch,

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-29 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486471#comment-13486471 ] Flavio Junqueira commented on ZOOKEEPER-1568: - Hi guys, Here are two conce

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-25 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484256#comment-13484256 ] Jimmy Xiang commented on ZOOKEEPER-1568: For our use case, there is no depende

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-24 Thread Marshall McMullen (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483650#comment-13483650 ] Marshall McMullen commented on ZOOKEEPER-1568: -- Well obviously the way it

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483635#comment-13483635 ] Ted Yu commented on ZOOKEEPER-1568: --- bq. it aborts on the first op that fails and ro

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-24 Thread Marshall McMullen (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483626#comment-13483626 ] Marshall McMullen commented on ZOOKEEPER-1568: -- Yes, I meant 'cause' :).

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483618#comment-13483618 ] Ted Yu commented on ZOOKEEPER-1568: --- bq. A multi will case one new snapshot/log to b

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-24 Thread Marshall McMullen (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483590#comment-13483590 ] Marshall McMullen commented on ZOOKEEPER-1568: -- I actually think there is

Re: [jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-24 Thread Marshall McMullen
I actually think there is a valid use case for this. Mostly for performance reasons. Because a multi is one transaction, it causes less permuation on the distributed and replicated state of zookeeper than multiple individual operations not in a multi. With a Multi: - You only pay the cost of the R

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-24 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483372#comment-13483372 ] Jimmy Xiang commented on ZOOKEEPER-1568: Yes, that's what we are using now. It

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-24 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483347#comment-13483347 ] Flavio Junqueira commented on ZOOKEEPER-1568: - In my view, the asynchronou

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-24 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483311#comment-13483311 ] Jimmy Xiang commented on ZOOKEEPER-1568: Hi Flavio, for our use case, we need

[jira] [Commented] (ZOOKEEPER-1568) multi should have a non-transaction version

2012-10-24 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483136#comment-13483136 ] Flavio Junqueira commented on ZOOKEEPER-1568: - Hi Jimmy, I'm trying to und