I have a scala akka app which is using Ignite to store data. I am using
Ignite SDK ignite-spring.2.6.0 to connect to Ignite cluster. Ignite has 3
nodes in the cluster.
The app has an endpoint which gets the data from ignite cluster.
In normal operation the request to the app is getting the correct data from
ignite.

however, if any of any single Ignite node is restarted then there is a
window of 5-6 sec to re-balancing the data. If a request is send to the app
during that window which will get data from ignite, at that time the
response is inconsistent(Usually blank).

Most of the time the data is blank.
But once the re-balance is complete. Everything gets normal.

I am not making any affinity calls.



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

Reply via email to