Well, exactly what it says – Ignite doesn’t guarantee consistency between CacheStore and Native Persistence. Because of this you may end up with different data in the 3rd party DB and Ignite’s persistence, so using such configuration is not advised. See this page https://apacheignite.readme.io/docs/3rd-party-store#section-using-3rd-party-persistence-together-with-ignite-persistence
However, if you’re sure you want to use Ignite like that, then you can ignore the warning. Stan From: the_palakkaran Sent: 9 октября 2018 г. 21:46 To: [email protected] Subject: Configuration does not guarantee strict consistency betweenCacheStore and Ignite data storage upon restarts. Hi, Why do I get the below error while starting up ignite clustered? Both Ignite native persistence and CacheStore are configured for cache 'cacheStoresExampleCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
