Can you provide a reproducer?
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/about-write-behind-problems-tp15160p15255.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
Of cource I did.
cacheCfg.setWriteThrough(true);
At 2017-07-21 10:38:00, "vkulichenko" wrote:
>Did you set the writeThrough property? It's needed to enable write to cache
>store, regardless of whether it's write-behind mode or not.
>
>cacheCfg.setWriteThrough(true);
>
>-Val
>
>
>
>--
>View