etcd server shouldn't wait for the ready notification infinitely on startup

This commit is contained in:
ahrtr
2021-12-09 06:20:34 +08:00
parent 7101e8569d
commit 1713dc67b5
10 changed files with 148 additions and 36 deletions

View File

@ -250,6 +250,8 @@ Experimental feature:
Set time duration after which a warning is generated if a unary request takes more than this duration.
--experimental-max-learners '1'
Set the max number of learner members allowed in the cluster membership.
--experimental-wait-cluster-ready-timeout '5s'
Set the maximum time duration to wait for the cluster to be ready.
Unsafe feature:
--force-new-cluster 'false'