Re: CacheMode - REPLICATED related questions

2017-08-28 Thread agura
Answers for all your questions (except of 4th) here depend on cache write synchronization mode. In case of FULL_SYNC mode the exception will be thrown on the client and you will be able to catch and process it. For PRIMARY_SYNC and FULL_ASYNC modes the client will get successful result and it's pos

Re: CacheMode - REPLICATED related questions

2017-08-28 Thread userx
Hi Agura, For QUESTION4 related to replication, I meant the following scenarios. What does it mean for the clients which have done putAll operations 1) While replicating from M1 to M2, there is a network glitch for say more than joinTimeOutConfigured ? 2) M2 is shut down for some reason. 3) Ther

Re: CacheMode - REPLICATED related questions

2017-08-28 Thread agura
Hi, please see my answers (inlined) userx wrote > QUESTION 1: > Is there a way, we can identify which out of the three machines will be > the PRIMARY mode ? And does it change w.r.t different clients, say if C1 > is doing put, the primary is M1 and if C2 is doing put the primary is M2. > The rea