Hi Qian,
   There have been discussions on multiple transaction in zookeeper:

 http://www.mail-archive.com/[email protected]/msg08315.html

Which I think might help this case. There have been some discussions on this
lately but not much progress. You can start a discussion on the list to see
what folks feel about multiple transactions. I think if we are to support
something like what you mention it should be via multiple transactions
wherein a success would mean a success for all the transactions that are
part of a multiple transaction.

Thanks
mahadev

On 12/9/10 4:19 AM, "Qian Ye" <[email protected]> wrote:

> Hi all:
> 
> I'm working on a distributed system these days, and need more conditional
> write support on Zookeeper. Now the zookeeper only support modifing, delete
> or set, node data with a version number represent the current version of the
> node. I need modification on the condition of other nodes. For e.g. I want
> to set the node data of /node to A, if the node data of /node1 is B and the
> node data of /node2 is C. Should we support this kind of interface?
> 
> thanks
> --
> With Regards!
> 
> Ye, Qian
> 

Reply via email to