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
DhtTxPrepareRequest to Node2 and Node3.
processDhtTxPrepareRequest will be executed on Node3 and GridNearTxRemote
will be created by startNearRemoteTx().

What is unclear is the role of GridNearTxRemote ?


-- 

*Best Regards,*

*Kuznetsov Aleksey*

Reply via email to