Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

NodeAdded message is delivered to the joining node as well, it receives the message at the very end when all other nodes have already processed it.

NodeAddFinished message

NodeAddFinished message as its name suggests finishes the process of node join. On receiving this message each node both server and client fires NODE_JOINED event to notify discovery manager about new joined node.

Info
titleNodeAddFinished and additional join requests

Joining node will send additional join request if it doesn't receive NodeAddFinished on time. This time is defined by TcpDiscoverySpi#networkTimeout and has a default value of 5 seconds (TcpDiscoverySpi#DFLT_NETWORK_TIMEOUT).


Detecting failed nodes

Section patiently waits for someone to contribute content

Custom discovery messages and events

Section patiently waits for someone to contribute content

Message delivery guarantees

Section patiently waits for someone to contribute content