Versions Compared

Key

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

...

The init command moves a cluster from the idle state into the running state.

Initialized and empty nodes

An initialized node is a node that has received and successfully applied the init command sometime in its lifetime and therefore possesses the Cluster Tag and the location of the Meta Storage . An empty node is a node that has never received nor applied the init command and therefore does not possess the aforementioned properties.

Idle and running cluster

An idle cluster is a cluster that has been assembled for the first time and has never received the init command, therefore the Meta Storage of this cluster does not exist. Acluster can be considered running if it has obtained the information about the Meta Storage and CMG location.

...