-Ivan
On 20 Jul 2010, at 17:28, Jun Rao wrote:
Hi,In ZK, a read is handled by any server while a write is broadcasted from theleader. If a client writes x to /X and then reads /X, is the clientguaranteed to see its own write x (what if a connection loss event happensafter the write and before the read)? Thanks, Jun