Re: Grid state check before it's completely caught up

2018-08-31 Thread Anirudha Jadhav
thanks! On Fri, Aug 31, 2018 at 12:28 PM dkarachentsev wrote: > Hi, > > You can, for example, set SYNC rebalance mode for your replicated cache > [1]. > In that case all cache operations will be blocked unless rebalance is > finished, and when it's done you'll get a fully replicated cache. >

Re: Grid state check before it's completely caught up

2018-08-31 Thread dkarachentsev
Hi, You can, for example, set SYNC rebalance mode for your replicated cache [1]. In that case all cache operations will be blocked unless rebalance is finished, and when it's done you'll get a fully replicated cache. But this will block cache on each topology change. [1]

Grid state check before it's completely caught up

2018-08-29 Thread Anirudha Jadhav
Ignite 2.5 Is there a way to ensure grid nodes don't serve any requests until they are caught up with the replicated state in the cluster? Thanks -- Anirudha P. Jadhav