Skip to content

Instantly share code, notes, and snippets.

@gabrtv
Created October 7, 2014 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrtv/90298b1f4da0e417d607 to your computer and use it in GitHub Desktop.
Save gabrtv/90298b1f4da0e417d607 to your computer and use it in GitHub Desktop.
etcd crash, node 1
$ journalctl -u etcd --no-pager
-- Logs begin at Tue 2014-10-07 17:29:49 UTC, end at Tue 2014-10-07 18:59:13 UTC. --
Oct 07 17:30:15 ip-10-21-2-171.us-west-2.compute.internal systemd[1]: Starting etcd...
Oct 07 17:30:15 ip-10-21-2-171.us-west-2.compute.internal systemd[1]: Started etcd.
Oct 07 17:30:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:18.028 INFO | The path /var/lib/etcd/log is in btrfs
Oct 07 17:30:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:18.028 INFO | Set NOCOW to path /var/lib/etcd/log succeeded
Oct 07 17:30:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:18.028 INFO | Discovery via https://discovery.etcd.io using prefix /9c6a4c45ba24fdd15f81fb3246c21e1e.
Oct 07 17:30:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:18.286 INFO | Discovery found peers [http://10.21.1.213:7001 http://10.21.2.170:7001]
Oct 07 17:30:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:18.287 INFO | Discovery fetched back peer list: [10.21.1.213:7001 10.21.2.170:7001]
Oct 07 17:30:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:18.291 INFO | Send Join Request to http://10.21.1.213:7001/join
Oct 07 17:30:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:18.508 INFO | 85f296e0a566455bb3d82475f4170aea joined the cluster via peer 10.21.1.213:7001
Oct 07 17:30:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:18.511 INFO | etcd server [name 85f296e0a566455bb3d82475f4170aea, listen on :4001, advertised url http://10.21.2.171:4001]
Oct 07 17:30:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:18.511 INFO | peer server [name 85f296e0a566455bb3d82475f4170aea, listen on :7001, advertised url http://10.21.2.171:7001]
Oct 07 17:30:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:18.512 INFO | 85f296e0a566455bb3d82475f4170aea starting in peer mode
Oct 07 17:30:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:18.512 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'initialized' to 'follower'.
Oct 07 17:30:19 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:19.011 INFO | 85f296e0a566455bb3d82475f4170aea: peer added: '09d54fd107ef48b7bf7b35dcb1fd810a'
Oct 07 17:30:19 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:30:19.015 INFO | 85f296e0a566455bb3d82475f4170aea: peer added: '2868193a525a4a33a6233fc08d44a78e'
Oct 07 17:55:14 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 17:55:14.731 INFO | 85f296e0a566455bb3d82475f4170aea: warning: heartbeat near election timeout: 1.69081338s
Oct 07 18:04:53 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:04:53.476 INFO | 85f296e0a566455bb3d82475f4170aea: snapshot of 10032 events at index 10032 completed
Oct 07 18:21:56 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:21:56.718 INFO | 85f296e0a566455bb3d82475f4170aea: snapshot of 10025 events at index 20057 completed
Oct 07 18:36:07 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:36:07.580 INFO | 85f296e0a566455bb3d82475f4170aea: snapshot of 10024 events at index 30081 completed
Oct 07 18:39:14 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:39:14.496 INFO | 85f296e0a566455bb3d82475f4170aea: peer added: 'a0954713f3b94f0ca1f353c55a3bf585'
Oct 07 18:49:49 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:49:49.891 INFO | 85f296e0a566455bb3d82475f4170aea: snapshot of 10013 events at index 40094 completed
Oct 07 18:53:02 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:02.703 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:53:02 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:02.703 INFO | 85f296e0a566455bb3d82475f4170aea: leader changed from '09d54fd107ef48b7bf7b35dcb1fd810a' to ''.
Oct 07 18:53:05 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:05.172 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:53:05 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:05.172 INFO | 85f296e0a566455bb3d82475f4170aea: term #2 started.
Oct 07 18:53:07 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:07.384 INFO | 85f296e0a566455bb3d82475f4170aea: term #3 started.
Oct 07 18:53:10 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:10.155 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:53:15 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:15.423 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:53:15 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:15.424 INFO | 85f296e0a566455bb3d82475f4170aea: term #6 started.
Oct 07 18:53:17 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:17.699 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:53:20 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:20.236 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:53:20 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:20.236 INFO | 85f296e0a566455bb3d82475f4170aea: term #8 started.
Oct 07 18:53:23 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:23.762 INFO | 85f296e0a566455bb3d82475f4170aea: term #9 started.
Oct 07 18:53:27 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:27.326 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:53:30 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:30.807 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:53:30 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:30.807 INFO | 85f296e0a566455bb3d82475f4170aea: term #11 started.
Oct 07 18:53:33 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:33.896 INFO | 85f296e0a566455bb3d82475f4170aea: term #12 started.
Oct 07 18:53:36 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:36.262 INFO | 85f296e0a566455bb3d82475f4170aea: term #13 started.
Oct 07 18:53:39 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:39.773 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:53:50 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:50.514 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:53:50 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:50.514 INFO | 85f296e0a566455bb3d82475f4170aea: term #18 started.
Oct 07 18:53:52 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:52.538 INFO | 85f296e0a566455bb3d82475f4170aea: term #19 started.
Oct 07 18:53:55 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:55.262 INFO | 85f296e0a566455bb3d82475f4170aea: term #20 started.
Oct 07 18:53:58 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:53:58.862 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:54:01 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:01.203 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:54:01 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:01.203 INFO | 85f296e0a566455bb3d82475f4170aea: term #22 started.
Oct 07 18:54:04 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:04.850 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:54:07 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:07.805 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:54:07 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:07.805 INFO | 85f296e0a566455bb3d82475f4170aea: term #24 started.
Oct 07 18:54:10 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:10.988 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:54:13 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:13.490 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:54:13 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:13.490 INFO | 85f296e0a566455bb3d82475f4170aea: term #26 started.
Oct 07 18:54:15 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:15.537 INFO | 85f296e0a566455bb3d82475f4170aea: term #27 started.
Oct 07 18:54:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:18.096 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:54:20 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:20.407 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:54:20 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:20.408 INFO | 85f296e0a566455bb3d82475f4170aea: term #29 started.
Oct 07 18:54:22 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:22.452 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:54:25 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:25.078 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:54:25 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:25.078 INFO | 85f296e0a566455bb3d82475f4170aea: term #31 started.
Oct 07 18:54:27 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:27.304 INFO | 85f296e0a566455bb3d82475f4170aea: term #32 started.
Oct 07 18:54:29 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:29.433 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:54:31 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:31.930 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:54:31 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:31.930 INFO | 85f296e0a566455bb3d82475f4170aea: term #34 started.
Oct 07 18:54:35 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:35.076 INFO | 85f296e0a566455bb3d82475f4170aea: term #35 started.
Oct 07 18:54:37 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:37.340 INFO | 85f296e0a566455bb3d82475f4170aea: term #36 started.
Oct 07 18:54:39 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:39.431 INFO | 85f296e0a566455bb3d82475f4170aea: term #37 started.
Oct 07 18:54:41 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:41.804 INFO | 85f296e0a566455bb3d82475f4170aea: term #38 started.
Oct 07 18:54:44 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:44.588 INFO | 85f296e0a566455bb3d82475f4170aea: term #39 started.
Oct 07 18:54:47 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:47.187 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:54:49 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:49.195 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:54:49 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:49.195 INFO | 85f296e0a566455bb3d82475f4170aea: term #41 started.
Oct 07 18:54:51 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:51.409 INFO | 85f296e0a566455bb3d82475f4170aea: term #42 started.
Oct 07 18:54:53 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:53.570 INFO | 85f296e0a566455bb3d82475f4170aea: term #43 started.
Oct 07 18:54:56 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:56.361 INFO | 85f296e0a566455bb3d82475f4170aea: term #44 started.
Oct 07 18:54:59 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:54:59.615 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:55:02 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:02.138 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:55:02 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:02.139 INFO | 85f296e0a566455bb3d82475f4170aea: term #46 started.
Oct 07 18:55:05 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:05.573 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:55:08 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:08.570 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:55:08 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:08.570 INFO | 85f296e0a566455bb3d82475f4170aea: term #48 started.
Oct 07 18:55:11 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:11.647 INFO | 85f296e0a566455bb3d82475f4170aea: term #49 started.
Oct 07 18:55:14 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:14.393 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:55:22 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:22.503 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:55:22 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:22.504 INFO | 85f296e0a566455bb3d82475f4170aea: term #53 started.
Oct 07 18:55:24 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:24.739 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:55:32 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:32.442 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:55:32 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:32.442 INFO | 85f296e0a566455bb3d82475f4170aea: term #57 started.
Oct 07 18:55:35 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:35.033 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:55:41 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:41.690 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:55:41 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:41.690 INFO | 85f296e0a566455bb3d82475f4170aea: term #61 started.
Oct 07 18:55:43 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:43.900 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:55:47 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:47.115 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:55:47 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:47.115 INFO | 85f296e0a566455bb3d82475f4170aea: term #63 started.
Oct 07 18:55:50 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:50.041 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:55:52 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:52.469 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:55:52 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:52.469 INFO | 85f296e0a566455bb3d82475f4170aea: term #65 started.
Oct 07 18:55:54 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:54.590 INFO | 85f296e0a566455bb3d82475f4170aea: term #66 started.
Oct 07 18:55:58 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:55:58.319 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:56:13 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:13.426 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:56:13 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:13.426 INFO | 85f296e0a566455bb3d82475f4170aea: term #73 started.
Oct 07 18:56:15 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:15.559 INFO | 85f296e0a566455bb3d82475f4170aea: term #74 started.
Oct 07 18:56:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:18.049 INFO | 85f296e0a566455bb3d82475f4170aea: term #75 started.
Oct 07 18:56:20 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:20.135 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:56:30 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:30.223 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:56:30 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:30.223 INFO | 85f296e0a566455bb3d82475f4170aea: term #80 started.
Oct 07 18:56:32 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:32.430 INFO | 85f296e0a566455bb3d82475f4170aea: term #81 started.
Oct 07 18:56:34 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:34.828 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:56:43 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:43.204 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:56:43 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:43.204 INFO | 85f296e0a566455bb3d82475f4170aea: term #85 started.
Oct 07 18:56:46 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:46.789 INFO | 85f296e0a566455bb3d82475f4170aea: term #86 started.
Oct 07 18:56:49 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:49.057 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:56:53 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:53.442 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:56:53 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:53.443 INFO | 85f296e0a566455bb3d82475f4170aea: term #89 started.
Oct 07 18:56:55 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:56:55.858 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:57:06 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:06.471 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:57:06 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:06.471 INFO | 85f296e0a566455bb3d82475f4170aea: term #94 started.
Oct 07 18:57:09 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:09.808 INFO | 85f296e0a566455bb3d82475f4170aea: term #95 started.
Oct 07 18:57:12 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:12.555 INFO | 85f296e0a566455bb3d82475f4170aea: term #96 started.
Oct 07 18:57:15 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:15.426 INFO | 85f296e0a566455bb3d82475f4170aea: term #97 started.
Oct 07 18:57:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:18.227 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:57:21 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:21.411 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:57:21 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:21.412 INFO | 85f296e0a566455bb3d82475f4170aea: term #99 started.
Oct 07 18:57:24 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:24.503 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:57:37 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:37.080 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:57:37 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:37.080 INFO | 85f296e0a566455bb3d82475f4170aea: term #105 started.
Oct 07 18:57:40 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:40.314 INFO | 85f296e0a566455bb3d82475f4170aea: term #106 started.
Oct 07 18:57:42 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:42.711 INFO | 85f296e0a566455bb3d82475f4170aea: term #107 started.
Oct 07 18:57:45 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:45.314 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:57:55 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:55.071 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:57:55 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:55.071 INFO | 85f296e0a566455bb3d82475f4170aea: term #112 started.
Oct 07 18:57:57 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:57:57.857 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:58:16 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:16.251 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:58:16 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:16.251 INFO | 85f296e0a566455bb3d82475f4170aea: term #119 started.
Oct 07 18:58:18 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:18.461 INFO | 85f296e0a566455bb3d82475f4170aea: term #120 started.
Oct 07 18:58:21 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:21.660 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:58:29 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:29.505 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:58:29 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:29.505 INFO | 85f296e0a566455bb3d82475f4170aea: term #124 started.
Oct 07 18:58:31 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:31.984 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:58:46 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:46.088 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:58:46 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:46.088 INFO | 85f296e0a566455bb3d82475f4170aea: term #130 started.
Oct 07 18:58:48 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:48.911 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:58:51 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:51.201 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:58:51 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:51.201 INFO | 85f296e0a566455bb3d82475f4170aea: term #132 started.
Oct 07 18:58:54 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:58:54.252 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:59:01 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:59:01.108 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:59:01 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:59:01.108 INFO | 85f296e0a566455bb3d82475f4170aea: term #135 started.
Oct 07 18:59:04 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:59:04.054 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'follower' to 'candidate'.
Oct 07 18:59:08 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:59:08.677 INFO | 85f296e0a566455bb3d82475f4170aea: state changed from 'candidate' to 'follower'.
Oct 07 18:59:08 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:59:08.678 INFO | 85f296e0a566455bb3d82475f4170aea: term #138 started.
Oct 07 18:59:11 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:59:11.197 INFO | 85f296e0a566455bb3d82475f4170aea: term #139 started.
Oct 07 18:59:13 ip-10-21-2-171.us-west-2.compute.internal etcd[596]: [etcd] Oct 7 18:59:13.502 INFO | 85f296e0a566455bb3d82475f4170aea: term #140 started.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment