Hi,

Actually, all code paths are not trivial. If you would like to dig
into data retrieval process for IgniteCache.get you can explore
GridPartitionedSingleGetFuture and check where
GridNearSingleGetRequest is created and how is it handled.
ср, 19 дек. 2018 г. в 18:26, [email protected] <[email protected]>:
>
> 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/



-- 
Best regards,
Ivan Pavlukhin

Reply via email to