When will be the data written to Swap Memory

2017-05-17 Thread rushi_rashi
Hi, I have question related to swap memory. If we have set setSwapEnabled to true, a. When will be the data is written to disc? b. If by default data is written to disc only when free space is not available in RAM, then can we limit the usage of RAM, lets say write to disc when 80% of RAM is us

How Cache Management Works

2017-05-17 Thread rushi_rashi
Hi, I have a cache partitioned on 4 nodes and having 6 ignite instance per node. The key used for storing data is of type long. I want to know how ignite decides where to store data. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-Cache-Management-Works-tp1

Re: Understanding Swap Space feature-- how it works?

2017-05-17 Thread rushi_rashi
Hi, I have question related to swap memory. If we have set setSwapEnabled to true, a. When will be the data is written to disc? b. If by default data is written to disc only when free space is not available in RAM, then can we limit the usage of RAM, lets say write to disc when 80% of RAM is used.

Re: what does remaps mean in DataStreamerImpl.java

2017-04-19 Thread rushi_rashi
1. So considering example from post 1, does it mean that when an ignite instance was killed, Data streamer had some data which it was going to put in to cache but that cache's instance was killed and hence the error might have occurred. 2. If not, than can you throw some light on the remap error fr

Re: what does remaps mean in DataStreamerImpl.java

2017-04-18 Thread rushi_rashi
I had subscribed to mailing list as per the mail I have received but still the query has not accepted by mailing list. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/what-does-remaps-mean-in-DataStreamerImpl-java-tp12033p12034.html Sent from the Apache Ignite Us

what does remaps mean in DataStreamerImpl.java

2017-04-18 Thread rushi_rashi
Getting below error, class org.apache.ignite.IgniteCheckedException: Failed to finish operation (too many remaps): 32 at org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl$5.apply(DataStreamerImpl.java:863) Caused by: class org.apache.ignite.IgniteCheckedException: DataStreamer re