Hello,

I'm wondering if anyone has explored the idea of using Zookeeper in front
of Riak to handle  locking.  My thought is that a client goes to Zookeeper
to get a lock on a key before updating.  Any other client that wishes to
update the same key must check for the existence of a lock.  If it exists,
an error is thrown, if not, then it proceeds.  Once the client is finished
with the key, it releases the lock.

--Andrew
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to