File tree 1 file changed +4
-4
lines changed
aeron-samples/src/docs/asciidoc
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ leader and see if our client is able to continue.
670
670
[subs = "attributes+"]
671
671
----
672
672
> java -cp <AERON_HOME>/aeron-all/build/libs/aeron-all-{aeronVersion}.jar \
673
- io.aeron.cluster.ClusterTool node0/consensus-module list-members
673
+ io.aeron.cluster.ClusterTool node0/cluster list-members
674
674
----
675
675
676
676
This will show a list of all the members in the cluster, similar to the following:
@@ -703,7 +703,7 @@ We can discover the `pid` for that member using the following command:
703
703
[subs = "attributes+"]
704
704
----
705
705
> java -cp <AERON_HOME>/aeron-all/build/libs/aeron-all-{aeronVersion}.jar \
706
- io.aeron.cluster.ClusterTool node<leaderMemberId>/consensus-module pid
706
+ io.aeron.cluster.ClusterTool node<leaderMemberId>/cluster pid
707
707
15060
708
708
----
709
709
@@ -829,7 +829,7 @@ Firstly lets look at the recording log.
829
829
[subs="attributes+"]
830
830
----
831
831
> java -cp <AERON_HOME>/aeron-all/build/libs/aeron-all-{aeronVersion}.jar \
832
- io.aeron.cluster.ClusterTool node0/consensus-module recording-log
832
+ io.aeron.cluster.ClusterTool node0/cluster recording-log
833
833
----
834
834
835
835
Which should show a recording log with a single entry:
@@ -842,7 +842,7 @@ We can trigger a snapshot on the leader.
842
842
843
843
----
844
844
> java -cp <AERON_HOME>/aeron-all/build/libs/aeron-all-{aeronVersion}.jar \
845
- io.aeron.cluster.ClusterTool node2/consensus-module snapshot
845
+ io.aeron.cluster.ClusterTool node2/cluster snapshot
846
846
----
847
847
848
848
The recording log will now have additional entries.
You can’t perform that action at this time.
0 commit comments