[ 
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, and I'm not sure how you take care of the scenario 
you mention above of receiving fewer zk events. With this patch, wouldn't you 
still get as many notifications as watches you had set for the znodes you have 
manipulated in your batch?

I'm still interested in understanding if the performance difference you claim 
matters or of it can be fixed some other way. This feature is mainly for 
performance and convenience, yes? 
                
> multi should have a non-transaction version
> -------------------------------------------
>
>                 Key: ZOOKEEPER-1568
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1568
>             Project: ZooKeeper
>          Issue Type: Improvement
>            Reporter: Jimmy Xiang
>         Attachments: zk-1568_v1.patch
>
>
> Currently multi is transactional, i.e. all or none.  However, sometimes, we 
> don't want that.  We want all operations to be executed.  Even some 
> operation(s) fails, it is ok. We just need to know the result of each 
> operation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to