Re: NearCache transaction qeustion

2017-04-05 Thread ALEKSEY KUZNETSOV
sorry, but what is sync/async policy ? пт, 31 мар. 2017 г. в 19:26, Dmitriy Setrakyan : > On Fri, Mar 31, 2017 at 6:29 AM, ALEKSEY KUZNETSOV < > alkuznetsov...@gmail.com > > wrote: > > > Hi all! > > Consider we have 4 nodes. Node1 contains key1, Node2 contains key1 > backup, > > and Node3 near-co

Re: NearCache transaction qeustion

2017-03-31 Thread Dmitriy Setrakyan
On Fri, Mar 31, 2017 at 6:29 AM, ALEKSEY KUZNETSOV wrote: > Hi all! > Consider we have 4 nodes. Node1 contains key1, Node2 contains key1 backup, > and Node3 near-contains (contains in near cache) key1. > Now we commit key1 value change like the following : Node4Cache.put(key1, > updatedValue); >

NearCache transaction qeustion

2017-03-31 Thread ALEKSEY KUZNETSOV
Hi all! Consider we have 4 nodes. Node1 contains key1, Node2 contains key1 backup, and Node3 near-contains (contains in near cache) key1. Now we commit key1 value change like the following : Node4Cache.put(key1, updatedValue); >From my point of view Node1 receives prepare request and send DhtTxPre