In mutinode lets say N1, N2 and N3. I have been directly hitting to the node N1 but what happens is hazelcast communicates to N2 and N3 for some reason. Its not an Heart beat check since its configured for 1 min, But I observed using the wireshark, it clearly shows that the call goes to another node (i.e) from N1 to N2.
It clearly shows that when I hit a query to N1, that query is transmitted to N2. I saw the query and data received in wireshark.
Am pretty confused why its happening, All the data's has to be there in Node 1, But why its going to another node for fetching the data?
Thanks, Harry