etcd-io / etcd

Distributed reliable key-value store for the most critical data of a distributed system
https://etcd.io
Apache License 2.0
47.41k stars 9.73k forks source link

Etcd 2.2 failed to read raft message (unexpected EOF) #3639

Closed F21 closed 8 years ago

F21 commented 8 years ago

I am running etcd 2.2 on CoreOS 815.0.0.

After discovering all the etcd nodes in the cluster, I get a few error messages about broken pipes and also attempts to upgrade from 2.1:

Oct 04 21:56:00 core-01 etcd2[1231]: error #0: client: etcd member https://discovery.etcd.io returns server error [Gateway Timeout]
Oct 04 21:56:00 core-01 etcd2[1231]: waiting for other nodes: error connecting to https://discovery.etcd.io, retrying in 34m8s
Oct 04 22:30:09 core-01 etcd2[1231]: found self af0bce379c4810e4 in the cluster
Oct 04 22:30:09 core-01 etcd2[1231]: found peer 644ebfd209b82e48 in the cluster
Oct 04 22:30:09 core-01 etcd2[1231]: found peer cd265d4aaa56d710 in the cluster
Oct 04 22:30:09 core-01 etcd2[1231]: found peer 6187b83f947d3543 in the cluster
Oct 04 22:30:09 core-01 etcd2[1231]: found 4 needed peer(s)
Oct 04 22:30:09 core-01 etcd2[1231]: name = 2e27965edd0a4f2bbf2198c6ecb3e051
Oct 04 22:30:09 core-01 etcd2[1231]: data dir = /var/lib/etcd2
Oct 04 22:30:09 core-01 etcd2[1231]: member dir = /var/lib/etcd2/member
Oct 04 22:30:09 core-01 etcd2[1231]: heartbeat = 100ms
Oct 04 22:30:09 core-01 etcd2[1231]: election = 1000ms
Oct 04 22:30:09 core-01 etcd2[1231]: snapshot count = 10000
Oct 04 22:30:09 core-01 etcd2[1231]: discovery URL= https://discovery.etcd.io/5a6093333092aedc5bb4abe59b28e8aa
Oct 04 22:30:09 core-01 etcd2[1231]: advertise client URLs = http://192.168.33.10:2379
Oct 04 22:30:09 core-01 etcd2[1231]: initial advertise peer URLs = http://192.168.33.10:2380
Oct 04 22:30:09 core-01 etcd2[1231]: initial cluster = 2e27965edd0a4f2bbf2198c6ecb3e051=http://192.168.33.10:2380
Oct 04 22:30:10 core-01 etcd2[1231]: starting member af0bce379c4810e4 in cluster 8e942dcb1e1a6284
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 0
Oct 04 22:30:10 core-01 etcd2[1231]: newRaft af0bce379c4810e4 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 1
Oct 04 22:30:10 core-01 etcd2[1231]: starting server... [version: 2.2.0, cluster version: to_be_decided]
Oct 04 22:30:10 core-01 etcd2[1231]: added member 6187b83f947d3543 [http://192.168.33.13:2380] to cluster 8e942dcb1e1a6284
Oct 04 22:30:10 core-01 etcd2[1231]: added member 644ebfd209b82e48 [http://192.168.33.11:2380] to cluster 8e942dcb1e1a6284
Oct 04 22:30:10 core-01 etcd2[1231]: failed to notify systemd for readiness
Oct 04 22:30:10 core-01 etcd2[1231]: added local member af0bce379c4810e4 [http://192.168.33.10:2380] to cluster 8e942dcb1e1a6284
Oct 04 22:30:10 core-01 etcd2[1231]: added member cd265d4aaa56d710 [http://192.168.33.12:2380] to cluster 8e942dcb1e1a6284
Oct 04 22:30:10 core-01 etcd2[1231]: the connection with 6187b83f947d3543 became active
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 1] received a MsgVote message with higher term from 6187b83f947d3543 [term: 2]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 2
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 2
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 2] received a MsgVote message with higher term from 6187b83f947d3543 [term: 3]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 3
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 3
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 3] received a MsgVote message with higher term from 6187b83f947d3543 [term: 4]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 4
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 4
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 4] received a MsgVote message with higher term from 6187b83f947d3543 [term: 5]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 5
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 5
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 5] received a MsgVote message with higher term from 6187b83f947d3543 [term: 6]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 6
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 6
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 6] received a MsgVote message with higher term from 6187b83f947d3543 [term: 7]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 7
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 7
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 7] received a MsgVote message with higher term from 6187b83f947d3543 [term: 8]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 8
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 8
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 8] received a MsgVote message with higher term from 6187b83f947d3543 [term: 9]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 9
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 9
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 9] received a MsgVote message with higher term from 6187b83f947d3543 [term: 10]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 10
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 10
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 10] received a MsgVote message with higher term from 6187b83f947d3543 [term: 11]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 11
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 11
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 11] received a MsgVote message with higher term from 6187b83f947d3543 [term: 12]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 12
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 12
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 12] received a MsgVote message with higher term from 6187b83f947d3543 [term: 13]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 13
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 13
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 13] received a MsgVote message with higher term from 6187b83f947d3543 [term: 14]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 14
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 14
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 14] received a MsgVote message with higher term from 6187b83f947d3543 [term: 15]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 15
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 15
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 15] received a MsgVote message with higher term from 6187b83f947d3543 [term: 16]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 16
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 16
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 16] received a MsgVote message with higher term from 6187b83f947d3543 [term: 17]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 17
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 17
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 17] received a MsgVote message with higher term from 6187b83f947d3543 [term: 18]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 18
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 18
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 18] received a MsgVote message with higher term from 6187b83f947d3543 [term: 19]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 19
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 19
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 19] received a MsgVote message with higher term from 6187b83f947d3543 [term: 20]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 20
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 20
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 20] received a MsgVote message with higher term from 6187b83f947d3543 [term: 21]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 21
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 21
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 21] received a MsgVote message with higher term from 6187b83f947d3543 [term: 22]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 22
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 22
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 22] received a MsgVote message with higher term from 6187b83f947d3543 [term: 23]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 23
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 23
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 23] received a MsgVote message with higher term from 6187b83f947d3543 [term: 24]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 24
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 24
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 24] received a MsgVote message with higher term from 6187b83f947d3543 [term: 25]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 25
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 25
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 25] received a MsgVote message with higher term from 6187b83f947d3543 [term: 26]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 26
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 26
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 26] received a MsgVote message with higher term from 6187b83f947d3543 [term: 27]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 27
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 27
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 27] received a MsgVote message with higher term from 6187b83f947d3543 [term: 28]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 28
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 28
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 28] received a MsgVote message with higher term from 6187b83f947d3543 [term: 29]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 29
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 29
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 29] received a MsgVote message with higher term from 6187b83f947d3543 [term: 30]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 30
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 30
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 30] received a MsgVote message with higher term from 6187b83f947d3543 [term: 31]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 31
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 31
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 31] received a MsgVote message with higher term from 6187b83f947d3543 [term: 32]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 32
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 32
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 32] received a MsgVote message with higher term from 6187b83f947d3543 [term: 33]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 33
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 33
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 33] received a MsgVote message with higher term from 6187b83f947d3543 [term: 34]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 34
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 34
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 34] received a MsgVote message with higher term from 6187b83f947d3543 [term: 35]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 35
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 35
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 35] received a MsgVote message with higher term from 6187b83f947d3543 [term: 36]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 36
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 36
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 36] received a MsgVote message with higher term from 6187b83f947d3543 [term: 37]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 37
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 37
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 37] received a MsgVote message with higher term from 6187b83f947d3543 [term: 38]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 38
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 38
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 38] received a MsgVote message with higher term from 6187b83f947d3543 [term: 39]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 39
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 39
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 39] received a MsgVote message with higher term from 6187b83f947d3543 [term: 40]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 40
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 40
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 40] received a MsgVote message with higher term from 6187b83f947d3543 [term: 41]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 41
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 41
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 41] received a MsgVote message with higher term from 6187b83f947d3543 [term: 42]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 42
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 42
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 42] received a MsgVote message with higher term from 6187b83f947d3543 [term: 43]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 43
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 43
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 43] received a MsgVote message with higher term from 6187b83f947d3543 [term: 44]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 44
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 44
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 44] received a MsgVote message with higher term from 6187b83f947d3543 [term: 45]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 45
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 45
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 45] received a MsgVote message with higher term from 6187b83f947d3543 [term: 46]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 46
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 46
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 46] received a MsgVote message with higher term from 6187b83f947d3543 [term: 47]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 47
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 47
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 47] received a MsgVote message with higher term from 6187b83f947d3543 [term: 48]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 48
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 48
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 48] received a MsgVote message with higher term from 6187b83f947d3543 [term: 49]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 49
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 49
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 49] received a MsgVote message with higher term from 6187b83f947d3543 [term: 50]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 50
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 50
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 50] received a MsgVote message with higher term from 6187b83f947d3543 [term: 51]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 51
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 51
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 51] received a MsgVote message with higher term from 6187b83f947d3543 [term: 52]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 52
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 52
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 52] received a MsgVote message with higher term from 6187b83f947d3543 [term: 53]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 53
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 53
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 53] received a MsgVote message with higher term from 6187b83f947d3543 [term: 54]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 54
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 54
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 54] received a MsgVote message with higher term from 6187b83f947d3543 [term: 55]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 55
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 55
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 55] received a MsgVote message with higher term from 6187b83f947d3543 [term: 56]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 56
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 56
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 56] received a MsgVote message with higher term from 6187b83f947d3543 [term: 57]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 57
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 57
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 57] received a MsgVote message with higher term from 6187b83f947d3543 [term: 58]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 58
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 58
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 58] received a MsgVote message with higher term from 6187b83f947d3543 [term: 59]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 59
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 59
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 59] received a MsgVote message with higher term from 6187b83f947d3543 [term: 60]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 60
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 60
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 60] received a MsgVote message with higher term from 6187b83f947d3543 [term: 61]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 61
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [logterm: 1, index: 4, vote: 0] voted for 6187b83f947d3543 [logterm: 1, index: 4] at term 61
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 [term: 61] received a MsgHeartbeat message with higher term from 644ebfd209b82e48 [term: 201]
Oct 04 22:30:10 core-01 etcd2[1231]: af0bce379c4810e4 became follower at term 201
Oct 04 22:30:10 core-01 etcd2[1231]: raft.node: af0bce379c4810e4 elected leader 644ebfd209b82e48 at term 201
Oct 04 22:30:10 core-01 etcd2[1231]: the connection with 644ebfd209b82e48 became active
Oct 04 22:30:10 core-01 etcd2[1231]: the connection with cd265d4aaa56d710 became active
Oct 04 22:30:10 core-01 etcd2[1231]: set the initial cluster version to 2.1
Oct 04 22:30:11 core-01 etcd2[1231]: published {Name:2e27965edd0a4f2bbf2198c6ecb3e051 ClientURLs:[http://192.168.33.10:2379]} to cluster 8e942dcb1e1a6284
Oct 04 22:30:11 core-01 etcd2[1231]: failed to read raft message (unexpected EOF)
Oct 04 22:30:14 core-01 etcd2[1231]: updated the cluster version from 2.1 to 2.2
Oct 04 22:30:19 core-01 etcd2[1231]: failed to read raft message (unexpected EOF)
Oct 04 22:30:22 core-01 etcd2[1231]: the connection with 644ebfd209b82e48 became inactive
Oct 04 22:30:22 core-01 etcd2[1231]: failed to write 644ebfd209b82e48 on stream Message (write tcp 192.168.33.11:34360: broken pipe)
Oct 04 22:30:22 core-01 etcd2[1231]: the connection with 644ebfd209b82e48 became active
xiang90 commented 8 years ago

@F21 Did your cluster recover after the error disappeared?

F21 commented 8 years ago

The cluster appears to become healthy after a while:

core@core-01 ~ $ etcdctl cluster-health
member 255894dccb1821a7 is healthy: got healthy result from http://192.168.33.12:2379
member 420c9b9a89d8b23d is unhealthy: got unhealthy result from http://192.168.33.13:2379
member 46c01644950728dc is healthy: got healthy result from http://192.168.33.10:2379
member 7538e80b548e9d14 is unhealthy: got unhealthy result from http://192.168.33.11:2379
cluster is healthy
core@core-01 ~ $ etcdctl ls /
/coreos.com
core@core-01 ~ $ etcdctl cluster-health
member 255894dccb1821a7 is healthy: got healthy result from http://192.168.33.12:2379
member 420c9b9a89d8b23d is healthy: got healthy result from http://192.168.33.13:2379
member 46c01644950728dc is unhealthy: got unhealthy result from http://192.168.33.10:2379
member 7538e80b548e9d14 is healthy: got healthy result from http://192.168.33.11:2379
cluster is healthy
core@core-01 ~ $ etcdctl cluster-health
member 255894dccb1821a7 is healthy: got healthy result from http://192.168.33.12:2379
member 420c9b9a89d8b23d is healthy: got healthy result from http://192.168.33.13:2379
member 46c01644950728dc is healthy: got healthy result from http://192.168.33.10:2379
member 7538e80b548e9d14 is healthy: got healthy result from http://192.168.33.11:2379
cluster is healthy
core@core-01 ~ $ etcdctl cluster-health
member 255894dccb1821a7 is healthy: got healthy result from http://192.168.33.12:2379
member 420c9b9a89d8b23d is healthy: got healthy result from http://192.168.33.13:2379
member 46c01644950728dc is healthy: got healthy result from http://192.168.33.10:2379
member 7538e80b548e9d14 is healthy: got healthy result from http://192.168.33.11:2379
cluster is healthy
xiang90 commented 8 years ago

@F21 From the log, there were some temporal network issues. But I cannot rule out that it is not an etcd issues.

Can you try to reproduce it?

xiang90 commented 8 years ago

@F21 Upgrading from 2.1 is normal. The etcd member starts with its minimum version until the cluster coverages on a version.

F21 commented 8 years ago

I seem to be able to reproduce it successfully using my vagrant cluster. Vagrant is 1.7.4, Virtualbox is 5.0.6 and my host os is Windows 8.1 64-bit.

vagrantfile:

# -*- mode: ruby -*-
# # vi: set ft=ruby :

require 'fileutils'
require 'erb'
require 'ostruct'
require 'tempfile'

Vagrant.require_version ">= 1.6.0"

CLOUD_CONFIG_PATH = File.join(File.dirname(__FILE__), "user-data")

# Defaults for config options defined in CONFIG
$num = 4
$instance_name_prefix = "core"
$update_channel = "alpha"
$image_version = "current"
$enable_serial_logging = false
$share_home = false
$vm_gui = false
$vm_memory = 2560
$vm_cpus = 4
$shared_folders = {}
$forwarded_ports = {}

$new_discovery_url="https://discovery.etcd.io/new?size=#{$num}"

# To automatically replace the discovery token on 'vagrant up', uncomment
# the lines below:
#
if ARGV[0].eql?('up')
 require 'open-uri'

 discoveryURL = open($new_discovery_url).read
end

# Use old vb_xxx config variables when set
def vm_gui
  $vb_gui.nil? ? $vm_gui : $vb_gui
end

def vm_memory
  $vb_memory.nil? ? $vm_memory : $vb_memory
end

def vm_cpus
  $vb_cpus.nil? ? $vm_cpus : $vb_cpus
end

Vagrant.configure("2") do |config|
  # always use Vagrants insecure key
  config.ssh.insert_key = false

  config.vm.box = "coreos-%s" % $update_channel
  if $image_version != "current"
      config.vm.box_version = $image_version
  end
  config.vm.box_url = "http://%s.release.core-os.net/amd64-usr/%s/coreos_production_vagrant.json" % [$update_channel, $image_version]

  ["vmware_fusion", "vmware_workstation"].each do |vmware|
    config.vm.provider vmware do |v, override|
      override.vm.box_url = "http://%s.release.core-os.net/amd64-usr/%s/coreos_production_vagrant_vmware_fusion.json" % [$update_channel, $image_version]
    end
  end

  config.vm.provider :virtualbox do |v|
    # On VirtualBox, we don't have guest additions or a functional vboxsf
    # in CoreOS, so tell Vagrant that so it can be smarter.
    v.check_guest_additions = false
    v.functional_vboxsf     = false
  end

  # plugin conflict
  if Vagrant.has_plugin?("vagrant-vbguest") then
    config.vbguest.auto_update = false
  end

  master_ips = []

  (1..$num).each do |i|

    ip = "192.168.33.#{i+9}"

    config.vm.define vm_name = "%s-%02d" % [$instance_name_prefix, i] do |config|
      config.vm.hostname = vm_name

      if $enable_serial_logging
        logdir = File.join(File.dirname(__FILE__), "log")
        FileUtils.mkdir_p(logdir)

        serialFile = File.join(logdir, "%s-serial.txt" % vm_name)
        FileUtils.touch(serialFile)

        ["vmware_fusion", "vmware_workstation"].each do |vmware|
          config.vm.provider vmware do |v, override|
            v.vmx["serial0.present"] = "TRUE"
            v.vmx["serial0.fileType"] = "file"
            v.vmx["serial0.fileName"] = serialFile
            v.vmx["serial0.tryNoRxLoss"] = "FALSE"
          end
        end

        config.vm.provider :virtualbox do |vb, override|
          vb.customize ["modifyvm", :id, "--uart1", "0x3F8", "4"]
          vb.customize ["modifyvm", :id, "--uartmode1", serialFile]
        end
      end

      if $expose_docker_tcp
        config.vm.network "forwarded_port", guest: 2375, host: ($expose_docker_tcp + i - 1), auto_correct: true
      end

      $forwarded_ports.each do |guest, host|
        config.vm.network "forwarded_port", guest: guest, host: host, auto_correct: true
      end

      ["vmware_fusion", "vmware_workstation"].each do |vmware|
        config.vm.provider vmware do |v|
          v.gui = vm_gui
          v.vmx['memsize'] = vm_memory
          v.vmx['numvcpus'] = vm_cpus
        end
      end

      config.vm.provider :virtualbox do |vb|
        vb.gui = vm_gui
        vb.memory = vm_memory
        vb.cpus = vm_cpus
      end

      config.vm.network :private_network, ip: ip

      # Uncomment below to enable NFS for sharing the host machine into the coreos-vagrant VM.
      #config.vm.synced_folder ".", "/home/core/share", id: "core", :nfs => true, :mount_options => ['nolock,vers=3,udp']
      $shared_folders.each_with_index do |(host_folder, guest_folder), index|
        config.vm.synced_folder host_folder.to_s, guest_folder.to_s, id: "core-share%02d" % index, nfs: true, mount_options: ['nolock,vers=3,udp']
      end

      if $share_home
        config.vm.synced_folder ENV['HOME'], ENV['HOME'], id: "home", :nfs => true, :mount_options => ['nolock,vers=3,udp']
      end

      # Write cloud config
      template = ERB.new(File.new(CLOUD_CONFIG_PATH).read, nil, '-')

      namespace = OpenStruct.new({:discoveryURL => discoveryURL})

      file = Tempfile.new("cloud-config-#{i}")

      file.write template.result(namespace.instance_eval { binding })
      file.close

      config.vm.provision :shell, :inline => "sleep 20m", :privileged => true #Simulate copying file from host os to coreos guest to debug a problem I am working on
      config.vm.provision :file, :source => file.path, :destination => "/tmp/vagrantfile-user-data"
      config.vm.provision :shell, :inline => "mv /tmp/vagrantfile-user-data /var/lib/coreos-vagrant/", :privileged => true
    end
  end
end

user-data

#cloud-config

coreos:
  etcd2:
    #generate a new token for each unique cluster from https://discovery.etcd.io/new
    discovery: <%= discoveryURL %>
    # multi-region and multi-cloud deployments need to use $public_ipv4
    advertise-client-urls: http://$public_ipv4:2379
    initial-advertise-peer-urls: http://$private_ipv4:2380
    # listen on both the official ports and the legacy ports
    # legacy ports can be omitted if your application doesn't depend on them
    listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001
    listen-peer-urls: http://$private_ipv4:2380,http://$private_ipv4:7001
  flannel:
    interface: $public_ipv4
  units:
    - name: etcd2.service
      command: start
    - name: docker-tcp.socket
      command: start
      enable: true
      content: |
        [Unit]
        Description=Docker Socket for the API

        [Socket]
        ListenStream=2375
        Service=docker.service
        BindIPv6Only=both

        [Install]
        WantedBy=sockets.target
xiang90 commented 8 years ago

@F21 Can you also give me all the logs? Actually I failed to not see anything strange from your pervious log rather than a temp network issue, which is recovered soon.

F21 commented 8 years ago

@xiang90

Here is the complete set of logs:

-- Logs begin at Sun 2015-10-04 23:03:01 UTC, end at Mon 2015-10-05 04:24:35 UTC. --
Oct 04 23:23:29 core-01 systemd[1]: Started etcd2.
Oct 04 23:23:29 core-01 etcd2[1163]: recognized and used environment variable ETCD_ADVERTISE_CLIENT_URLS=http://192.168.33.10:2379
Oct 04 23:23:29 core-01 etcd2[1163]: recognized and used environment variable ETCD_DATA_DIR=/var/lib/etcd2
Oct 04 23:23:29 core-01 etcd2[1163]: recognized and used environment variable ETCD_DISCOVERY=https://discovery.etcd.io/f0911b45cd8d84f43bce3a9b623a0022
Oct 04 23:23:29 core-01 etcd2[1163]: recognized and used environment variable ETCD_INITIAL_ADVERTISE_PEER_URLS=http://192.168.33.10:2380
Oct 04 23:23:29 core-01 etcd2[1163]: recognized and used environment variable ETCD_LISTEN_CLIENT_URLS=http://0.0.0.0:2379,http://0.0.0.0:4001
Oct 04 23:23:29 core-01 etcd2[1163]: recognized and used environment variable ETCD_LISTEN_PEER_URLS=http://192.168.33.10:2380,http://192.168.33.10:7001
Oct 04 23:23:29 core-01 etcd2[1163]: recognized and used environment variable ETCD_NAME=cca96922546c483fa6b3b6089f15a7a7
Oct 04 23:23:29 core-01 etcd2[1163]: etcd Version: 2.2.0
Oct 04 23:23:29 core-01 etcd2[1163]: Git SHA: e4561dd
Oct 04 23:23:29 core-01 etcd2[1163]: Go Version: go1.4.2
Oct 04 23:23:29 core-01 etcd2[1163]: Go OS/Arch: linux/amd64
Oct 04 23:23:29 core-01 etcd2[1163]: setting maximum number of CPUs to 1, total number of available CPUs is 4
Oct 04 23:23:29 core-01 etcd2[1163]: listening for peers on http://192.168.33.10:2380
Oct 04 23:23:29 core-01 etcd2[1163]: listening for peers on http://192.168.33.10:7001
Oct 04 23:23:29 core-01 etcd2[1163]: listening for client requests on http://0.0.0.0:2379
Oct 04 23:23:29 core-01 etcd2[1163]: listening for client requests on http://0.0.0.0:4001
Oct 04 23:23:32 core-01 etcd2[1163]: found self 46c01644950728dc in the cluster
Oct 04 23:23:32 core-01 etcd2[1163]: found 1 peer(s), waiting for 3 more
Oct 04 23:24:32 core-01 etcd2[1163]: error #0: client: etcd member https://discovery.etcd.io returns server error [Gateway Timeout]
Oct 04 23:24:32 core-01 etcd2[1163]: waiting for other nodes: error connecting to https://discovery.etcd.io, retrying in 2s
Oct 04 23:24:34 core-01 etcd2[1163]: found self 46c01644950728dc in the cluster
Oct 04 23:24:34 core-01 etcd2[1163]: found 1 peer(s), waiting for 3 more
Oct 04 23:25:34 core-01 etcd2[1163]: error #0: client: etcd member https://discovery.etcd.io returns server error [Gateway Timeout]
Oct 04 23:25:34 core-01 etcd2[1163]: waiting for other nodes: error connecting to https://discovery.etcd.io, retrying in 4s
Oct 04 23:25:38 core-01 etcd2[1163]: found self 46c01644950728dc in the cluster
Oct 04 23:25:38 core-01 etcd2[1163]: found 1 peer(s), waiting for 3 more
Oct 04 23:26:38 core-01 etcd2[1163]: error #0: client: etcd member https://discovery.etcd.io returns server error [Gateway Timeout]
Oct 04 23:26:38 core-01 etcd2[1163]: waiting for other nodes: error connecting to https://discovery.etcd.io, retrying in 8s
Oct 04 23:26:46 core-01 etcd2[1163]: found self 46c01644950728dc in the cluster
Oct 04 23:26:46 core-01 etcd2[1163]: found 1 peer(s), waiting for 3 more
Oct 04 23:27:46 core-01 etcd2[1163]: error #0: client: etcd member https://discovery.etcd.io returns server error [Gateway Timeout]
Oct 04 23:27:46 core-01 etcd2[1163]: waiting for other nodes: error connecting to https://discovery.etcd.io, retrying in 16s
Oct 04 23:28:02 core-01 etcd2[1163]: found self 46c01644950728dc in the cluster
Oct 04 23:28:02 core-01 etcd2[1163]: found 1 peer(s), waiting for 3 more
Oct 04 23:29:02 core-01 etcd2[1163]: error #0: client: etcd member https://discovery.etcd.io returns server error [Gateway Timeout]
Oct 04 23:29:02 core-01 etcd2[1163]: waiting for other nodes: error connecting to https://discovery.etcd.io, retrying in 32s
Oct 04 23:29:34 core-01 etcd2[1163]: found self 46c01644950728dc in the cluster
Oct 04 23:29:34 core-01 etcd2[1163]: found 1 peer(s), waiting for 3 more
Oct 04 23:30:34 core-01 etcd2[1163]: error #0: client: etcd member https://discovery.etcd.io returns server error [Gateway Timeout]
Oct 04 23:30:34 core-01 etcd2[1163]: waiting for other nodes: error connecting to https://discovery.etcd.io, retrying in 1m4s
Oct 04 23:31:40 core-01 etcd2[1163]: found self 46c01644950728dc in the cluster
Oct 04 23:31:40 core-01 etcd2[1163]: found 1 peer(s), waiting for 3 more
Oct 04 23:32:40 core-01 etcd2[1163]: error #0: client: etcd member https://discovery.etcd.io returns server error [Gateway Timeout]
Oct 04 23:32:40 core-01 etcd2[1163]: waiting for other nodes: error connecting to https://discovery.etcd.io, retrying in 2m8s
Oct 04 23:34:49 core-01 etcd2[1163]: found self 46c01644950728dc in the cluster
Oct 04 23:34:49 core-01 etcd2[1163]: found 1 peer(s), waiting for 3 more
Oct 04 23:35:49 core-01 etcd2[1163]: error #0: client: etcd member https://discovery.etcd.io returns server error [Gateway Timeout]
Oct 04 23:35:49 core-01 etcd2[1163]: waiting for other nodes: error connecting to https://discovery.etcd.io, retrying in 4m16s
Oct 04 23:40:07 core-01 etcd2[1163]: found self 46c01644950728dc in the cluster
Oct 04 23:40:07 core-01 etcd2[1163]: found 1 peer(s), waiting for 3 more
Oct 04 23:41:07 core-01 etcd2[1163]: error #0: client: etcd member https://discovery.etcd.io returns server error [Gateway Timeout]
Oct 04 23:41:07 core-01 etcd2[1163]: waiting for other nodes: error connecting to https://discovery.etcd.io, retrying in 8m32s
Oct 04 23:49:41 core-01 etcd2[1163]: found self 46c01644950728dc in the cluster
Oct 04 23:49:41 core-01 etcd2[1163]: found peer 7538e80b548e9d14 in the cluster
Oct 04 23:49:41 core-01 etcd2[1163]: found 2 peer(s), waiting for 2 more
Oct 04 23:50:41 core-01 etcd2[1163]: error #0: client: etcd member https://discovery.etcd.io returns server error [Gateway Timeout]
Oct 04 23:50:41 core-01 etcd2[1163]: waiting for other nodes: error connecting to https://discovery.etcd.io, retrying in 17m4s
Oct 05 00:07:47 core-01 etcd2[1163]: found self 46c01644950728dc in the cluster
Oct 05 00:07:47 core-01 etcd2[1163]: found peer 7538e80b548e9d14 in the cluster
Oct 05 00:07:47 core-01 etcd2[1163]: found peer 255894dccb1821a7 in the cluster
Oct 05 00:07:47 core-01 etcd2[1163]: found 3 peer(s), waiting for 1 more
Oct 05 00:08:47 core-01 etcd2[1163]: error #0: client: etcd member https://discovery.etcd.io returns server error [Gateway Timeout]
Oct 05 00:08:47 core-01 etcd2[1163]: waiting for other nodes: error connecting to https://discovery.etcd.io, retrying in 34m8s
Oct 05 00:42:57 core-01 etcd2[1163]: found self 46c01644950728dc in the cluster
Oct 05 00:42:57 core-01 etcd2[1163]: found peer 7538e80b548e9d14 in the cluster
Oct 05 00:42:57 core-01 etcd2[1163]: found peer 255894dccb1821a7 in the cluster
Oct 05 00:42:57 core-01 etcd2[1163]: found peer 420c9b9a89d8b23d in the cluster
Oct 05 00:42:57 core-01 etcd2[1163]: found 4 needed peer(s)
Oct 05 00:42:57 core-01 etcd2[1163]: name = cca96922546c483fa6b3b6089f15a7a7
Oct 05 00:42:57 core-01 etcd2[1163]: data dir = /var/lib/etcd2
Oct 05 00:42:57 core-01 etcd2[1163]: member dir = /var/lib/etcd2/member
Oct 05 00:42:57 core-01 etcd2[1163]: heartbeat = 100ms
Oct 05 00:42:57 core-01 etcd2[1163]: election = 1000ms
Oct 05 00:42:57 core-01 etcd2[1163]: snapshot count = 10000
Oct 05 00:42:57 core-01 etcd2[1163]: discovery URL= https://discovery.etcd.io/f0911b45cd8d84f43bce3a9b623a0022
Oct 05 00:42:57 core-01 etcd2[1163]: advertise client URLs = http://192.168.33.10:2379
Oct 05 00:42:57 core-01 etcd2[1163]: initial advertise peer URLs = http://192.168.33.10:2380
Oct 05 00:42:57 core-01 etcd2[1163]: initial cluster = cca96922546c483fa6b3b6089f15a7a7=http://192.168.33.10:2380
Oct 05 00:42:57 core-01 etcd2[1163]: starting member 46c01644950728dc in cluster e78054c805909ae7
Oct 05 00:42:57 core-01 etcd2[1163]: 46c01644950728dc became follower at term 0
Oct 05 00:42:57 core-01 etcd2[1163]: newRaft 46c01644950728dc [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]
Oct 05 00:42:57 core-01 etcd2[1163]: 46c01644950728dc became follower at term 1
Oct 05 00:42:57 core-01 etcd2[1163]: starting server... [version: 2.2.0, cluster version: to_be_decided]
Oct 05 00:42:57 core-01 etcd2[1163]: added member 255894dccb1821a7 [http://192.168.33.12:2380] to cluster e78054c805909ae7
Oct 05 00:42:57 core-01 etcd2[1163]: added member 420c9b9a89d8b23d [http://192.168.33.13:2380] to cluster e78054c805909ae7
Oct 05 00:42:57 core-01 etcd2[1163]: failed to notify systemd for readiness
Oct 05 00:42:57 core-01 etcd2[1163]: added local member 46c01644950728dc [http://192.168.33.10:2380] to cluster e78054c805909ae7
Oct 05 00:42:58 core-01 etcd2[1163]: added member 7538e80b548e9d14 [http://192.168.33.11:2380] to cluster e78054c805909ae7
Oct 05 00:42:58 core-01 etcd2[1163]: the connection with 420c9b9a89d8b23d became active
Oct 05 00:42:58 core-01 etcd2[1163]: the connection with 7538e80b548e9d14 became active
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 1] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 2]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 2
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 2
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 2] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 3]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 3
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 3
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 3] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 4]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 4
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 4
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 4] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 5]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 5
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 5
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 5] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 6]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 6
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 6
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 6] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 7]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 7
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 7
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 7] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 8]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 8
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 8
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 8] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 9]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 9
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 9
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 9] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 10]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 10
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 10
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 10] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 11]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 11
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 11
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 11] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 12]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 12
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 12
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 12] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 13]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 13
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 13
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 13] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 14]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 14
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 14
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 14] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 15]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 15
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 15
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 15] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 16]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 16
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 16
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 16] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 17]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 17
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 17
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 17] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 18]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 18
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 18
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 18] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 19]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 19
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 19
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 19] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 20]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 20
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 20
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 20] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 21]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 21
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 21
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 21] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 22]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 22
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 22
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 22] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 23]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 23
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 23
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 23] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 24]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 24
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 24
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 24] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 25]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 25
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 25
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 25] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 26]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 26
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 26
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 26] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 27]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 27
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 27
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 27] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 28]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 28
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 28
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 28] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 29]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 29
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 29
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 29] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 30]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 30
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 30
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 30] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 31]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 31
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 31
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 31] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 32]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 32
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 32
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 32] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 33]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 33
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 33
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 33] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 34]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 34
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 34
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 34] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 35]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 35
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 35
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 35] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 36]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 36
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 36
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 36] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 37]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 37
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 37
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 37] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 38]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 38
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 38
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 38] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 39]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 39
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 39
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 39] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 40]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 40
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 40
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 40] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 41]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 41
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 41
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 41] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 42]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 42
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 42
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 42] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 43]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 43
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 43
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 43] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 44]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 44
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 44
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 44] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 45]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 45
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 45
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 45] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 46]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 46
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 46
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 46] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 47]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 47
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 47
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 47] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 48]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 48
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 48
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 48] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 49]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 49
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 49
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 49] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 50]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 50
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 50
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 50] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 51]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 51
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 51
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [term: 51] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 52]
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 52
Oct 05 00:42:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 52
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [term: 52] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 53]
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc became follower at term 53
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 53
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [term: 53] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 54]
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc became follower at term 54
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 54
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [term: 54] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 55]
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc became follower at term 55
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 55
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [term: 55] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 56]
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc became follower at term 56
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 56
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [term: 56] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 57]
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc became follower at term 57
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 57
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [term: 57] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 58]
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc became follower at term 58
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [logterm: 1, index: 4, vote: 0] voted for 420c9b9a89d8b23d [logterm: 1, index: 4] at term 58
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc [term: 58] received a MsgHeartbeat message with higher term from 7538e80b548e9d14 [term: 213]
Oct 05 00:42:59 core-01 etcd2[1163]: 46c01644950728dc became follower at term 213
Oct 05 00:42:59 core-01 etcd2[1163]: raft.node: 46c01644950728dc elected leader 7538e80b548e9d14 at term 213
Oct 05 00:42:59 core-01 etcd2[1163]: the connection with 255894dccb1821a7 became active
Oct 05 00:42:59 core-01 etcd2[1163]: the connection with 7538e80b548e9d14 became inactive
Oct 05 00:42:59 core-01 etcd2[1163]: failed to write 7538e80b548e9d14 on stream Message (write tcp 192.168.33.11:47924: broken pipe)
Oct 05 00:43:00 core-01 etcd2[1163]: set the initial cluster version to 2.1
Oct 05 00:43:00 core-01 etcd2[1163]: updated the cluster version from 2.1 to 2.2
Oct 05 00:43:00 core-01 etcd2[1163]: published {Name:cca96922546c483fa6b3b6089f15a7a7 ClientURLs:[http://192.168.33.10:2379]} to cluster e78054c805909ae7
Oct 05 00:43:00 core-01 etcd2[1163]: the connection with 7538e80b548e9d14 became active
Oct 05 00:43:00 core-01 etcd2[1163]: the connection with 7538e80b548e9d14 became inactive
Oct 05 00:43:00 core-01 etcd2[1163]: failed to write 7538e80b548e9d14 on stream Message (write tcp 192.168.33.11:47884: broken pipe)
Oct 05 00:43:00 core-01 etcd2[1163]: 46c01644950728dc [term: 213] ignored a MsgApp message with lower term from 7538e80b548e9d14 [term: 203]
Oct 05 00:43:00 core-01 etcd2[1163]: the connection with 7538e80b548e9d14 became active
Oct 05 00:43:01 core-01 etcd2[1163]: the connection with 7538e80b548e9d14 became inactive
Oct 05 00:43:01 core-01 etcd2[1163]: failed to write 7538e80b548e9d14 on stream Message (write tcp 192.168.33.11:47630: broken pipe)
Oct 05 00:43:01 core-01 etcd2[1163]: the connection with 7538e80b548e9d14 became active
Oct 05 00:43:02 core-01 etcd2[1163]: the connection with 7538e80b548e9d14 became inactive
Oct 05 00:43:02 core-01 etcd2[1163]: failed to write 7538e80b548e9d14 on stream Message (write tcp 192.168.33.11:47806: broken pipe)
Oct 05 00:43:02 core-01 etcd2[1163]: the connection with 7538e80b548e9d14 became active
Oct 05 00:43:02 core-01 etcd2[1163]: 46c01644950728dc [term: 213] ignored a MsgHeartbeat message with lower term from 7538e80b548e9d14 [term: 203]
Oct 05 00:43:03 core-01 etcd2[1163]: 46c01644950728dc [term: 213] ignored a MsgHeartbeat message with lower term from 7538e80b548e9d14 [term: 203]
Oct 05 00:43:06 core-01 etcd2[1163]: 46c01644950728dc [term: 213] ignored a MsgHeartbeat message with lower term from 7538e80b548e9d14 [term: 203]
Oct 05 00:43:07 core-01 etcd2[1163]: 46c01644950728dc [term: 213] ignored a MsgHeartbeat message with lower term from 7538e80b548e9d14 [term: 203]
Oct 05 00:43:11 core-01 etcd2[1163]: 46c01644950728dc [term: 213] ignored a MsgHeartbeat message with lower term from 7538e80b548e9d14 [term: 203]
Oct 05 00:43:12 core-01 etcd2[1163]: 46c01644950728dc [term: 213] ignored a MsgHeartbeat message with lower term from 7538e80b548e9d14 [term: 203]
Oct 05 00:43:14 core-01 etcd2[1163]: 46c01644950728dc [term: 213] ignored a MsgHeartbeat message with lower term from 7538e80b548e9d14 [term: 203]
Oct 05 00:43:15 core-01 etcd2[1163]: 46c01644950728dc [term: 213] ignored a MsgHeartbeat message with lower term from 7538e80b548e9d14 [term: 203]
Oct 05 00:43:16 core-01 etcd2[1163]: 46c01644950728dc [term: 213] ignored a MsgVote message with lower term from 7538e80b548e9d14 [term: 208]
Oct 05 00:43:18 core-01 etcd2[1163]: 46c01644950728dc [term: 213] ignored a MsgHeartbeat message with lower term from 7538e80b548e9d14 [term: 203]
Oct 05 00:43:26 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1386, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 203, index: 1194] at term 213
Oct 05 00:43:58 core-01 etcd2[1163]: 46c01644950728dc [term: 213] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 214]
Oct 05 00:43:58 core-01 etcd2[1163]: 46c01644950728dc became follower at term 214
Oct 05 00:43:58 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448, vote: 0] voted for 420c9b9a89d8b23d [logterm: 213, index: 1448] at term 214
Oct 05 00:43:58 core-01 etcd2[1163]: raft.node: 46c01644950728dc lost leader 7538e80b548e9d14 at term 214
Oct 05 00:43:59 core-01 etcd2[1163]: 46c01644950728dc [term: 214] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 215]
Oct 05 00:43:59 core-01 etcd2[1163]: 46c01644950728dc became follower at term 215
Oct 05 00:43:59 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448, vote: 0] voted for 420c9b9a89d8b23d [logterm: 213, index: 1448] at term 215
Oct 05 00:44:00 core-01 etcd2[1163]: 46c01644950728dc is starting a new election at term 215
Oct 05 00:44:00 core-01 etcd2[1163]: 46c01644950728dc became candidate at term 216
Oct 05 00:44:00 core-01 etcd2[1163]: 46c01644950728dc received vote from 46c01644950728dc at term 216
Oct 05 00:44:00 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 255894dccb1821a7 at term 216
Oct 05 00:44:00 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 420c9b9a89d8b23d at term 216
Oct 05 00:44:00 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 7538e80b548e9d14 at term 216
Oct 05 00:44:00 core-01 etcd2[1163]: 46c01644950728dc received vote from 420c9b9a89d8b23d at term 216
Oct 05 00:44:00 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 00:44:01 core-01 etcd2[1163]: 46c01644950728dc is starting a new election at term 216
Oct 05 00:44:01 core-01 etcd2[1163]: 46c01644950728dc became candidate at term 217
Oct 05 00:44:01 core-01 etcd2[1163]: 46c01644950728dc received vote from 46c01644950728dc at term 217
Oct 05 00:44:01 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 255894dccb1821a7 at term 217
Oct 05 00:44:01 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 420c9b9a89d8b23d at term 217
Oct 05 00:44:01 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 7538e80b548e9d14 at term 217
Oct 05 00:44:01 core-01 etcd2[1163]: 46c01644950728dc received vote from 420c9b9a89d8b23d at term 217
Oct 05 00:44:01 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 00:44:03 core-01 etcd2[1163]: 46c01644950728dc [term: 217] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 218]
Oct 05 00:44:03 core-01 etcd2[1163]: 46c01644950728dc became follower at term 218
Oct 05 00:44:03 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448, vote: 0] voted for 420c9b9a89d8b23d [logterm: 213, index: 1448] at term 218
Oct 05 00:44:04 core-01 etcd2[1163]: 46c01644950728dc is starting a new election at term 218
Oct 05 00:44:04 core-01 etcd2[1163]: 46c01644950728dc became candidate at term 219
Oct 05 00:44:04 core-01 etcd2[1163]: 46c01644950728dc received vote from 46c01644950728dc at term 219
Oct 05 00:44:04 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 255894dccb1821a7 at term 219
Oct 05 00:44:04 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 420c9b9a89d8b23d at term 219
Oct 05 00:44:04 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 7538e80b548e9d14 at term 219
Oct 05 00:44:05 core-01 etcd2[1163]: 46c01644950728dc is starting a new election at term 219
Oct 05 00:44:05 core-01 etcd2[1163]: 46c01644950728dc became candidate at term 220
Oct 05 00:44:05 core-01 etcd2[1163]: 46c01644950728dc received vote from 46c01644950728dc at term 220
Oct 05 00:44:05 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 255894dccb1821a7 at term 220
Oct 05 00:44:05 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 420c9b9a89d8b23d at term 220
Oct 05 00:44:05 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 7538e80b548e9d14 at term 220
Oct 05 00:44:07 core-01 etcd2[1163]: 46c01644950728dc is starting a new election at term 220
Oct 05 00:44:07 core-01 etcd2[1163]: 46c01644950728dc became candidate at term 221
Oct 05 00:44:07 core-01 etcd2[1163]: 46c01644950728dc received vote from 46c01644950728dc at term 221
Oct 05 00:44:07 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 255894dccb1821a7 at term 221
Oct 05 00:44:07 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 420c9b9a89d8b23d at term 221
Oct 05 00:44:07 core-01 etcd2[1163]: 46c01644950728dc [logterm: 213, index: 1448] sent vote request to 7538e80b548e9d14 at term 221
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [term: 221] ignored a MsgVote message with lower term from 420c9b9a89d8b23d [term: 219]
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [term: 221] ignored a MsgApp message with lower term from 7538e80b548e9d14 [term: 213]
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [term: 221] ignored a MsgVoteResp message with lower term from 420c9b9a89d8b23d [term: 219]
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [term: 221] ignored a MsgVoteResp message with lower term from 420c9b9a89d8b23d [term: 220]
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc received vote from 420c9b9a89d8b23d at term 221
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [term: 221] ignored a MsgVoteResp message with lower term from 7538e80b548e9d14 [term: 216]
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [term: 221] ignored a MsgVoteResp message with lower term from 7538e80b548e9d14 [term: 217]
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [term: 221] ignored a MsgVoteResp message with lower term from 7538e80b548e9d14 [term: 219]
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [term: 221] ignored a MsgVoteResp message with lower term from 7538e80b548e9d14 [term: 220]
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 221
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 3 votes and 0 vote rejections
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc became leader at term 221
Oct 05 00:44:08 core-01 etcd2[1163]: raft.node: 46c01644950728dc elected leader 46c01644950728dc at term 221
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [term: 221] ignored a MsgVoteResp message with lower term from 255894dccb1821a7 [term: 216]
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [term: 221] ignored a MsgVoteResp message with lower term from 255894dccb1821a7 [term: 217]
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [term: 221] ignored a MsgVoteResp message with lower term from 255894dccb1821a7 [term: 219]
Oct 05 00:44:08 core-01 etcd2[1163]: 46c01644950728dc [term: 221] ignored a MsgVoteResp message with lower term from 255894dccb1821a7 [term: 220]
Oct 05 00:45:29 core-01 etcd2[1163]: 46c01644950728dc [term: 221] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 222]
Oct 05 00:45:29 core-01 etcd2[1163]: 46c01644950728dc became follower at term 222
Oct 05 00:45:29 core-01 etcd2[1163]: 46c01644950728dc [logterm: 221, index: 1610, vote: 0] voted for 7538e80b548e9d14 [logterm: 221, index: 1610] at term 222
Oct 05 00:45:29 core-01 etcd2[1163]: raft.node: 46c01644950728dc lost leader 46c01644950728dc at term 222
Oct 05 00:45:29 core-01 etcd2[1163]: raft.node: 46c01644950728dc elected leader 7538e80b548e9d14 at term 222
Oct 05 00:45:30 core-01 etcd2[1163]: 46c01644950728dc [term: 222] received a MsgVote message with higher term from 255894dccb1821a7 [term: 223]
Oct 05 00:45:30 core-01 etcd2[1163]: 46c01644950728dc became follower at term 223
Oct 05 00:45:30 core-01 etcd2[1163]: 46c01644950728dc [logterm: 222, index: 1612, vote: 0] voted for 255894dccb1821a7 [logterm: 222, index: 1613] at term 223
Oct 05 00:45:30 core-01 etcd2[1163]: raft.node: 46c01644950728dc lost leader 7538e80b548e9d14 at term 223
Oct 05 00:45:31 core-01 etcd2[1163]: 46c01644950728dc [term: 223] received a MsgVote message with higher term from 255894dccb1821a7 [term: 224]
Oct 05 00:45:31 core-01 etcd2[1163]: 46c01644950728dc became follower at term 224
Oct 05 00:45:31 core-01 etcd2[1163]: 46c01644950728dc [logterm: 222, index: 1612, vote: 0] voted for 255894dccb1821a7 [logterm: 222, index: 1613] at term 224
Oct 05 00:45:33 core-01 etcd2[1163]: 46c01644950728dc [term: 224] received a MsgVote message with higher term from 255894dccb1821a7 [term: 225]
Oct 05 00:45:33 core-01 etcd2[1163]: 46c01644950728dc became follower at term 225
Oct 05 00:45:33 core-01 etcd2[1163]: 46c01644950728dc [logterm: 222, index: 1612, vote: 0] voted for 255894dccb1821a7 [logterm: 222, index: 1613] at term 225
Oct 05 00:45:33 core-01 etcd2[1163]: 46c01644950728dc [logterm: 222, index: 1612, vote: 255894dccb1821a7] rejected vote from 420c9b9a89d8b23d [logterm: 222, index: 1613] at term 225
Oct 05 00:45:34 core-01 etcd2[1163]: raft.node: 46c01644950728dc elected leader 255894dccb1821a7 at term 225
Oct 05 00:47:16 core-01 etcd2[1163]: 46c01644950728dc is starting a new election at term 225
Oct 05 00:47:16 core-01 etcd2[1163]: 46c01644950728dc became candidate at term 226
Oct 05 00:47:16 core-01 etcd2[1163]: 46c01644950728dc received vote from 46c01644950728dc at term 226
Oct 05 00:47:16 core-01 etcd2[1163]: 46c01644950728dc [logterm: 225, index: 1817] sent vote request to 255894dccb1821a7 at term 226
Oct 05 00:47:16 core-01 etcd2[1163]: 46c01644950728dc [logterm: 225, index: 1817] sent vote request to 420c9b9a89d8b23d at term 226
Oct 05 00:47:16 core-01 etcd2[1163]: 46c01644950728dc [logterm: 225, index: 1817] sent vote request to 7538e80b548e9d14 at term 226
Oct 05 00:47:16 core-01 etcd2[1163]: raft.node: 46c01644950728dc lost leader 255894dccb1821a7 at term 226
Oct 05 00:47:16 core-01 etcd2[1163]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 226
Oct 05 00:47:16 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 00:47:16 core-01 etcd2[1163]: 46c01644950728dc received vote from 420c9b9a89d8b23d at term 226
Oct 05 00:47:16 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 3 votes and 0 vote rejections
Oct 05 00:47:16 core-01 etcd2[1163]: 46c01644950728dc became leader at term 226
Oct 05 00:47:16 core-01 etcd2[1163]: raft.node: 46c01644950728dc elected leader 46c01644950728dc at term 226
Oct 05 00:47:17 core-01 etcd2[1163]: 46c01644950728dc [term: 226] ignored a MsgApp message with lower term from 255894dccb1821a7 [term: 225]
Oct 05 00:47:17 core-01 etcd2[1163]: 46c01644950728dc [term: 226] ignored a MsgApp message with lower term from 255894dccb1821a7 [term: 225]
Oct 05 00:48:41 core-01 etcd2[1163]: 46c01644950728dc [term: 226] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 227]
Oct 05 00:48:41 core-01 etcd2[1163]: 46c01644950728dc became follower at term 227
Oct 05 00:48:41 core-01 etcd2[1163]: 46c01644950728dc [logterm: 226, index: 1989, vote: 0] voted for 420c9b9a89d8b23d [logterm: 226, index: 1989] at term 227
Oct 05 00:48:41 core-01 etcd2[1163]: raft.node: 46c01644950728dc lost leader 46c01644950728dc at term 227
Oct 05 00:48:43 core-01 etcd2[1163]: 46c01644950728dc [term: 227] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 228]
Oct 05 00:48:43 core-01 etcd2[1163]: 46c01644950728dc became follower at term 228
Oct 05 00:48:43 core-01 etcd2[1163]: 46c01644950728dc [logterm: 226, index: 1989, vote: 0] voted for 7538e80b548e9d14 [logterm: 226, index: 1989] at term 228
Oct 05 00:48:44 core-01 etcd2[1163]: 46c01644950728dc [term: 228] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 229]
Oct 05 00:48:44 core-01 etcd2[1163]: 46c01644950728dc became follower at term 229
Oct 05 00:48:44 core-01 etcd2[1163]: 46c01644950728dc [logterm: 226, index: 1989, vote: 0] voted for 7538e80b548e9d14 [logterm: 226, index: 1989] at term 229
Oct 05 00:48:45 core-01 etcd2[1163]: 46c01644950728dc [term: 229] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 230]
Oct 05 00:48:45 core-01 etcd2[1163]: 46c01644950728dc became follower at term 230
Oct 05 00:48:45 core-01 etcd2[1163]: 46c01644950728dc [logterm: 226, index: 1989, vote: 0] voted for 7538e80b548e9d14 [logterm: 226, index: 1989] at term 230
Oct 05 00:48:47 core-01 etcd2[1163]: 46c01644950728dc [term: 230] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 231]
Oct 05 00:48:47 core-01 etcd2[1163]: 46c01644950728dc became follower at term 231
Oct 05 00:48:47 core-01 etcd2[1163]: 46c01644950728dc [logterm: 226, index: 1989, vote: 0] voted for 7538e80b548e9d14 [logterm: 226, index: 1989] at term 231
Oct 05 00:48:48 core-01 etcd2[1163]: 46c01644950728dc [term: 231] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 232]
Oct 05 00:48:48 core-01 etcd2[1163]: 46c01644950728dc became follower at term 232
Oct 05 00:48:48 core-01 etcd2[1163]: 46c01644950728dc [logterm: 226, index: 1989, vote: 0] voted for 7538e80b548e9d14 [logterm: 226, index: 1989] at term 232
Oct 05 00:48:49 core-01 etcd2[1163]: 46c01644950728dc [term: 232] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 233]
Oct 05 00:48:49 core-01 etcd2[1163]: 46c01644950728dc became follower at term 233
Oct 05 00:48:49 core-01 etcd2[1163]: 46c01644950728dc [logterm: 226, index: 1989, vote: 0] voted for 7538e80b548e9d14 [logterm: 226, index: 1989] at term 233
Oct 05 00:48:50 core-01 etcd2[1163]: 46c01644950728dc [term: 233] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 234]
Oct 05 00:48:50 core-01 etcd2[1163]: 46c01644950728dc became follower at term 234
Oct 05 00:48:50 core-01 etcd2[1163]: 46c01644950728dc [logterm: 226, index: 1989, vote: 0] voted for 7538e80b548e9d14 [logterm: 226, index: 1989] at term 234
Oct 05 00:48:50 core-01 etcd2[1163]: 46c01644950728dc [term: 234] ignored a MsgAppResp message with lower term from 255894dccb1821a7 [term: 226]
Oct 05 00:48:50 core-01 etcd2[1163]: raft.node: 46c01644950728dc elected leader 7538e80b548e9d14 at term 234
Oct 05 00:48:51 core-01 etcd2[1163]: 46c01644950728dc [term: 234] ignored a MsgAppResp message with lower term from 255894dccb1821a7 [term: 226]
Oct 05 00:48:51 core-01 etcd2[1163]: 46c01644950728dc [term: 234] ignored a MsgHeartbeatResp message with lower term from 255894dccb1821a7 [term: 226]
Oct 05 00:49:26 core-01 etcd2[1163]: 46c01644950728dc [term: 234] received a MsgVote message with higher term from 255894dccb1821a7 [term: 235]
Oct 05 00:49:26 core-01 etcd2[1163]: 46c01644950728dc became follower at term 235
Oct 05 00:49:26 core-01 etcd2[1163]: 46c01644950728dc [logterm: 234, index: 2062, vote: 0] voted for 255894dccb1821a7 [logterm: 234, index: 2062] at term 235
Oct 05 00:49:26 core-01 etcd2[1163]: raft.node: 46c01644950728dc lost leader 7538e80b548e9d14 at term 235
Oct 05 00:49:26 core-01 etcd2[1163]: raft.node: 46c01644950728dc elected leader 255894dccb1821a7 at term 235
Oct 05 00:49:32 core-01 etcd2[1163]: 46c01644950728dc [term: 235] ignored a MsgApp message with lower term from 7538e80b548e9d14 [term: 234]
Oct 05 00:51:38 core-01 etcd2[1163]: 46c01644950728dc is starting a new election at term 235
Oct 05 00:51:38 core-01 etcd2[1163]: 46c01644950728dc became candidate at term 236
Oct 05 00:51:38 core-01 etcd2[1163]: 46c01644950728dc received vote from 46c01644950728dc at term 236
Oct 05 00:51:38 core-01 etcd2[1163]: 46c01644950728dc [logterm: 235, index: 2324] sent vote request to 255894dccb1821a7 at term 236
Oct 05 00:51:38 core-01 etcd2[1163]: 46c01644950728dc [logterm: 235, index: 2324] sent vote request to 420c9b9a89d8b23d at term 236
Oct 05 00:51:38 core-01 etcd2[1163]: 46c01644950728dc [logterm: 235, index: 2324] sent vote request to 7538e80b548e9d14 at term 236
Oct 05 00:51:38 core-01 etcd2[1163]: raft.node: 46c01644950728dc lost leader 255894dccb1821a7 at term 236
Oct 05 00:51:38 core-01 etcd2[1163]: 46c01644950728dc [logterm: 235, index: 2324, vote: 46c01644950728dc] rejected vote from 7538e80b548e9d14 [logterm: 235, index: 2324] at term ec
Oct 05 00:51:38 core-01 etcd2[1163]: 46c01644950728dc received vote rejection from 7538e80b548e9d14 at term 236
Oct 05 00:51:38 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 1 votes and 1 vote rejections
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc received vote from 420c9b9a89d8b23d at term 236
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 2 votes and 1 vote rejections
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc is starting a new election at term 236
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc became candidate at term 237
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc received vote from 46c01644950728dc at term 237
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc [logterm: 235, index: 2324] sent vote request to 420c9b9a89d8b23d at term 237
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc [logterm: 235, index: 2324] sent vote request to 7538e80b548e9d14 at term 237
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc [logterm: 235, index: 2324] sent vote request to 255894dccb1821a7 at term 237
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc [term: 237] ignored a MsgApp message with lower term from 255894dccb1821a7 [term: 235]
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc [logterm: 235, index: 2324, vote: 46c01644950728dc] rejected vote from 7538e80b548e9d14 [logterm: 235, index: 2324] at term ed
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc received vote rejection from 420c9b9a89d8b23d at term 237
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 1 votes and 1 vote rejections
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc received vote rejection from 7538e80b548e9d14 at term 237
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 1 votes and 2 vote rejections
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc [term: 237] ignored a MsgVoteResp message with lower term from 255894dccb1821a7 [term: 236]
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc [term: 237] ignored a MsgApp message with lower term from 255894dccb1821a7 [term: 235]
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc received vote rejection from 255894dccb1821a7 at term 237
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 1 votes and 3 vote rejections
Oct 05 00:51:40 core-01 etcd2[1163]: 46c01644950728dc became follower at term 237
Oct 05 00:51:41 core-01 etcd2[1163]: 46c01644950728dc [term: 237] received a MsgVote message with higher term from 420c9b9a89d8b23d [term: 238]
Oct 05 00:51:41 core-01 etcd2[1163]: 46c01644950728dc became follower at term 238
Oct 05 00:51:41 core-01 etcd2[1163]: 46c01644950728dc [logterm: 235, index: 2324, vote: 0] voted for 420c9b9a89d8b23d [logterm: 235, index: 2324] at term 238
Oct 05 00:51:41 core-01 etcd2[1163]: raft.node: 46c01644950728dc elected leader 420c9b9a89d8b23d at term 238
Oct 05 00:59:32 core-01 etcd2[1163]: the connection with 420c9b9a89d8b23d became inactive
Oct 05 00:59:32 core-01 etcd2[1163]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: connection refused)
Oct 05 00:59:32 core-01 etcd2[1163]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: connection refused)
Oct 05 00:59:33 core-01 etcd2[1163]: 46c01644950728dc is starting a new election at term 238
Oct 05 00:59:33 core-01 etcd2[1163]: 46c01644950728dc became candidate at term 239
Oct 05 00:59:33 core-01 etcd2[1163]: 46c01644950728dc received vote from 46c01644950728dc at term 239
Oct 05 00:59:33 core-01 etcd2[1163]: 46c01644950728dc [logterm: 238, index: 3265] sent vote request to 255894dccb1821a7 at term 239
Oct 05 00:59:33 core-01 etcd2[1163]: 46c01644950728dc [logterm: 238, index: 3265] sent vote request to 420c9b9a89d8b23d at term 239
Oct 05 00:59:33 core-01 etcd2[1163]: 46c01644950728dc [logterm: 238, index: 3265] sent vote request to 7538e80b548e9d14 at term 239
Oct 05 00:59:33 core-01 etcd2[1163]: raft.node: 46c01644950728dc lost leader 420c9b9a89d8b23d at term 239
Oct 05 00:59:33 core-01 etcd2[1163]: 46c01644950728dc received vote from 255894dccb1821a7 at term 239
Oct 05 00:59:33 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 00:59:33 core-01 etcd2[1163]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 239
Oct 05 00:59:33 core-01 etcd2[1163]: 46c01644950728dc [q:3] has received 3 votes and 0 vote rejections
Oct 05 00:59:33 core-01 etcd2[1163]: 46c01644950728dc became leader at term 239
Oct 05 00:59:33 core-01 etcd2[1163]: raft.node: 46c01644950728dc elected leader 46c01644950728dc at term 239
Oct 05 00:59:33 core-01 etcd2[1163]: failed to write 420c9b9a89d8b23d on stream Message (write tcp 192.168.33.13:38266: broken pipe)
Oct 05 00:59:34 core-01 etcd2[1163]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 00:59:34 core-01 etcd2[1163]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 00:59:34 core-01 etcd2[1163]: failed to reach the peerURL(http://192.168.33.13:2380) of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 00:59:34 core-01 etcd2[1163]: cannot get the version of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 00:59:34 core-01 etcd2[1163]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 00:59:37 core-01 etcd2[1163]: failed to heartbeat 420c9b9a89d8b23d on stream MsgApp v2 (write tcp 192.168.33.13:38258: broken pipe)
Oct 05 00:59:38 core-01 etcd2[1163]: the connection with 255894dccb1821a7 became inactive
Oct 05 00:59:38 core-01 etcd2[1163]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: connection refused)
Oct 05 00:59:38 core-01 etcd2[1163]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: connection refused)
Oct 05 00:59:38 core-01 etcd2[1163]: failed to write 255894dccb1821a7 on stream Message (write tcp 192.168.33.12:51316: broken pipe)
Oct 05 00:59:38 core-01 etcd2[1163]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: connection refused)
Oct 05 00:59:39 core-01 etcd2[1163]: failed to heartbeat 255894dccb1821a7 on stream MsgApp v2 (write tcp 192.168.33.12:51308: broken pipe)
Oct 05 00:59:40 core-01 etcd2[1163]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 00:59:40 core-01 etcd2[1163]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 00:59:40 core-01 etcd2[1163]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 00:59:41 core-01 etcd2[1163]: failed to reach the peerURL(http://192.168.33.12:2380) of member 255894dccb1821a7 (Get http://192.168.33.12:2380/version: dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 00:59:41 core-01 etcd2[1163]: cannot get the version of member 255894dccb1821a7 (Get http://192.168.33.12:2380/version: dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 00:59:42 core-01 etcd2[1163]: failed to reach the peerURL(http://192.168.33.13:2380) of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 00:59:42 core-01 etcd2[1163]: cannot get the version of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 00:59:46 core-01 etcd2[1163]: the connection with 7538e80b548e9d14 became inactive
Oct 05 00:59:46 core-01 etcd2[1163]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: connection refused)
Oct 05 00:59:46 core-01 etcd2[1163]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: connection refused)
Oct 05 00:59:46 core-01 etcd2[1163]: failed to write 7538e80b548e9d14 on stream Message (write tcp 192.168.33.11:48144: broken pipe)
Oct 05 00:59:46 core-01 etcd2[1163]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: connection refused)
Oct 05 00:59:46 core-01 etcd2[1163]: failed to write 7538e80b548e9d14 on stream MsgApp v2 (write tcp 192.168.33.11:48160: broken pipe)
Oct 05 00:59:48 core-01 etcd2[1163]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 00:59:48 core-01 etcd2[1163]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 00:59:48 core-01 etcd2[1163]: failed to reach the peerURL(http://192.168.33.12:2380) of member 255894dccb1821a7 (Get http://192.168.33.12:2380/version: dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 00:59:48 core-01 etcd2[1163]: cannot get the version of member 255894dccb1821a7 (Get http://192.168.33.12:2380/version: dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 00:59:48 core-01 etcd2[1163]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 00:59:49 core-01 etcd2[1163]: failed to reach the peerURL(http://192.168.33.13:2380) of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 00:59:49 core-01 etcd2[1163]: cannot get the version of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 00:59:50 core-01 etcd2[1163]: failed to reach the peerURL(http://192.168.33.11:2380) of member 7538e80b548e9d14 (Get http://192.168.33.11:2380/version: dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 00:59:50 core-01 etcd2[1163]: cannot get the version of member 7538e80b548e9d14 (Get http://192.168.33.11:2380/version: dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 00:59:54 core-01 systemd[1]: Stopping etcd2...
Oct 05 00:59:54 core-01 etcd2[1163]: received terminated signal, shutting down...
Oct 05 00:59:54 core-01 etcd2[1163]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (net/http: request canceled while waiting for connection)
Oct 05 00:59:54 core-01 etcd2[1163]: failed to dial 255894dccb1821a7 on stream Message (net/http: request canceled while waiting for connection)
Oct 05 00:59:54 core-01 etcd2[1163]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (net/http: request canceled while waiting for connection)
Oct 05 00:59:54 core-01 etcd2[1163]: failed to dial 420c9b9a89d8b23d on stream Message (net/http: request canceled while waiting for connection)
Oct 05 00:59:54 core-01 etcd2[1163]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (net/http: request canceled while waiting for connection)
Oct 05 00:59:54 core-01 etcd2[1163]: failed to dial 7538e80b548e9d14 on stream Message (net/http: request canceled while waiting for connection)
Oct 05 00:59:54 core-01 systemd[1]: Stopped etcd2.
-- Reboot --
Oct 05 04:16:33 core-01 systemd[1]: Started etcd2.
Oct 05 04:16:37 core-01 etcd2[656]: recognized and used environment variable ETCD_ADVERTISE_CLIENT_URLS=http://192.168.33.10:2379
Oct 05 04:16:37 core-01 etcd2[656]: recognized and used environment variable ETCD_DATA_DIR=/var/lib/etcd2
Oct 05 04:16:37 core-01 etcd2[656]: recognized and used environment variable ETCD_DISCOVERY=https://discovery.etcd.io/f0911b45cd8d84f43bce3a9b623a0022
Oct 05 04:16:37 core-01 etcd2[656]: recognized and used environment variable ETCD_INITIAL_ADVERTISE_PEER_URLS=http://192.168.33.10:2380
Oct 05 04:16:37 core-01 etcd2[656]: recognized and used environment variable ETCD_LISTEN_CLIENT_URLS=http://0.0.0.0:2379,http://0.0.0.0:4001
Oct 05 04:16:37 core-01 etcd2[656]: recognized and used environment variable ETCD_LISTEN_PEER_URLS=http://192.168.33.10:2380,http://192.168.33.10:7001
Oct 05 04:16:37 core-01 etcd2[656]: recognized and used environment variable ETCD_NAME=cca96922546c483fa6b3b6089f15a7a7
Oct 05 04:16:37 core-01 etcd2[656]: etcd Version: 2.2.0
Oct 05 04:16:37 core-01 etcd2[656]: Git SHA: e4561dd
Oct 05 04:16:37 core-01 etcd2[656]: Go Version: go1.4.2
Oct 05 04:16:37 core-01 etcd2[656]: Go OS/Arch: linux/amd64
Oct 05 04:16:37 core-01 etcd2[656]: setting maximum number of CPUs to 1, total number of available CPUs is 4
Oct 05 04:16:37 core-01 etcd2[656]: the server is already initialized as member before, starting as etcd member...
Oct 05 04:16:37 core-01 etcd2[656]: listening for peers on http://192.168.33.10:2380
Oct 05 04:16:37 core-01 etcd2[656]: listening for peers on http://192.168.33.10:7001
Oct 05 04:16:37 core-01 etcd2[656]: listening for client requests on http://0.0.0.0:2379
Oct 05 04:16:37 core-01 etcd2[656]: listening for client requests on http://0.0.0.0:4001
Oct 05 04:16:37 core-01 etcd2[656]: discovery token ignored since a cluster has already been initialized. Valid log found at "/var/lib/etcd2/member/wal"
Oct 05 04:16:37 core-01 etcd2[656]: name = cca96922546c483fa6b3b6089f15a7a7
Oct 05 04:16:37 core-01 etcd2[656]: data dir = /var/lib/etcd2
Oct 05 04:16:37 core-01 etcd2[656]: member dir = /var/lib/etcd2/member
Oct 05 04:16:37 core-01 etcd2[656]: heartbeat = 100ms
Oct 05 04:16:37 core-01 etcd2[656]: election = 1000ms
Oct 05 04:16:37 core-01 etcd2[656]: snapshot count = 10000
Oct 05 04:16:37 core-01 etcd2[656]: discovery URL= https://discovery.etcd.io/f0911b45cd8d84f43bce3a9b623a0022
Oct 05 04:16:37 core-01 etcd2[656]: advertise client URLs = http://192.168.33.10:2379
Oct 05 04:16:37 core-01 etcd2[656]: restarting member 46c01644950728dc in cluster e78054c805909ae7 at commit index 3276
Oct 05 04:16:37 core-01 etcd2[656]: 46c01644950728dc became follower at term 239
Oct 05 04:16:37 core-01 etcd2[656]: newRaft 46c01644950728dc [peers: [], term: 239, commit: 3276, applied: 0, lastindex: 3309, lastterm: 239]
Oct 05 04:16:37 core-01 etcd2[656]: starting server... [version: 2.2.0, cluster version: to_be_decided]
Oct 05 04:16:37 core-01 etcd2[656]: added member 255894dccb1821a7 [http://192.168.33.12:2380] to cluster e78054c805909ae7
Oct 05 04:16:37 core-01 etcd2[656]: failed to notify systemd for readiness
Oct 05 04:16:37 core-01 etcd2[656]: added member 420c9b9a89d8b23d [http://192.168.33.13:2380] to cluster e78054c805909ae7
Oct 05 04:16:37 core-01 etcd2[656]: added local member 46c01644950728dc [http://192.168.33.10:2380] to cluster e78054c805909ae7
Oct 05 04:16:37 core-01 etcd2[656]: added member 7538e80b548e9d14 [http://192.168.33.11:2380] to cluster e78054c805909ae7
Oct 05 04:16:37 core-01 etcd2[656]: set the initial cluster version to 2.1
Oct 05 04:16:37 core-01 etcd2[656]: updated the cluster version from 2.1 to 2.2
Oct 05 04:16:39 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:39 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:39 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:39 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:39 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:39 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:39 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 239
Oct 05 04:16:39 core-01 etcd2[656]: 46c01644950728dc became candidate at term 240
Oct 05 04:16:39 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 240
Oct 05 04:16:39 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 240
Oct 05 04:16:39 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 240
Oct 05 04:16:39 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 240
Oct 05 04:16:40 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 240
Oct 05 04:16:40 core-01 etcd2[656]: 46c01644950728dc became candidate at term 241
Oct 05 04:16:40 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 241
Oct 05 04:16:40 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 241
Oct 05 04:16:40 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 241
Oct 05 04:16:40 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 241
Oct 05 04:16:40 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:40 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:40 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:40 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:40 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:40 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:40 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:40 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:40 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:40 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:40 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:40 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:42 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 241
Oct 05 04:16:42 core-01 etcd2[656]: 46c01644950728dc became candidate at term 242
Oct 05 04:16:42 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 242
Oct 05 04:16:42 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 242
Oct 05 04:16:42 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 242
Oct 05 04:16:42 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 242
Oct 05 04:16:42 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:42 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:42 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:42 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:42 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:42 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:43 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:43 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:43 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:43 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 242
Oct 05 04:16:43 core-01 etcd2[656]: 46c01644950728dc became candidate at term 243
Oct 05 04:16:43 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 243
Oct 05 04:16:43 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 243
Oct 05 04:16:43 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 243
Oct 05 04:16:43 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 243
Oct 05 04:16:44 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:44 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:44 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:44 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:44 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:44 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:44 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:44 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:44 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:44 core-01 etcd2[656]: publish error: etcdserver: request timed out
Oct 05 04:16:45 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 243
Oct 05 04:16:45 core-01 etcd2[656]: 46c01644950728dc became candidate at term 244
Oct 05 04:16:45 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 244
Oct 05 04:16:45 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 244
Oct 05 04:16:45 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 244
Oct 05 04:16:45 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 244
Oct 05 04:16:45 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:45 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:45 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:45 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:45 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:45 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:46 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:46 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:46 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:47 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:47 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:47 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:47 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:47 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:47 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:47 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 244
Oct 05 04:16:47 core-01 etcd2[656]: 46c01644950728dc became candidate at term 245
Oct 05 04:16:47 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 245
Oct 05 04:16:47 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 245
Oct 05 04:16:47 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 245
Oct 05 04:16:47 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 245
Oct 05 04:16:49 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:49 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:49 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:49 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:49 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:49 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:50 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 245
Oct 05 04:16:50 core-01 etcd2[656]: 46c01644950728dc became candidate at term 246
Oct 05 04:16:50 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 246
Oct 05 04:16:50 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 246
Oct 05 04:16:50 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 246
Oct 05 04:16:50 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 246
Oct 05 04:16:50 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:50 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:50 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:50 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:50 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:50 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:50 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:50 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:50 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:52 core-01 etcd2[656]: publish error: etcdserver: request timed out
Oct 05 04:16:52 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:52 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:52 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:52 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:52 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:52 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:52 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 246
Oct 05 04:16:52 core-01 etcd2[656]: 46c01644950728dc became candidate at term 247
Oct 05 04:16:52 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 247
Oct 05 04:16:52 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 247
Oct 05 04:16:52 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 247
Oct 05 04:16:52 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 247
Oct 05 04:16:54 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 247
Oct 05 04:16:54 core-01 etcd2[656]: 46c01644950728dc became candidate at term 248
Oct 05 04:16:54 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 248
Oct 05 04:16:54 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 248
Oct 05 04:16:54 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 248
Oct 05 04:16:54 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 248
Oct 05 04:16:55 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:55 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:55 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:57 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:57 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:16:57 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:57 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:16:57 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:57 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:16:57 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 248
Oct 05 04:16:57 core-01 etcd2[656]: 46c01644950728dc became candidate at term 249
Oct 05 04:16:57 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 249
Oct 05 04:16:57 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 249
Oct 05 04:16:57 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 249
Oct 05 04:16:57 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 249
Oct 05 04:16:58 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:58 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:16:58 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:58 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:16:58 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:58 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:16:59 core-01 etcd2[656]: publish error: etcdserver: request timed out
Oct 05 04:17:00 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:00 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:00 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:00 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:00 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:00 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:01 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 249
Oct 05 04:17:01 core-01 etcd2[656]: 46c01644950728dc became candidate at term 250
Oct 05 04:17:01 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 250
Oct 05 04:17:01 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 250
Oct 05 04:17:01 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 250
Oct 05 04:17:01 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 250
Oct 05 04:17:02 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:02 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:02 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:02 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:02 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:02 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:03 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 250
Oct 05 04:17:03 core-01 etcd2[656]: 46c01644950728dc became candidate at term 251
Oct 05 04:17:03 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 251
Oct 05 04:17:03 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 251
Oct 05 04:17:03 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 251
Oct 05 04:17:03 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 251
Oct 05 04:17:03 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:03 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:03 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:03 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:03 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:03 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:03 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:03 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:03 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:05 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 251
Oct 05 04:17:05 core-01 etcd2[656]: 46c01644950728dc became candidate at term 252
Oct 05 04:17:05 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 252
Oct 05 04:17:05 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 252
Oct 05 04:17:05 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 252
Oct 05 04:17:05 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 252
Oct 05 04:17:05 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:05 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:05 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:05 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:05 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:05 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:06 core-01 etcd2[656]: publish error: etcdserver: request timed out
Oct 05 04:17:06 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:06 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:06 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:08 core-01 etcd2[656]: the connection to peer 255894dccb1821a7 is unhealthy
Oct 05 04:17:08 core-01 etcd2[656]: the connection to peer 420c9b9a89d8b23d is unhealthy
Oct 05 04:17:08 core-01 etcd2[656]: the connection to peer 7538e80b548e9d14 is unhealthy
Oct 05 04:17:08 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 252
Oct 05 04:17:08 core-01 etcd2[656]: 46c01644950728dc became candidate at term 253
Oct 05 04:17:08 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 253
Oct 05 04:17:08 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 253
Oct 05 04:17:08 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 253
Oct 05 04:17:08 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 253
Oct 05 04:17:21 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:21 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:21 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:21 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:21 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:21 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:22 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 253
Oct 05 04:17:22 core-01 etcd2[656]: 46c01644950728dc became candidate at term 254
Oct 05 04:17:22 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 254
Oct 05 04:17:22 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 254
Oct 05 04:17:22 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 254
Oct 05 04:17:22 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 254
Oct 05 04:17:23 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:23 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:23 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:23 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:23 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:23 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:25 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 254
Oct 05 04:17:25 core-01 etcd2[656]: 46c01644950728dc became candidate at term 255
Oct 05 04:17:25 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 255
Oct 05 04:17:25 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 255
Oct 05 04:17:25 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 255
Oct 05 04:17:25 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 255
Oct 05 04:17:25 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:25 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:25 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:25 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:25 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:25 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:25 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:25 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:25 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:25 core-01 etcd2[656]: publish error: etcdserver: request timed out
Oct 05 04:17:26 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 255
Oct 05 04:17:26 core-01 etcd2[656]: 46c01644950728dc became candidate at term 256
Oct 05 04:17:26 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 256
Oct 05 04:17:26 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 256
Oct 05 04:17:26 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 256
Oct 05 04:17:26 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 256
Oct 05 04:17:26 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:26 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:26 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:26 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:26 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:26 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:27 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:27 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:27 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:27 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 256
Oct 05 04:17:27 core-01 etcd2[656]: 46c01644950728dc became candidate at term 257
Oct 05 04:17:27 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 257
Oct 05 04:17:27 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 257
Oct 05 04:17:27 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 257
Oct 05 04:17:27 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 257
Oct 05 04:17:28 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:28 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:28 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:28 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:28 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:28 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:28 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:28 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:28 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:29 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:29 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:29 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:29 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:30 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 257
Oct 05 04:17:30 core-01 etcd2[656]: 46c01644950728dc became candidate at term 258
Oct 05 04:17:30 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 258
Oct 05 04:17:30 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 258
Oct 05 04:17:30 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 258
Oct 05 04:17:30 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 258
Oct 05 04:17:30 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:30 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:31 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:32 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:32 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:32 core-01 etcd2[656]: publish error: etcdserver: request timed out
Oct 05 04:17:32 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 258
Oct 05 04:17:32 core-01 etcd2[656]: 46c01644950728dc became candidate at term 259
Oct 05 04:17:32 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 259
Oct 05 04:17:32 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 259
Oct 05 04:17:32 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 259
Oct 05 04:17:32 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 259
Oct 05 04:17:33 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:33 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:33 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:33 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:34 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 259
Oct 05 04:17:34 core-01 etcd2[656]: 46c01644950728dc became candidate at term 260
Oct 05 04:17:34 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 260
Oct 05 04:17:34 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 260
Oct 05 04:17:34 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 260
Oct 05 04:17:34 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 260
Oct 05 04:17:34 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:34 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:34 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:34 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:34 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:34 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:35 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 260
Oct 05 04:17:35 core-01 etcd2[656]: 46c01644950728dc became candidate at term 261
Oct 05 04:17:35 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 261
Oct 05 04:17:35 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 261
Oct 05 04:17:35 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 261
Oct 05 04:17:35 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 261
Oct 05 04:17:35 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:35 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:35 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:35 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:35 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:35 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:35 core-01 etcd2[656]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:36 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:17:36 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:36 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:36 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:37 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 261
Oct 05 04:17:37 core-01 etcd2[656]: 46c01644950728dc became candidate at term 262
Oct 05 04:17:37 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 262
Oct 05 04:17:37 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 262
Oct 05 04:17:37 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 262
Oct 05 04:17:37 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 262
Oct 05 04:17:37 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:17:39 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:39 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:17:39 core-01 etcd2[656]: publish error: etcdserver: request timed out
Oct 05 04:17:41 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:41 core-01 etcd2[656]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:41 core-01 etcd2[656]: 46c01644950728dc is starting a new election at term 262
Oct 05 04:17:41 core-01 etcd2[656]: 46c01644950728dc became candidate at term 263
Oct 05 04:17:41 core-01 etcd2[656]: 46c01644950728dc received vote from 46c01644950728dc at term 263
Oct 05 04:17:41 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 263
Oct 05 04:17:41 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 263
Oct 05 04:17:41 core-01 etcd2[656]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 263
Oct 05 04:17:42 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:42 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:42 core-01 etcd2[656]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:17:42 core-01 etcd2[656]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:17:42 core-01 etcd2[656]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:17:43 core-01 systemd[1]: Stopping etcd2...
Oct 05 04:17:43 core-01 etcd2[656]: received terminated signal, shutting down...
Oct 05 04:17:43 core-01 etcd2[656]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (net/http: request canceled while waiting for connection)
Oct 05 04:17:43 core-01 systemd[1]: Stopped etcd2.
-- Reboot --
Oct 05 04:18:08 core-01 systemd[1]: Started etcd2.
Oct 05 04:18:08 core-01 etcd2[658]: recognized and used environment variable ETCD_ADVERTISE_CLIENT_URLS=http://192.168.33.10:2379
Oct 05 04:18:08 core-01 etcd2[658]: recognized and used environment variable ETCD_DATA_DIR=/var/lib/etcd2
Oct 05 04:18:08 core-01 etcd2[658]: recognized and used environment variable ETCD_DISCOVERY=https://discovery.etcd.io/f0911b45cd8d84f43bce3a9b623a0022
Oct 05 04:18:08 core-01 etcd2[658]: recognized and used environment variable ETCD_INITIAL_ADVERTISE_PEER_URLS=http://192.168.33.10:2380
Oct 05 04:18:08 core-01 etcd2[658]: recognized and used environment variable ETCD_LISTEN_CLIENT_URLS=http://0.0.0.0:2379,http://0.0.0.0:4001
Oct 05 04:18:08 core-01 etcd2[658]: recognized and used environment variable ETCD_LISTEN_PEER_URLS=http://192.168.33.10:2380,http://192.168.33.10:7001
Oct 05 04:18:08 core-01 etcd2[658]: recognized and used environment variable ETCD_NAME=cca96922546c483fa6b3b6089f15a7a7
Oct 05 04:18:08 core-01 etcd2[658]: etcd Version: 2.2.0
Oct 05 04:18:08 core-01 etcd2[658]: Git SHA: e4561dd
Oct 05 04:18:08 core-01 etcd2[658]: Go Version: go1.4.2
Oct 05 04:18:08 core-01 etcd2[658]: Go OS/Arch: linux/amd64
Oct 05 04:18:08 core-01 etcd2[658]: setting maximum number of CPUs to 1, total number of available CPUs is 4
Oct 05 04:18:08 core-01 etcd2[658]: the server is already initialized as member before, starting as etcd member...
Oct 05 04:18:08 core-01 etcd2[658]: listening for peers on http://192.168.33.10:2380
Oct 05 04:18:08 core-01 etcd2[658]: listening for peers on http://192.168.33.10:7001
Oct 05 04:18:08 core-01 etcd2[658]: listening for client requests on http://0.0.0.0:2379
Oct 05 04:18:08 core-01 etcd2[658]: listening for client requests on http://0.0.0.0:4001
Oct 05 04:18:08 core-01 etcd2[658]: discovery token ignored since a cluster has already been initialized. Valid log found at "/var/lib/etcd2/member/wal"
Oct 05 04:18:08 core-01 etcd2[658]: name = cca96922546c483fa6b3b6089f15a7a7
Oct 05 04:18:08 core-01 etcd2[658]: data dir = /var/lib/etcd2
Oct 05 04:18:08 core-01 etcd2[658]: member dir = /var/lib/etcd2/member
Oct 05 04:18:08 core-01 etcd2[658]: heartbeat = 100ms
Oct 05 04:18:08 core-01 etcd2[658]: election = 1000ms
Oct 05 04:18:08 core-01 etcd2[658]: snapshot count = 10000
Oct 05 04:18:08 core-01 etcd2[658]: discovery URL= https://discovery.etcd.io/f0911b45cd8d84f43bce3a9b623a0022
Oct 05 04:18:08 core-01 etcd2[658]: advertise client URLs = http://192.168.33.10:2379
Oct 05 04:18:08 core-01 etcd2[658]: restarting member 46c01644950728dc in cluster e78054c805909ae7 at commit index 3276
Oct 05 04:18:08 core-01 etcd2[658]: 46c01644950728dc became follower at term 263
Oct 05 04:18:08 core-01 etcd2[658]: newRaft 46c01644950728dc [peers: [], term: 263, commit: 3276, applied: 0, lastindex: 3309, lastterm: 239]
Oct 05 04:18:08 core-01 etcd2[658]: starting server... [version: 2.2.0, cluster version: to_be_decided]
Oct 05 04:18:08 core-01 etcd2[658]: added member 255894dccb1821a7 [http://192.168.33.12:2380] to cluster e78054c805909ae7
Oct 05 04:18:08 core-01 etcd2[658]: added member 420c9b9a89d8b23d [http://192.168.33.13:2380] to cluster e78054c805909ae7
Oct 05 04:18:08 core-01 etcd2[658]: failed to notify systemd for readiness
Oct 05 04:18:08 core-01 etcd2[658]: added local member 46c01644950728dc [http://192.168.33.10:2380] to cluster e78054c805909ae7
Oct 05 04:18:08 core-01 etcd2[658]: added member 7538e80b548e9d14 [http://192.168.33.11:2380] to cluster e78054c805909ae7
Oct 05 04:18:08 core-01 etcd2[658]: set the initial cluster version to 2.1
Oct 05 04:18:08 core-01 etcd2[658]: updated the cluster version from 2.1 to 2.2
Oct 05 04:18:10 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:10 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:10 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:10 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:10 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:10 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:10 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 263
Oct 05 04:18:10 core-01 etcd2[658]: 46c01644950728dc became candidate at term 264
Oct 05 04:18:10 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 264
Oct 05 04:18:10 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 264
Oct 05 04:18:10 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 264
Oct 05 04:18:10 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 264
Oct 05 04:18:11 core-01 etcd2[658]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:11 core-01 etcd2[658]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:11 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:11 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:11 core-01 etcd2[658]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:12 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 264
Oct 05 04:18:12 core-01 etcd2[658]: 46c01644950728dc became candidate at term 265
Oct 05 04:18:12 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 265
Oct 05 04:18:12 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 265
Oct 05 04:18:12 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 265
Oct 05 04:18:12 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 265
Oct 05 04:18:13 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:13 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:13 core-01 etcd2[658]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:13 core-01 etcd2[658]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:13 core-01 etcd2[658]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:14 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 265
Oct 05 04:18:14 core-01 etcd2[658]: 46c01644950728dc became candidate at term 266
Oct 05 04:18:14 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 266
Oct 05 04:18:14 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 266
Oct 05 04:18:14 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 266
Oct 05 04:18:14 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 266
Oct 05 04:18:14 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:14 core-01 etcd2[658]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:14 core-01 etcd2[658]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:14 core-01 etcd2[658]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:14 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:15 core-01 etcd2[658]: publish error: etcdserver: request timed out
Oct 05 04:18:16 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 266
Oct 05 04:18:16 core-01 etcd2[658]: 46c01644950728dc became candidate at term 267
Oct 05 04:18:16 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 267
Oct 05 04:18:16 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 267
Oct 05 04:18:16 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 267
Oct 05 04:18:16 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 267
Oct 05 04:18:16 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:16 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:17 core-01 etcd2[658]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:17 core-01 etcd2[658]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:17 core-01 etcd2[658]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:18 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:18 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:18 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:18 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:19 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 267
Oct 05 04:18:19 core-01 etcd2[658]: 46c01644950728dc became candidate at term 268
Oct 05 04:18:19 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 268
Oct 05 04:18:19 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 268
Oct 05 04:18:19 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 268
Oct 05 04:18:19 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 268
Oct 05 04:18:20 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:20 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:20 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:20 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:20 core-01 etcd2[658]: got unexpected response error (etcdserver: request timed out)
Oct 05 04:18:20 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 268
Oct 05 04:18:20 core-01 etcd2[658]: 46c01644950728dc became candidate at term 269
Oct 05 04:18:20 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 269
Oct 05 04:18:20 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 269
Oct 05 04:18:20 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 269
Oct 05 04:18:20 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 269
Oct 05 04:18:21 core-01 etcd2[658]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:21 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:21 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:21 core-01 etcd2[658]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:21 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:21 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:22 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 269
Oct 05 04:18:22 core-01 etcd2[658]: 46c01644950728dc became candidate at term 270
Oct 05 04:18:22 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 270
Oct 05 04:18:22 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 270
Oct 05 04:18:22 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 270
Oct 05 04:18:22 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 270
Oct 05 04:18:22 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:22 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:22 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:22 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:22 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:22 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:22 core-01 etcd2[658]: publish error: etcdserver: request timed out
Oct 05 04:18:23 core-01 etcd2[658]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:23 core-01 etcd2[658]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:23 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:23 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:24 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 270
Oct 05 04:18:24 core-01 etcd2[658]: 46c01644950728dc became candidate at term 271
Oct 05 04:18:24 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 271
Oct 05 04:18:24 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 271
Oct 05 04:18:24 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 271
Oct 05 04:18:24 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 271
Oct 05 04:18:24 core-01 etcd2[658]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:24 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:24 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:24 core-01 etcd2[658]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:24 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:24 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:25 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:25 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:25 core-01 etcd2[658]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:25 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 271
Oct 05 04:18:25 core-01 etcd2[658]: 46c01644950728dc became candidate at term 272
Oct 05 04:18:25 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 272
Oct 05 04:18:25 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 272
Oct 05 04:18:25 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 272
Oct 05 04:18:25 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 272
Oct 05 04:18:25 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:25 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:25 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:25 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:26 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:26 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:27 core-01 etcd2[658]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:27 core-01 etcd2[658]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:27 core-01 etcd2[658]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:27 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:27 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:27 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:27 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:27 core-01 etcd2[658]: got unexpected response error (etcdserver: request timed out)
Oct 05 04:18:28 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 272
Oct 05 04:18:28 core-01 etcd2[658]: 46c01644950728dc became candidate at term 273
Oct 05 04:18:28 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 273
Oct 05 04:18:28 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 273
Oct 05 04:18:28 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 273
Oct 05 04:18:28 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 273
Oct 05 04:18:28 core-01 etcd2[658]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:28 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:28 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:29 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:29 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:29 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:29 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:29 core-01 etcd2[658]: publish error: etcdserver: request timed out
Oct 05 04:18:31 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:31 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:31 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:31 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:31 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:31 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:31 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 273
Oct 05 04:18:31 core-01 etcd2[658]: 46c01644950728dc became candidate at term 274
Oct 05 04:18:31 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 274
Oct 05 04:18:31 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 274
Oct 05 04:18:31 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 274
Oct 05 04:18:31 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 274
Oct 05 04:18:32 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:32 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:32 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:32 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:32 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:32 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:32 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 274
Oct 05 04:18:32 core-01 etcd2[658]: 46c01644950728dc became candidate at term 275
Oct 05 04:18:32 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 275
Oct 05 04:18:32 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 275
Oct 05 04:18:32 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 275
Oct 05 04:18:32 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 275
Oct 05 04:18:33 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:33 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:34 core-01 etcd2[658]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:35 core-01 etcd2[658]: got unexpected response error (etcdserver: request timed out)
Oct 05 04:18:35 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:35 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:35 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 275
Oct 05 04:18:35 core-01 etcd2[658]: 46c01644950728dc became candidate at term 276
Oct 05 04:18:35 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 276
Oct 05 04:18:35 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 276
Oct 05 04:18:35 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 276
Oct 05 04:18:35 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 276
Oct 05 04:18:36 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:36 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:36 core-01 etcd2[658]: publish error: etcdserver: request timed out
Oct 05 04:18:37 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:37 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:37 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:37 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:37 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 276
Oct 05 04:18:37 core-01 etcd2[658]: 46c01644950728dc became candidate at term 277
Oct 05 04:18:37 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 277
Oct 05 04:18:37 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 277
Oct 05 04:18:37 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 277
Oct 05 04:18:37 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 277
Oct 05 04:18:38 core-01 etcd2[658]: the connection to peer 255894dccb1821a7 is unhealthy
Oct 05 04:18:38 core-01 etcd2[658]: the connection to peer 420c9b9a89d8b23d is unhealthy
Oct 05 04:18:38 core-01 etcd2[658]: the connection to peer 7538e80b548e9d14 is unhealthy
Oct 05 04:18:38 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:38 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:38 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:38 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:39 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:39 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:40 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 277
Oct 05 04:18:40 core-01 etcd2[658]: 46c01644950728dc became candidate at term 278
Oct 05 04:18:40 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 278
Oct 05 04:18:40 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 278
Oct 05 04:18:40 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 278
Oct 05 04:18:40 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 278
Oct 05 04:18:40 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:40 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:41 core-01 etcd2[658]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:41 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:41 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:41 core-01 etcd2[658]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:41 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:41 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:42 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:42 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:43 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:43 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:43 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:43 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:43 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 278
Oct 05 04:18:43 core-01 etcd2[658]: 46c01644950728dc became candidate at term 279
Oct 05 04:18:43 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 279
Oct 05 04:18:43 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 279
Oct 05 04:18:43 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 279
Oct 05 04:18:43 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 279
Oct 05 04:18:43 core-01 etcd2[658]: publish error: etcdserver: request timed out
Oct 05 04:18:44 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:44 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:18:44 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:44 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:44 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:44 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:45 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 279
Oct 05 04:18:45 core-01 etcd2[658]: 46c01644950728dc became candidate at term 280
Oct 05 04:18:45 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 280
Oct 05 04:18:45 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 280
Oct 05 04:18:45 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 280
Oct 05 04:18:45 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 280
Oct 05 04:18:46 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:46 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:46 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:46 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:46 core-01 etcd2[658]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:18:47 core-01 etcd2[658]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:47 core-01 etcd2[658]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:48 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:48 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:18:48 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:48 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:18:49 core-01 etcd2[658]: 46c01644950728dc is starting a new election at term 280
Oct 05 04:18:49 core-01 etcd2[658]: 46c01644950728dc became candidate at term 281
Oct 05 04:18:49 core-01 etcd2[658]: 46c01644950728dc received vote from 46c01644950728dc at term 281
Oct 05 04:18:49 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 281
Oct 05 04:18:49 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 281
Oct 05 04:18:49 core-01 etcd2[658]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 281
Oct 05 04:18:49 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:49 core-01 etcd2[658]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:18:49 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:49 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:18:49 core-01 systemd[1]: Stopping etcd2...
Oct 05 04:18:49 core-01 etcd2[658]: received terminated signal, shutting down...
Oct 05 04:18:49 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (net/http: request canceled while waiting for connection)
Oct 05 04:18:49 core-01 etcd2[658]: failed to dial 255894dccb1821a7 on stream Message (net/http: request canceled while waiting for connection)
Oct 05 04:18:49 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (net/http: request canceled while waiting for connection)
Oct 05 04:18:49 core-01 etcd2[658]: failed to dial 420c9b9a89d8b23d on stream Message (net/http: request canceled while waiting for connection)
Oct 05 04:18:49 core-01 systemd[1]: Stopped etcd2.
-- Reboot --
Oct 05 04:19:35 core-01 systemd[1]: Started etcd2.
Oct 05 04:19:35 core-01 etcd2[666]: recognized and used environment variable ETCD_ADVERTISE_CLIENT_URLS=http://192.168.33.10:2379
Oct 05 04:19:35 core-01 etcd2[666]: recognized and used environment variable ETCD_DATA_DIR=/var/lib/etcd2
Oct 05 04:19:35 core-01 etcd2[666]: recognized and used environment variable ETCD_DISCOVERY=https://discovery.etcd.io/f0911b45cd8d84f43bce3a9b623a0022
Oct 05 04:19:35 core-01 etcd2[666]: recognized and used environment variable ETCD_INITIAL_ADVERTISE_PEER_URLS=http://192.168.33.10:2380
Oct 05 04:19:35 core-01 etcd2[666]: recognized and used environment variable ETCD_LISTEN_CLIENT_URLS=http://0.0.0.0:2379,http://0.0.0.0:4001
Oct 05 04:19:35 core-01 etcd2[666]: recognized and used environment variable ETCD_LISTEN_PEER_URLS=http://192.168.33.10:2380,http://192.168.33.10:7001
Oct 05 04:19:35 core-01 etcd2[666]: recognized and used environment variable ETCD_NAME=cca96922546c483fa6b3b6089f15a7a7
Oct 05 04:19:35 core-01 etcd2[666]: etcd Version: 2.2.0
Oct 05 04:19:35 core-01 etcd2[666]: Git SHA: e4561dd
Oct 05 04:19:35 core-01 etcd2[666]: Go Version: go1.4.2
Oct 05 04:19:35 core-01 etcd2[666]: Go OS/Arch: linux/amd64
Oct 05 04:19:35 core-01 etcd2[666]: setting maximum number of CPUs to 1, total number of available CPUs is 4
Oct 05 04:19:35 core-01 etcd2[666]: the server is already initialized as member before, starting as etcd member...
Oct 05 04:19:35 core-01 etcd2[666]: listening for peers on http://192.168.33.10:2380
Oct 05 04:19:35 core-01 etcd2[666]: listening for peers on http://192.168.33.10:7001
Oct 05 04:19:35 core-01 etcd2[666]: listening for client requests on http://0.0.0.0:2379
Oct 05 04:19:35 core-01 etcd2[666]: listening for client requests on http://0.0.0.0:4001
Oct 05 04:19:35 core-01 etcd2[666]: discovery token ignored since a cluster has already been initialized. Valid log found at "/var/lib/etcd2/member/wal"
Oct 05 04:19:35 core-01 etcd2[666]: name = cca96922546c483fa6b3b6089f15a7a7
Oct 05 04:19:35 core-01 etcd2[666]: data dir = /var/lib/etcd2
Oct 05 04:19:35 core-01 etcd2[666]: member dir = /var/lib/etcd2/member
Oct 05 04:19:35 core-01 etcd2[666]: heartbeat = 100ms
Oct 05 04:19:35 core-01 etcd2[666]: election = 1000ms
Oct 05 04:19:35 core-01 etcd2[666]: snapshot count = 10000
Oct 05 04:19:35 core-01 etcd2[666]: discovery URL= https://discovery.etcd.io/f0911b45cd8d84f43bce3a9b623a0022
Oct 05 04:19:35 core-01 etcd2[666]: advertise client URLs = http://192.168.33.10:2379
Oct 05 04:19:35 core-01 etcd2[666]: restarting member 46c01644950728dc in cluster e78054c805909ae7 at commit index 3276
Oct 05 04:19:35 core-01 etcd2[666]: 46c01644950728dc became follower at term 281
Oct 05 04:19:35 core-01 etcd2[666]: newRaft 46c01644950728dc [peers: [], term: 281, commit: 3276, applied: 0, lastindex: 3309, lastterm: 239]
Oct 05 04:19:35 core-01 etcd2[666]: starting server... [version: 2.2.0, cluster version: to_be_decided]
Oct 05 04:19:35 core-01 etcd2[666]: added member 255894dccb1821a7 [http://192.168.33.12:2380] to cluster e78054c805909ae7
Oct 05 04:19:35 core-01 etcd2[666]: added member 420c9b9a89d8b23d [http://192.168.33.13:2380] to cluster e78054c805909ae7
Oct 05 04:19:35 core-01 etcd2[666]: failed to notify systemd for readiness
Oct 05 04:19:35 core-01 etcd2[666]: added local member 46c01644950728dc [http://192.168.33.10:2380] to cluster e78054c805909ae7
Oct 05 04:19:35 core-01 etcd2[666]: added member 7538e80b548e9d14 [http://192.168.33.11:2380] to cluster e78054c805909ae7
Oct 05 04:19:35 core-01 etcd2[666]: set the initial cluster version to 2.1
Oct 05 04:19:35 core-01 etcd2[666]: updated the cluster version from 2.1 to 2.2
Oct 05 04:19:37 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:19:37 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:19:37 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:19:37 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:19:37 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:19:37 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:19:37 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 281
Oct 05 04:19:37 core-01 etcd2[666]: 46c01644950728dc became candidate at term 282
Oct 05 04:19:37 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 282
Oct 05 04:19:37 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 282
Oct 05 04:19:37 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 282
Oct 05 04:19:37 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 282
Oct 05 04:19:38 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 282
Oct 05 04:19:38 core-01 etcd2[666]: 46c01644950728dc became candidate at term 283
Oct 05 04:19:38 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 283
Oct 05 04:19:38 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 283
Oct 05 04:19:38 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 283
Oct 05 04:19:38 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 283
Oct 05 04:19:38 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:19:38 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:19:38 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:19:38 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:19:38 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:19:38 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:19:38 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:19:38 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:19:38 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:19:39 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:19:39 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:19:39 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:19:40 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 283
Oct 05 04:19:40 core-01 etcd2[666]: 46c01644950728dc became candidate at term 284
Oct 05 04:19:40 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 284
Oct 05 04:19:40 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 284
Oct 05 04:19:40 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 284
Oct 05 04:19:40 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 284
Oct 05 04:19:40 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:19:40 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:19:40 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:19:40 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:19:40 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:19:40 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:19:41 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 284
Oct 05 04:19:41 core-01 etcd2[666]: 46c01644950728dc became candidate at term 285
Oct 05 04:19:41 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 285
Oct 05 04:19:41 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 285
Oct 05 04:19:41 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 285
Oct 05 04:19:41 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 285
Oct 05 04:19:41 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:19:41 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:19:41 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:19:42 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:19:42 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:19:42 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:19:42 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:19:42 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:19:42 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:19:42 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:19:42 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:19:42 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:19:42 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 285
Oct 05 04:19:42 core-01 etcd2[666]: 46c01644950728dc became candidate at term 286
Oct 05 04:19:42 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 286
Oct 05 04:19:42 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 286
Oct 05 04:19:42 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 286
Oct 05 04:19:42 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 286
Oct 05 04:19:42 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:19:43 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:19:43 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:19:43 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:19:43 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:19:43 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:19:43 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:19:43 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 286
Oct 05 04:19:43 core-01 etcd2[666]: 46c01644950728dc became candidate at term 287
Oct 05 04:19:43 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 287
Oct 05 04:19:43 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 287
Oct 05 04:19:43 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 287
Oct 05 04:19:43 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 287
Oct 05 04:19:44 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:19:44 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:19:44 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:19:45 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:19:45 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:19:45 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:19:45 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:19:45 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 287
Oct 05 04:19:45 core-01 etcd2[666]: 46c01644950728dc became candidate at term 288
Oct 05 04:19:45 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 288
Oct 05 04:19:45 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 288
Oct 05 04:19:45 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 288
Oct 05 04:19:45 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 288
Oct 05 04:19:45 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:19:45 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:19:45 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:19:58 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:19:58 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:19:58 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:19:58 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:19:59 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 288
Oct 05 04:19:59 core-01 etcd2[666]: 46c01644950728dc became candidate at term 289
Oct 05 04:19:59 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 289
Oct 05 04:19:59 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 289
Oct 05 04:19:59 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 289
Oct 05 04:19:59 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 289
Oct 05 04:19:59 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:19:59 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:19:59 core-01 etcd2[666]: got unexpected response error (etcdserver: request timed out)
Oct 05 04:20:00 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 289
Oct 05 04:20:00 core-01 etcd2[666]: 46c01644950728dc became candidate at term 290
Oct 05 04:20:00 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 290
Oct 05 04:20:00 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 290
Oct 05 04:20:00 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 290
Oct 05 04:20:00 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 290
Oct 05 04:20:00 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:00 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:00 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:00 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:00 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:00 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:00 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:00 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:00 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:00 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:01 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 290
Oct 05 04:20:01 core-01 etcd2[666]: 46c01644950728dc became candidate at term 291
Oct 05 04:20:01 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 291
Oct 05 04:20:01 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 291
Oct 05 04:20:01 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 291
Oct 05 04:20:01 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 291
Oct 05 04:20:01 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:01 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:01 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:01 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:02 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:02 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:02 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:20:03 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:03 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:03 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:03 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 291
Oct 05 04:20:03 core-01 etcd2[666]: 46c01644950728dc became candidate at term 292
Oct 05 04:20:03 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 292
Oct 05 04:20:03 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 292
Oct 05 04:20:03 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 292
Oct 05 04:20:03 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 292
Oct 05 04:20:03 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:03 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:03 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:03 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:03 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:03 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:03 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:03 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:03 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:04 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 292
Oct 05 04:20:04 core-01 etcd2[666]: 46c01644950728dc became candidate at term 293
Oct 05 04:20:04 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 293
Oct 05 04:20:04 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 293
Oct 05 04:20:04 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 293
Oct 05 04:20:04 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 293
Oct 05 04:20:05 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:05 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:05 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:05 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:05 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:05 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:05 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:05 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:05 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:05 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 293
Oct 05 04:20:05 core-01 etcd2[666]: 46c01644950728dc became candidate at term 294
Oct 05 04:20:05 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 294
Oct 05 04:20:05 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 294
Oct 05 04:20:05 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 294
Oct 05 04:20:05 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 294
Oct 05 04:20:06 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:06 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:06 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:06 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:06 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:06 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:06 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:06 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:06 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:07 core-01 etcd2[666]: got unexpected response error (etcdserver: request timed out)
Oct 05 04:20:07 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 294
Oct 05 04:20:07 core-01 etcd2[666]: 46c01644950728dc became candidate at term 295
Oct 05 04:20:07 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 295
Oct 05 04:20:07 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 295
Oct 05 04:20:07 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 295
Oct 05 04:20:07 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 295
Oct 05 04:20:08 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:08 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:08 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:08 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:08 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:08 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:08 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:08 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:08 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:09 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 295
Oct 05 04:20:09 core-01 etcd2[666]: 46c01644950728dc became candidate at term 296
Oct 05 04:20:09 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 296
Oct 05 04:20:09 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 296
Oct 05 04:20:09 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 296
Oct 05 04:20:09 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 296
Oct 05 04:20:09 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:20:09 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:09 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:09 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:09 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:09 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:09 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:09 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:09 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:09 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:11 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:11 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:11 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:11 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:11 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 296
Oct 05 04:20:11 core-01 etcd2[666]: 46c01644950728dc became candidate at term 297
Oct 05 04:20:11 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 297
Oct 05 04:20:11 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 297
Oct 05 04:20:11 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 297
Oct 05 04:20:11 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 297
Oct 05 04:20:11 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:11 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:12 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:12 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:12 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:13 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 297
Oct 05 04:20:13 core-01 etcd2[666]: 46c01644950728dc became candidate at term 298
Oct 05 04:20:13 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 298
Oct 05 04:20:13 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 298
Oct 05 04:20:13 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 298
Oct 05 04:20:13 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 298
Oct 05 04:20:13 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:13 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:13 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:13 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:13 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:13 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:13 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:13 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:13 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:14 core-01 etcd2[666]: got unexpected response error (etcdserver: request timed out)
Oct 05 04:20:14 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:14 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:14 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:14 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:14 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:14 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:14 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 298
Oct 05 04:20:14 core-01 etcd2[666]: 46c01644950728dc became candidate at term 299
Oct 05 04:20:14 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 299
Oct 05 04:20:14 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 299
Oct 05 04:20:14 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 299
Oct 05 04:20:14 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 299
Oct 05 04:20:16 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:16 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:16 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:16 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:16 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:16 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:16 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:20:17 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 299
Oct 05 04:20:17 core-01 etcd2[666]: 46c01644950728dc became candidate at term 300
Oct 05 04:20:17 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 300
Oct 05 04:20:17 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 300
Oct 05 04:20:17 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 300
Oct 05 04:20:17 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 300
Oct 05 04:20:18 core-01 etcd2[666]: the connection to peer 255894dccb1821a7 is unhealthy
Oct 05 04:20:18 core-01 etcd2[666]: the connection to peer 420c9b9a89d8b23d is unhealthy
Oct 05 04:20:18 core-01 etcd2[666]: the connection to peer 7538e80b548e9d14 is unhealthy
Oct 05 04:20:18 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:18 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:18 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:18 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:18 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:18 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:18 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:18 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:18 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:19 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 300
Oct 05 04:20:19 core-01 etcd2[666]: 46c01644950728dc became candidate at term 301
Oct 05 04:20:19 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 301
Oct 05 04:20:19 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 301
Oct 05 04:20:19 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 301
Oct 05 04:20:19 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 301
Oct 05 04:20:19 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:19 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:19 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:19 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:19 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:19 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:21 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:21 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:21 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:21 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:21 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:21 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:21 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 301
Oct 05 04:20:21 core-01 etcd2[666]: 46c01644950728dc became candidate at term 302
Oct 05 04:20:21 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 302
Oct 05 04:20:21 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 302
Oct 05 04:20:21 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 302
Oct 05 04:20:21 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 302
Oct 05 04:20:22 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:22 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:22 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:22 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:22 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:22 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:22 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:22 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:22 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:23 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:20:24 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 302
Oct 05 04:20:24 core-01 etcd2[666]: 46c01644950728dc became candidate at term 303
Oct 05 04:20:24 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 303
Oct 05 04:20:24 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 303
Oct 05 04:20:24 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 303
Oct 05 04:20:24 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 303
Oct 05 04:20:24 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:24 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:24 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:24 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:24 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:24 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:25 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:25 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:25 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:25 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 303
Oct 05 04:20:25 core-01 etcd2[666]: 46c01644950728dc became candidate at term 304
Oct 05 04:20:25 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 304
Oct 05 04:20:25 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 304
Oct 05 04:20:25 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 304
Oct 05 04:20:25 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 304
Oct 05 04:20:28 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 304
Oct 05 04:20:28 core-01 etcd2[666]: 46c01644950728dc became candidate at term 305
Oct 05 04:20:28 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 305
Oct 05 04:20:28 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 305
Oct 05 04:20:28 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 305
Oct 05 04:20:28 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 305
Oct 05 04:20:29 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:29 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:29 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:29 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:29 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:29 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:29 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:29 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:29 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:30 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 305
Oct 05 04:20:30 core-01 etcd2[666]: 46c01644950728dc became candidate at term 306
Oct 05 04:20:30 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 306
Oct 05 04:20:30 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 306
Oct 05 04:20:30 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 306
Oct 05 04:20:30 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 306
Oct 05 04:20:30 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:20:30 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:30 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:30 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:30 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:30 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:30 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:31 core-01 etcd2[666]: got unexpected response error (etcdserver: request timed out)
Oct 05 04:20:31 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:31 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:31 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:32 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 306
Oct 05 04:20:32 core-01 etcd2[666]: 46c01644950728dc became candidate at term 307
Oct 05 04:20:32 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 307
Oct 05 04:20:32 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 307
Oct 05 04:20:32 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 307
Oct 05 04:20:32 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 307
Oct 05 04:20:32 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:32 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:32 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:32 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:32 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:32 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:32 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:32 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:32 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:33 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:33 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: i/o timeout)
Oct 05 04:20:33 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:33 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:33 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:33 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:34 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 307
Oct 05 04:20:34 core-01 etcd2[666]: 46c01644950728dc became candidate at term 308
Oct 05 04:20:34 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 308
Oct 05 04:20:34 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 308
Oct 05 04:20:34 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 308
Oct 05 04:20:34 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 308
Oct 05 04:20:35 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:35 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: no route to host)
Oct 05 04:20:35 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:35 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:35 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:35 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:35 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream MsgApp v2 (dial tcp 192.168.33.11:2380: connection refused)
Oct 05 04:20:35 core-01 etcd2[666]: failed to dial 7538e80b548e9d14 on stream Message (dial tcp 192.168.33.11:2380: connection refused)
Oct 05 04:20:36 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 308
Oct 05 04:20:36 core-01 etcd2[666]: 46c01644950728dc became candidate at term 309
Oct 05 04:20:36 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 309
Oct 05 04:20:36 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 309
Oct 05 04:20:36 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 309
Oct 05 04:20:36 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 309
Oct 05 04:20:36 core-01 etcd2[666]: failed to write 7538e80b548e9d14 on pipeline (dial tcp 192.168.33.11:2380: connection refused)
Oct 05 04:20:37 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:37 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:37 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:37 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:37 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:20:38 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:38 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:38 core-01 etcd2[666]: got unexpected response error (etcdserver: request timed out)
Oct 05 04:20:38 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 309
Oct 05 04:20:38 core-01 etcd2[666]: 46c01644950728dc became candidate at term 310
Oct 05 04:20:38 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 310
Oct 05 04:20:38 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 310
Oct 05 04:20:38 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 310
Oct 05 04:20:38 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 310
Oct 05 04:20:39 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:39 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:39 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:39 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:39 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:39 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:40 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 310
Oct 05 04:20:40 core-01 etcd2[666]: 46c01644950728dc became candidate at term 311
Oct 05 04:20:40 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 311
Oct 05 04:20:40 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 311
Oct 05 04:20:40 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 311
Oct 05 04:20:40 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 311
Oct 05 04:20:41 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:41 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:41 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:41 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:41 core-01 etcd2[666]: the connection with 7538e80b548e9d14 became active
Oct 05 04:20:41 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:41 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:42 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:42 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:42 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:42 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:42 core-01 etcd2[666]: 46c01644950728dc [term: 311] ignored a MsgVote message with lower term from 7538e80b548e9d14 [term: 240]
Oct 05 04:20:42 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 311
Oct 05 04:20:42 core-01 etcd2[666]: 46c01644950728dc became candidate at term 312
Oct 05 04:20:42 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 312
Oct 05 04:20:42 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 312
Oct 05 04:20:42 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 312
Oct 05 04:20:42 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 312
Oct 05 04:20:42 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 312
Oct 05 04:20:42 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:20:44 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:44 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:44 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:44 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:44 core-01 etcd2[666]: 46c01644950728dc [term: 312] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 313]
Oct 05 04:20:44 core-01 etcd2[666]: 46c01644950728dc became follower at term 313
Oct 05 04:20:44 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 313
Oct 05 04:20:44 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:20:45 core-01 etcd2[666]: 46c01644950728dc [term: 313] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 314]
Oct 05 04:20:45 core-01 etcd2[666]: 46c01644950728dc became follower at term 314
Oct 05 04:20:45 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 314
Oct 05 04:20:45 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:45 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:45 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:45 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:46 core-01 etcd2[666]: got unexpected response error (etcdserver: request timed out)
Oct 05 04:20:46 core-01 etcd2[666]: 46c01644950728dc [term: 314] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 315]
Oct 05 04:20:46 core-01 etcd2[666]: 46c01644950728dc became follower at term 315
Oct 05 04:20:46 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 315
Oct 05 04:20:47 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:47 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:47 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:47 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:47 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 315
Oct 05 04:20:47 core-01 etcd2[666]: 46c01644950728dc became candidate at term 316
Oct 05 04:20:47 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 316
Oct 05 04:20:47 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 316
Oct 05 04:20:47 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 316
Oct 05 04:20:47 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 316
Oct 05 04:20:47 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 316
Oct 05 04:20:47 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:20:48 core-01 etcd2[666]: the connection to peer 255894dccb1821a7 is unhealthy
Oct 05 04:20:48 core-01 etcd2[666]: the connection to peer 420c9b9a89d8b23d is unhealthy
Oct 05 04:20:48 core-01 etcd2[666]: the clock difference against peer 7538e80b548e9d14 is too high [12.444217534s > 1s]
Oct 05 04:20:48 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:48 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:48 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:48 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:48 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:48 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:49 core-01 etcd2[666]: 46c01644950728dc [term: 316] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 317]
Oct 05 04:20:49 core-01 etcd2[666]: 46c01644950728dc became follower at term 317
Oct 05 04:20:49 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 317
Oct 05 04:20:50 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:50 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:50 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:50 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:50 core-01 etcd2[666]: 46c01644950728dc [term: 317] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 318]
Oct 05 04:20:50 core-01 etcd2[666]: 46c01644950728dc became follower at term 318
Oct 05 04:20:50 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 318
Oct 05 04:20:51 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:20:51 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 318
Oct 05 04:20:51 core-01 etcd2[666]: 46c01644950728dc became candidate at term 319
Oct 05 04:20:51 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 319
Oct 05 04:20:51 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 319
Oct 05 04:20:51 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 319
Oct 05 04:20:51 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 319
Oct 05 04:20:51 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:51 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:51 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:51 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:51 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 319
Oct 05 04:20:51 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:20:53 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:53 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:53 core-01 etcd2[666]: 46c01644950728dc [term: 319] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 320]
Oct 05 04:20:53 core-01 etcd2[666]: 46c01644950728dc became follower at term 320
Oct 05 04:20:53 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 320
Oct 05 04:20:53 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:53 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:53 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:53 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:54 core-01 etcd2[666]: 46c01644950728dc [term: 320] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 321]
Oct 05 04:20:54 core-01 etcd2[666]: 46c01644950728dc became follower at term 321
Oct 05 04:20:54 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 321
Oct 05 04:20:55 core-01 etcd2[666]: 46c01644950728dc [term: 321] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 322]
Oct 05 04:20:55 core-01 etcd2[666]: 46c01644950728dc became follower at term 322
Oct 05 04:20:55 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 322
Oct 05 04:20:57 core-01 etcd2[666]: 46c01644950728dc [term: 322] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 323]
Oct 05 04:20:57 core-01 etcd2[666]: 46c01644950728dc became follower at term 323
Oct 05 04:20:57 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 323
Oct 05 04:20:58 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:58 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:20:58 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:58 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:20:58 core-01 etcd2[666]: 46c01644950728dc [term: 323] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 324]
Oct 05 04:20:58 core-01 etcd2[666]: 46c01644950728dc became follower at term 324
Oct 05 04:20:58 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 324
Oct 05 04:20:58 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:20:59 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:59 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:20:59 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:20:59 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:00 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 324
Oct 05 04:21:00 core-01 etcd2[666]: 46c01644950728dc became candidate at term 325
Oct 05 04:21:00 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 325
Oct 05 04:21:00 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 325
Oct 05 04:21:00 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 325
Oct 05 04:21:00 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 325
Oct 05 04:21:00 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 46c01644950728dc] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 145
Oct 05 04:21:00 core-01 etcd2[666]: 46c01644950728dc received vote rejection from 7538e80b548e9d14 at term 325
Oct 05 04:21:00 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 1 votes and 1 vote rejections
Oct 05 04:21:01 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:01 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:01 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:01 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:01 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:01 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:01 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 325
Oct 05 04:21:01 core-01 etcd2[666]: 46c01644950728dc became candidate at term 326
Oct 05 04:21:01 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 326
Oct 05 04:21:01 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 326
Oct 05 04:21:01 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 326
Oct 05 04:21:01 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 326
Oct 05 04:21:02 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 326
Oct 05 04:21:02 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:21:02 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:02 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:02 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:02 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:03 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:03 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:03 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 326
Oct 05 04:21:03 core-01 etcd2[666]: 46c01644950728dc became candidate at term 327
Oct 05 04:21:03 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 327
Oct 05 04:21:03 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 327
Oct 05 04:21:03 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 327
Oct 05 04:21:03 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 327
Oct 05 04:21:03 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 327
Oct 05 04:21:03 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:21:04 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:04 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:04 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:04 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:05 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 327
Oct 05 04:21:05 core-01 etcd2[666]: 46c01644950728dc became candidate at term 328
Oct 05 04:21:05 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 328
Oct 05 04:21:05 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 328
Oct 05 04:21:05 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 328
Oct 05 04:21:05 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 328
Oct 05 04:21:05 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 328
Oct 05 04:21:05 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:21:05 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:21:06 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:06 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:06 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:06 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:07 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 328
Oct 05 04:21:07 core-01 etcd2[666]: 46c01644950728dc became candidate at term 329
Oct 05 04:21:07 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 329
Oct 05 04:21:07 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 329
Oct 05 04:21:07 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 329
Oct 05 04:21:07 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 329
Oct 05 04:21:07 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 329
Oct 05 04:21:07 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:21:08 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:08 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:08 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:08 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:08 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:08 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:08 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 329
Oct 05 04:21:08 core-01 etcd2[666]: 46c01644950728dc became candidate at term 330
Oct 05 04:21:08 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 330
Oct 05 04:21:08 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 330
Oct 05 04:21:08 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 330
Oct 05 04:21:08 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 330
Oct 05 04:21:09 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 330
Oct 05 04:21:09 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:21:09 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:09 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:09 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:09 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:10 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:10 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:10 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 330
Oct 05 04:21:10 core-01 etcd2[666]: 46c01644950728dc became candidate at term 331
Oct 05 04:21:10 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 331
Oct 05 04:21:10 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 331
Oct 05 04:21:10 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 331
Oct 05 04:21:10 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 331
Oct 05 04:21:10 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 46c01644950728dc] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 14b
Oct 05 04:21:10 core-01 etcd2[666]: 46c01644950728dc received vote rejection from 7538e80b548e9d14 at term 331
Oct 05 04:21:10 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 1 votes and 1 vote rejections
Oct 05 04:21:11 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:11 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:11 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:11 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:11 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:11 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:12 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 331
Oct 05 04:21:12 core-01 etcd2[666]: 46c01644950728dc became candidate at term 332
Oct 05 04:21:12 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 332
Oct 05 04:21:12 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 332
Oct 05 04:21:12 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 332
Oct 05 04:21:12 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 332
Oct 05 04:21:12 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 46c01644950728dc] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 14c
Oct 05 04:21:12 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:21:12 core-01 etcd2[666]: 46c01644950728dc received vote rejection from 7538e80b548e9d14 at term 332
Oct 05 04:21:12 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 1 votes and 1 vote rejections
Oct 05 04:21:12 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:12 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:12 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:12 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:13 core-01 etcd2[666]: got unexpected response error (etcdserver: request timed out)
Oct 05 04:21:13 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:13 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:13 core-01 etcd2[666]: 46c01644950728dc [term: 332] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 333]
Oct 05 04:21:13 core-01 etcd2[666]: 46c01644950728dc became follower at term 333
Oct 05 04:21:13 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 333
Oct 05 04:21:14 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:14 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:14 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:14 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:14 core-01 etcd2[666]: 46c01644950728dc [term: 333] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 334]
Oct 05 04:21:14 core-01 etcd2[666]: 46c01644950728dc became follower at term 334
Oct 05 04:21:14 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 334
Oct 05 04:21:16 core-01 etcd2[666]: 46c01644950728dc [term: 334] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 335]
Oct 05 04:21:16 core-01 etcd2[666]: 46c01644950728dc became follower at term 335
Oct 05 04:21:16 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 335
Oct 05 04:21:16 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:16 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:16 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:16 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:17 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 335
Oct 05 04:21:17 core-01 etcd2[666]: 46c01644950728dc became candidate at term 336
Oct 05 04:21:17 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 336
Oct 05 04:21:17 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 336
Oct 05 04:21:17 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 336
Oct 05 04:21:17 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 336
Oct 05 04:21:17 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:17 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:17 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:18 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:18 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:18 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:18 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 336
Oct 05 04:21:18 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:21:18 core-01 etcd2[666]: the connection to peer 255894dccb1821a7 is unhealthy
Oct 05 04:21:18 core-01 etcd2[666]: the connection to peer 420c9b9a89d8b23d is unhealthy
Oct 05 04:21:19 core-01 etcd2[666]: 46c01644950728dc [term: 336] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 337]
Oct 05 04:21:19 core-01 etcd2[666]: 46c01644950728dc became follower at term 337
Oct 05 04:21:19 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 337
Oct 05 04:21:19 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:19 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:19 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:19 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:19 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:21:20 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 337
Oct 05 04:21:20 core-01 etcd2[666]: 46c01644950728dc became candidate at term 338
Oct 05 04:21:20 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 338
Oct 05 04:21:20 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 338
Oct 05 04:21:20 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 338
Oct 05 04:21:20 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 338
Oct 05 04:21:20 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 338
Oct 05 04:21:20 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:21:21 core-01 etcd2[666]: got unexpected response error (etcdserver: request timed out)
Oct 05 04:21:22 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 338
Oct 05 04:21:22 core-01 etcd2[666]: 46c01644950728dc became candidate at term 339
Oct 05 04:21:22 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 339
Oct 05 04:21:22 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 339
Oct 05 04:21:22 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 339
Oct 05 04:21:22 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 339
Oct 05 04:21:22 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 339
Oct 05 04:21:22 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:21:23 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:23 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:23 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 339
Oct 05 04:21:23 core-01 etcd2[666]: 46c01644950728dc became candidate at term 340
Oct 05 04:21:23 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 340
Oct 05 04:21:23 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 340
Oct 05 04:21:23 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 340
Oct 05 04:21:23 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 340
Oct 05 04:21:24 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:24 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:24 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:24 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:24 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:24 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:24 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 340
Oct 05 04:21:24 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:21:25 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 340
Oct 05 04:21:25 core-01 etcd2[666]: 46c01644950728dc became candidate at term 341
Oct 05 04:21:25 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 341
Oct 05 04:21:25 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 341
Oct 05 04:21:25 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 341
Oct 05 04:21:25 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 341
Oct 05 04:21:25 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 341
Oct 05 04:21:25 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:21:25 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:25 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:25 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:25 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:26 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: i/o timeout)
Oct 05 04:21:26 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:26 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:21:26 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 341
Oct 05 04:21:26 core-01 etcd2[666]: 46c01644950728dc became candidate at term 342
Oct 05 04:21:26 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 342
Oct 05 04:21:26 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 342
Oct 05 04:21:26 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 342
Oct 05 04:21:26 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 342
Oct 05 04:21:26 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 46c01644950728dc] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 156
Oct 05 04:21:27 core-01 etcd2[666]: 46c01644950728dc received vote rejection from 7538e80b548e9d14 at term 342
Oct 05 04:21:27 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 1 votes and 1 vote rejections
Oct 05 04:21:27 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:27 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:27 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: no route to host)
Oct 05 04:21:27 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:27 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:27 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:28 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 342
Oct 05 04:21:28 core-01 etcd2[666]: 46c01644950728dc became candidate at term 343
Oct 05 04:21:28 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 343
Oct 05 04:21:28 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 343
Oct 05 04:21:28 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 343
Oct 05 04:21:28 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 343
Oct 05 04:21:28 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 343
Oct 05 04:21:28 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:21:28 core-01 etcd2[666]: got unexpected response error (etcdserver: request timed out)
Oct 05 04:21:28 core-01 etcd2[666]: failed to write 255894dccb1821a7 on pipeline (dial tcp 192.168.33.12:2380: connection refused)
Oct 05 04:21:28 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream Message (dial tcp 192.168.33.12:2380: connection refused)
Oct 05 04:21:28 core-01 etcd2[666]: failed to dial 255894dccb1821a7 on stream MsgApp v2 (dial tcp 192.168.33.12:2380: connection refused)
Oct 05 04:21:29 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:29 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:29 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:29 core-01 etcd2[666]: 46c01644950728dc [term: 343] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 344]
Oct 05 04:21:29 core-01 etcd2[666]: 46c01644950728dc became follower at term 344
Oct 05 04:21:29 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 344
Oct 05 04:21:30 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:30 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:31 core-01 etcd2[666]: 46c01644950728dc [term: 344] received a MsgVote message with higher term from 7538e80b548e9d14 [term: 345]
Oct 05 04:21:31 core-01 etcd2[666]: 46c01644950728dc became follower at term 345
Oct 05 04:21:31 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309, vote: 0] rejected vote from 7538e80b548e9d14 [logterm: 239, index: 3291] at term 345
Oct 05 04:21:32 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:32 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:32 core-01 etcd2[666]: 46c01644950728dc is starting a new election at term 345
Oct 05 04:21:32 core-01 etcd2[666]: 46c01644950728dc became candidate at term 346
Oct 05 04:21:32 core-01 etcd2[666]: 46c01644950728dc received vote from 46c01644950728dc at term 346
Oct 05 04:21:32 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 7538e80b548e9d14 at term 346
Oct 05 04:21:32 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 255894dccb1821a7 at term 346
Oct 05 04:21:32 core-01 etcd2[666]: 46c01644950728dc [logterm: 239, index: 3309] sent vote request to 420c9b9a89d8b23d at term 346
Oct 05 04:21:32 core-01 etcd2[666]: the connection with 255894dccb1821a7 became active
Oct 05 04:21:33 core-01 etcd2[666]: 46c01644950728dc received vote from 7538e80b548e9d14 at term 346
Oct 05 04:21:33 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 2 votes and 0 vote rejections
Oct 05 04:21:33 core-01 etcd2[666]: 46c01644950728dc received vote from 255894dccb1821a7 at term 346
Oct 05 04:21:33 core-01 etcd2[666]: 46c01644950728dc [q:3] has received 3 votes and 0 vote rejections
Oct 05 04:21:33 core-01 etcd2[666]: 46c01644950728dc became leader at term 346
Oct 05 04:21:33 core-01 etcd2[666]: raft.node: 46c01644950728dc elected leader 46c01644950728dc at term 346
Oct 05 04:21:33 core-01 etcd2[666]: publish error: etcdserver: request timed out
Oct 05 04:21:34 core-01 etcd2[666]: published {Name:cca96922546c483fa6b3b6089f15a7a7 ClientURLs:[http://192.168.33.10:2379]} to cluster e78054c805909ae7
Oct 05 04:21:34 core-01 etcd2[666]: failed to reach the peerURL(http://192.168.33.13:2380) of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:34 core-01 etcd2[666]: cannot get the version of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:34 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:34 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:34 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:35 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:35 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:35 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:37 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:37 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:37 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:38 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:38 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:38 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:40 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:40 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:40 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:40 core-01 etcd2[666]: failed to reach the peerURL(http://192.168.33.13:2380) of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:40 core-01 etcd2[666]: cannot get the version of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:41 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:41 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:41 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:43 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:43 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:43 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:44 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:44 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:44 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:46 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:46 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:46 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:46 core-01 etcd2[666]: failed to reach the peerURL(http://192.168.33.13:2380) of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:46 core-01 etcd2[666]: cannot get the version of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:47 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:47 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:47 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:48 core-01 etcd2[666]: the connection to peer 420c9b9a89d8b23d is unhealthy
Oct 05 04:21:49 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:49 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:49 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:50 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:50 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:50 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:52 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:52 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:52 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:52 core-01 etcd2[666]: failed to reach the peerURL(http://192.168.33.13:2380) of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:52 core-01 etcd2[666]: cannot get the version of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:53 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:53 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:53 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:55 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:55 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:55 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:56 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:56 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:56 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:58 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:58 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:58 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:58 core-01 etcd2[666]: failed to reach the peerURL(http://192.168.33.13:2380) of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:58 core-01 etcd2[666]: cannot get the version of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:21:59 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:59 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:21:59 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:01 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:01 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:01 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:02 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:02 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:02 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:04 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:04 core-01 etcd2[666]: failed to reach the peerURL(http://192.168.33.13:2380) of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:04 core-01 etcd2[666]: cannot get the version of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:04 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:04 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:05 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:05 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:05 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:07 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:07 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:07 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:08 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:08 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:08 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:10 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:10 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:10 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:10 core-01 etcd2[666]: failed to reach the peerURL(http://192.168.33.13:2380) of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:10 core-01 etcd2[666]: cannot get the version of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: no route to host)
Oct 05 04:22:11 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:11 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:11 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: i/o timeout)
Oct 05 04:22:12 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream Message (dial tcp 192.168.33.13:2380: connection refused)
Oct 05 04:22:12 core-01 etcd2[666]: failed to dial 420c9b9a89d8b23d on stream MsgApp v2 (dial tcp 192.168.33.13:2380: connection refused)
Oct 05 04:22:12 core-01 etcd2[666]: failed to write 420c9b9a89d8b23d on pipeline (dial tcp 192.168.33.13:2380: connection refused)
Oct 05 04:22:15 core-01 etcd2[666]: failed to reach the peerURL(http://192.168.33.13:2380) of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: connection refused)
Oct 05 04:22:15 core-01 etcd2[666]: cannot get the version of member 420c9b9a89d8b23d (Get http://192.168.33.13:2380/version: dial tcp 192.168.33.13:2380: connection refused)
Oct 05 04:22:16 core-01 etcd2[666]: the connection with 420c9b9a89d8b23d became active
Oct 05 04:22:18 core-01 etcd2[666]: the connection to peer 420c9b9a89d8b23d is unhealthy
Oct 05 04:22:48 core-01 etcd2[666]: the clock difference against peer 420c9b9a89d8b23d is too high [12.321214731s > 1s]
xiang90 commented 8 years ago

@F21 From the log, you have to fix a few things first.

There are network issues between your vms. (dial tcp 192.168.33.13:2380: connection refused, 192.168.33.13:2380: no route to host, ).

There are clock issues between your vms. (the clock difference against peer 420c9b9a89d8b23d is too high [12.321214731s > 1s])

Can you report back after you fix all the issues in your virtual environment setup?

F21 commented 8 years ago

@xiang90

I am just using the official coreos vagrant boxes and based my vagrantfile on: https://github.com/coreos/coreos-vagrant

Not really sure where to start as I am not familiar with the internals of CoreOS.

Anyway, I think it's possible that it's because the node it's trying to contact hasn't been booted or synced with the time server yet.

Everything appears to work correctly after a while and I no longer get those entries in my logs.

xiang90 commented 8 years ago

@F21 Right. All these are temp errors and I think etcd is fine. Probably you need to check out why it takes so long to start all the nodes and how to start etcd after the time service and network are OK.

F21 commented 8 years ago

Agreed. Let's close this for now.