Navigation Menu

Skip to content

Commit

Permalink
Update examples of droonga-engine-join command based on the latest im…
Browse files Browse the repository at this point in the history
…plementation
  • Loading branch information
piroor committed Apr 23, 2015
1 parent 575e0cf commit 2e94dcd
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions tutorial/1.1.0/add-replica/index.md
Expand Up @@ -152,11 +152,22 @@ $ droonga-engine-join --host=node2 \
Start to join a new node node2
to the cluster of node0
via node2 (this host)
Joining new replica to the cluster...
...
Update existing hosts in the cluster...
...
port = 10031
tag = droonga
dataset = Default
Source Cluster ID: 8951f1b01583c1ffeb12ed5f4093210d28955988
Changing role of the joining node...
Configuring the joining node as a new replica for the cluster...
Registering new node to existing nodes...
Changing role of the source node...
Copying data from the source node...
100% done (maybe 00:00:00 remaining)
The timestamp of the last processed message at the source node: xxxx-xx-xxTxx:xx:xx.xxxxxxZ
Setting new node to ignore messages older than the timestamp...
Restoring role of the source node...
Restoring role of the joining node...
Done.
~~~

Expand All @@ -170,6 +181,7 @@ $ droonga-engine-join --host=node2 \
Start to join a new node node2
to the cluster of node0
via node1 (this host)
...
~~~

* You must specify the host name (or the IP address) of the new replica node, via the `--host` option.
Expand Down

0 comments on commit 2e94dcd

Please sign in to comment.