I wanted to understand the how a Node left event is triggered for an Apache Ignite grid.
- Do nodes keep pinging each other constantly to find it if nodes are present or they ping each other only when required?
- If ping from client node is not successful then can it also trigger NODE_LEFT event or it can only be triggered by server node.
- Once a node has left, then which node triggers topology update event i.e. PME. Can it be triggered by client node or only server nodes can trigger it.