Fix a typo in cluster-usage.md (#25424)
This commit is contained in:
parent
50ce275848
commit
cdd177b2c6
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ configured `seed-node-timeout`.
|
||||||
The joining of given seed nodes will by default be retried indefinitely until
|
The joining of given seed nodes will by default be retried indefinitely until
|
||||||
a successful join. That process can be aborted if unsuccessful by configuring a
|
a successful join. That process can be aborted if unsuccessful by configuring a
|
||||||
timeout. When aborted it will run @ref:[Coordinated Shutdown](actors.md#coordinated-shutdown),
|
timeout. When aborted it will run @ref:[Coordinated Shutdown](actors.md#coordinated-shutdown),
|
||||||
which by default will terminated the ActorSystem. CoordinatedShutdown can also be configured to exit
|
which by default will terminate the ActorSystem. CoordinatedShutdown can also be configured to exit
|
||||||
the JVM. It is useful to define this timeout if the `seed-nodes` are assembled
|
the JVM. It is useful to define this timeout if the `seed-nodes` are assembled
|
||||||
dynamically and a restart with new seed-nodes should be tried after unsuccessful
|
dynamically and a restart with new seed-nodes should be tried after unsuccessful
|
||||||
attempts.
|
attempts.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue