On Mon, Dec 26, 2011 at 5:53 PM, Ted Yu <yuzhih...@gmail.com> wrote: > Can I assume that async requests from different zk handles don't have > guaranteed order of execution ?
Not sure what you mean. There will be _an_ order, and you're guaranteed that all sessions will see the same order. The order will be the order in which the ZK Leader sees the requests. Subsequent to that everything is strongly ordered, regardless if it's the same session or not. Patrick