You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I bootstrap a cluster using -bootstrap-expect way. after running for a while, I stopped the cluster by manually killing each member. I then start to bootstrap it using the same way, when the last member joins in, the log shows:
2016/05/28 03:09:59 [ERR] agent: coordinate update error: No cluster leader
2016/05/28 03:10:01 [WARN] raft: Rejecting vote request from 172.16.1.4:8300 since our last index is greater (2002, 1981)
2016/05/28 03:10:02 [WARN] raft: Rejecting vote request from 172.16.1.4:8300 since our last index is greater (2002, 1981)
2016/05/28 03:10:04 [WARN] raft: Rejecting vote request from 172.16.1.4:8300 since our last index is greater (2002, 1981)
2016/05/28 03:10:05 [WARN] raft: Rejecting vote request from 172.16.1.4:8300 since our last index is greater (2002, 1981)
why this happens? and usually how to reboot a cluster?
The text was updated successfully, but these errors were encountered:
Hi,
I bootstrap a cluster using -bootstrap-expect way. after running for a while, I stopped the cluster by manually killing each member. I then start to bootstrap it using the same way, when the last member joins in, the log shows:
why this happens? and usually how to reboot a cluster?
The text was updated successfully, but these errors were encountered: