I have already shared the cache configuration in my post above. Reposting
below-

Cache configuration :- 
cacheConfig.setAtomicityMode(TRANSACTIONAL); 
cacheConfig.setCacheMode(PARTITIONED); 
cacheConfig.setBackups(1); 
cacheConfig.setCopyOnRead(TRUE); 
cacheConfig.setPartitionLossPolicy(IGNORE); 
cacheConfig.setQueryParallelism(2); 
cacheConfig.setReadFromBackup(TRUE); 
cacheConfig.setRebalanceBatchSize(524288); 
cacheConfig.setRebalanceThrottle(500); 
cacheConfig.setRebalanceTimeout(10000); 
cacheConfig.setOnheapCacheEnabled(FALSE); 



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Error-Commit-produced-a-runtime-exception-tp15768p15818.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to