mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: fix github links
This commit is contained in:
@@ -26,7 +26,7 @@ const (
|
||||
// Wait more when it recovers from slow network, because network layer
|
||||
// needs extra time to propagate traffic control (tc command) change.
|
||||
// Otherwise, we get different hash values from the previous revision.
|
||||
// For more detail, please see https://go.etcd.io/etcd/issues/5121.
|
||||
// For more detail, please see https://github.com/etcd-io/etcd/issues/5121.
|
||||
waitRecover = 5 * time.Second
|
||||
)
|
||||
|
||||
|
||||
@@ -593,7 +593,7 @@ func (clus *Cluster) WaitHealth() error {
|
||||
// wait 60s to check cluster health.
|
||||
// TODO: set it to a reasonable value. It is set that high because
|
||||
// follower may use long time to catch up the leader when reboot under
|
||||
// reasonable workload (https://go.etcd.io/etcd/issues/2698)
|
||||
// reasonable workload (https://github.com/etcd-io/etcd/issues/2698)
|
||||
for i := 0; i < 60; i++ {
|
||||
for _, m := range clus.Members {
|
||||
if err = m.WriteHealthKey(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user