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
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
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.
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
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
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