Re: Data not loading with Ignite DataStreamer

2017-07-13 Thread Aiden
Hi, Hello, i tried putting allowOverwrite=true. And yet i'm getting the same exception as mentioned above. As for writeBehind and writeThrough, writeBehind doesn't work without writeThrough being enabled. Atleast when i tested it like that, any update in cache was not being reflected in the

Re: Data not loading with Ignite DataStreamer

2017-07-11 Thread Aiden
Hello Humphrey, I don't think that is the issue here. Still i checked with ur suggestion, but the same exception is coming in the server logs(the exception is shown in the previous mail). I'm just not able to understand what i'm doing wrong here. Still thanks for ur suggestions. Aiden

Data not loading with Ignite DataStreamer

2017-07-10 Thread Aiden
Hi, I am trying to load about 40M data from db to my ignite instances(2 in this case). I read about the Ignite DataStreamers from https://apacheignite.readme.io/v1.2/docs/data-streamers After downloading the project obtained from

Re: Data not loading with Ignite DataStreamer

2017-07-10 Thread Aiden
(GridCacheWriteBehindStore.java:1006) at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110) at java.lang.Thread.run(Unknown Source) Also forwarding the server.xml: ser.xml <http://apache-ignite-users.70518.x6.nabble.com/file/n14591/ser.xml> Thanks,

Re: Loading similar data to specific instance and not all instances

2017-07-10 Thread Aiden
be loaded to either A or B or C(irrespective). But not like 1 record ending with 0 in A another in B in that manner. I believe this can be done using AffinityKeyMapping Thanks, Aiden -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Loading-similar-data

Re: Loading similar data to specific instance and not all instances

2017-07-07 Thread Aiden
Hello all, I'm totally a newbie here, so just bear with me. I followed through this link: https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/cache/affinity/AffinityKeyMapper.java