Thanks for your time !!!

1) Changed the logic of generating keys. Now added a query to get the
maximum key from cache. New record will be max key + 1. 

This has resolved the issue of count mismatch. Thank you 

2) After splitting data into more batches and writing them to grid in many
iterations, got below Exception in the client [Initial few iterations were
successful].

18/01/31 10:13:28 ERROR com.project: Error :class
org.apache.ignite.internal.NodeStoppingException: Operation has been
cancelled (node is stopping). javax.cache.CacheException: class
org.apache.ignite.internal.NodeStoppingException: Operation has been
cancelled (node is stopping).
18/01/31 10:13:28 ERROR com.project$$anonfun$startWritingToGrid$1:
org.apache.ignite.internal.processors.cache.GridCacheUtils.convertToCacheException(GridCacheUtils.java:1287)
18/01/31 10:13:28 ERROR com.project$$anonfun$startWritingToGrid$1:
org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl.cacheException(IgniteCacheProxyImpl.java:1648)
18/01/31 10:13:28 ERROR com.project$$anonfun$startWritingToGrid$1:
org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl.putAll(IgniteCacheProxyImpl.java:1071)
18/01/31 10:13:28 ERROR com.project$$anonfun$startWritingToGrid$1:
org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy.putAll(GatewayProtectedCacheProxy.java:928)

Guess the node is getting stopped when memory is full. 

Thanks in Advance!!!



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to