I am trying to understand the logic and find the source code on how Ignite retrieves cached data if the data is cached on different node in the cluster.
As an example, say the cluster has 3 node which are A, B & C. Data retrieval request sent from node A, and data is cached on node C. I found that Ignite use GridIoManager and TcpCommunicationSpi with NIO to transfer messages? But what I couldn't find and try to understand is how the cached data got transferred from node C to A. Can anyone point me the source code for storing/retrieving the cached data between nodes in the Ignite cluster? Thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
