Versions Compared

Key

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

...

Implementation details

Node start flow

Image Removed

The following changes are proposed to the node start scenario in regards to the changes to the join protocol:

...

  1. RESTManager component is started earlier.
  2. CMGManager component, responsible for managing CMG interactions, introduced.
  3. nodeRecoveryFinished action item introduced. It’s a step within components' start process that denotes that a given node has finished its recovery and is ready to be included in a logical topology.

Image Added

RestManager changes

RestManager should be started earlier, since it is required to register REST message handlers early to handle the init command.

...