Re: ignite read stale data from backup node

2021-06-04 Thread guetsxjm
I was trying these two days but failed to reproduce the issue any more. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ignite read stale data from backup node

2021-05-19 Thread Ilya Kasnacheev
Hello! Can you please share a runnable reproducer project? You may use github. Regards, -- Ilya Kasnacheev вт, 18 мая 2021 г. в 14:55, guetsxjm : > Hi Ignites, > > I ran into in-consistency data issues on version 2.8.1. I have three nodes > run as a cluster and the cache configuration as: >

ignite read stale data from backup node

2021-05-18 Thread guetsxjm
Hi Ignites, I ran into in-consistency data issues on version 2.8.1. I have three nodes run as a cluster and the cache configuration as: CacheConfiguration cacheConfiguration = new CacheConfiguration<>(Balance.class.getSimpleName());