Did you configure IgniteConfiguration#setMemoryConfiguration?

On Mon, Jul 31, 2017 at 3:18 PM, iostream <[email protected]> wrote:

> 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