Near Cache Updates on Thick clients

2021-10-15 Thread siva.velicheti
Can someone please confirm the behavior of near caches? Do they get updated automatically when the cache on cluster server node get updated?

Problem with ScanQuery with filter on ClinetCache

2021-10-15 Thread Prasad Kommoju
Hi I am having trouble getting ScanQuery to work with a filter from thin client. I have attached a working minimal reproduction program (IntelliJ project zip export) , the ignite config file and the part of the ignite logfile after running the query. The code is fashioned along the example in

Re: Crash of Ignite (B+Tree corrupted) on a large PutIfAbsent

2021-10-15 Thread Alex Plehanov
Hello, Perhaps you have too small WAL segment size (WAL segment should be large enough to fit the whole cache entry), try to change DataStorageConfiguration.WalSegmentSize property. чт, 14 окт. 2021 г. в 00:43, Semeria, Vincent : > Hello Ignite, > > > > I currently use the C# API of Ignite 2.10