Petals CLI SNAPSHOT

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
{note}Qualified names, like service and interface names, are written as follows:\{namespace-uri\}local-part.{note}

h3. Synchronizing the registry

A synchronization of the registry on a specific node can be done with the '_registry-sync_' command:
{code}
> registry-sync
Synchronization is done
{code}

\\
A synchronization of all the topology nodes can be done with the same command and the '_\-a_' argument.
{code}
> registry-sync -a
<Progress Report (as a percentage)>
Synchronization is done
{code}

\\
{note}Global synchronization is done in two passes:
* Each slave declares its end-points to the master node (n-1 synchronizations, where n is the number of nodes in the topology).
* Each slave gets the master end-points (start from the n-2{html}<sup>th</sup>{html} node until we get back to the first slave).
{note}

The response message is displayed in console mode only.

h3. Showing the registry's full content