Versions Compared

Key

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

...

For the eventually consistent stores, events are partially ordered with vector clocks. The logical clock used by the DeviceStore and LinkStore is a combination of the number of mastership handoffs for a device since its discovery (its term number), and a local sequence number local to the node that is incremented per timestamp generation. The HostStore relies on system time (the wall clock), due to the lifespan of Host objects and their mobility. At the moment, this limits what can be used as the basis for a HostEvent timestamp.

Cluster Management

Info

ONOS also uses the term 'cluster' to refer to connected subgraphs of the network topology, which has no association to the cluster in the multi-instance sense. When clusters are mentioned in this section, they are strictly in terms of the latter. 

...