Re: Data consistency in Ignite and BackUp Filter in Ignite .net node

2023-12-06 Thread Pavel Tupitsyn
Could you test the simplest use case: - In-memory cache without any persistence - 1 backup - WriteSynchronizationMode = FullSync - Check count with ICache.GetSize Then we can add other parts (persistence) one by one to see where the problem might be. On Thu, Dec 7, 2023 at 5:17 AM wrote: > Hi

RE: Data consistency in Ignite and BackUp Filter in Ignite .net node

2023-12-06 Thread satyajit.mandal.barclays.com via user
Hi Pavel, The cluster consist of some caches using Native persistence and some caches connected to external cache store. BackUp = 1 is set for every cache. I checked the count of cache connected to external cache store once it was prepopulated and then stoppin