Re: CacheStore and ignite.close

2018-08-17 Thread Ilya Kasnacheev
Hello! It turns out there's some problem with checkpointing-WAL interference. close(true) cancels current checkpoint, and upon restart some data is missing from the cache. We are investigating this. Regards, -- Ilya Kasnacheev 2018-08-16 10:34 GMT+03:00 Alexey Goncharuk : > Ilya, > > Can

Re: CacheStore and ignite.close

2018-08-16 Thread Alexey Goncharuk
Ilya, Can you please clarify what you mean by 'abandons cache store operations'? Does it mean that a read-through/write-through op is omitted, but the public API method returns without an error? If it is so, then this is a bug. If a public API method finishes with an exception when read-through

CacheStore and ignite.close

2018-08-15 Thread Ilya Kasnacheev
Hello! I'm working on https://issues.apache.org/jira/browse/IGNITE-9093 test fix Turns out, IgniteDbPutGetWithCacheStoreTest.testReadThrough fails sporadically because the default ignite.close() is close(cancel=true), and it seems that it abandons cache store operations. So not all data is