Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created August 9, 2017 04:12
Show Gist options
  • Save kelseyhightower/eda294faa34481f3c8d73c251afa38bf to your computer and use it in GitHub Desktop.
Save kelseyhightower/eda294faa34481f3c8d73c251afa38bf to your computer and use it in GitHub Desktop.
Aug 09 04:07:53 ns-2 systemd[1]: Started consul.
Aug 09 04:07:53 ns-2 consul[2772]: ==> WARNING: Expect Mode enabled, expecting 3 servers
Aug 09 04:07:53 ns-2 consul[2772]: ==> Starting Consul agent...
Aug 09 04:07:53 ns-2 consul[2772]: ==> Consul agent running!
Aug 09 04:07:53 ns-2 consul[2772]: Version: 'v0.9.0'
Aug 09 04:07:53 ns-2 consul[2772]: Node ID: 'a32f25b0-ba01-f18a-ec09-225dd071cad9'
Aug 09 04:07:53 ns-2 consul[2772]: Node name: 'ns-2'
Aug 09 04:07:53 ns-2 consul[2772]: Datacenter: 'dc1'
Aug 09 04:07:53 ns-2 consul[2772]: Server: true (bootstrap: false)
Aug 09 04:07:53 ns-2 consul[2772]: Client Addr: 0.0.0.0 (HTTP: 8500, HTTPS: -1, DNS: 8600)
Aug 09 04:07:53 ns-2 consul[2772]: Cluster Addr: 10.240.0.2 (LAN: 8301, WAN: 8302)
Aug 09 04:07:53 ns-2 consul[2772]: Gossip encrypt: false, RPC-TLS: false, TLS-Incoming: false
Aug 09 04:07:53 ns-2 consul[2772]: ==> Log data will now stream in as it occurs:
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] raft: Initial configuration (index=0): []
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] raft: Node at 10.240.0.2:8300 [Follower] entering Follower state (Leader: "")
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] serf: EventMemberJoin: ns-2.dc1 10.240.0.2
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] serf: EventMemberJoin: ns-2 10.240.0.2
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] consul: Adding LAN server ns-2 (Addr: tcp/10.240.0.2:8300) (DC: dc1)
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp)
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] consul: Handled member-join event for server "ns-2.dc1" in area "wan"
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp)
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] agent: Started HTTP server on [::]:8500
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] agent: Joining cluster...
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] agent: Initializing GCE client
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] agent: Using default credential chain
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] agent: Using pre-defined GCE project name: hightowerlabs
Aug 09 04:07:53 ns-2 consul[2772]: 2017/08/09 04:07:53 [INFO] agent: Discovering all zones available to project: hightowerlabs
Aug 09 04:07:54 ns-2 consul[2772]: 2017/08/09 04:07:54 [INFO] agent: Discovered GCE zones: asia-east1-b, asia-east1-c, asia-east1-a, asia-northeast1-a, asia-northeast1-b, asia-northeast1-c, asia-southeast1-a, asia-southeast1-b, australia-southeast1-b, australia-southeast1-c, australia-southeast1-a, europe-west1-c, europe-west1-d, europe-west1-b, europe-west2-b, europe-west2-c, europe-west2-a, europe-west3-c, europe-west3-a, europe-west3-b, us-central1-b, us-central1-f, us-central1-a, us-central1-c, us-east1-d, us-east1-b, us-east1-c, us-east4-c, us-east4-b, us-east4-a, us-west1-c, us-west1-a, us-west1-b
Aug 09 04:07:54 ns-2 consul[2772]: 2017/08/09 04:07:54 [INFO] agent: Discovering GCE hosts with tag consul in zones: asia-east1-b, asia-east1-c, asia-east1-a, asia-northeast1-a, asia-northeast1-b, asia-northeast1-c, asia-southeast1-a, asia-southeast1-b, australia-southeast1-b, australia-southeast1-c, australia-southeast1-a, europe-west1-c, europe-west1-d, europe-west1-b, europe-west2-b, europe-west2-c, europe-west2-a, europe-west3-c, europe-west3-a, europe-west3-b, us-central1-b, us-central1-f, us-central1-a, us-central1-c, us-east1-d, us-east1-b, us-east1-c, us-east4-c, us-east4-b, us-east4-a, us-west1-c, us-west1-a, us-west1-b
Aug 09 04:07:56 ns-2 consul[2772]: 2017/08/09 04:07:56 [INFO] agent: Discovered 3 instances in hightowerlabs/us-central1-f: [10.240.0.3 10.240.0.2 10.240.0.4]
Aug 09 04:07:57 ns-2 consul[2772]: 2017/08/09 04:07:57 [INFO] agent: Discovered 3 servers from GCE
Aug 09 04:07:57 ns-2 consul[2772]: 2017/08/09 04:07:57 [INFO] agent: (LAN) joining: [10.240.0.3 10.240.0.2 10.240.0.4]
Aug 09 04:08:00 ns-2 consul[2772]: 2017/08/09 04:08:00 [WARN] raft: no known peers, aborting election
Aug 09 04:08:00 ns-2 consul[2772]: 2017/08/09 04:08:00 [ERR] agent: failed to sync remote state: No cluster leader
Aug 09 04:08:17 ns-2 consul[2772]: 2017/08/09 04:08:17 [INFO] agent: (LAN) joined: 1 Err: <nil>
Aug 09 04:08:17 ns-2 consul[2772]: 2017/08/09 04:08:17 [INFO] agent: Join completed. Synced with 1 initial agents
Aug 09 04:08:19 ns-2 consul[2772]: 2017/08/09 04:08:19 [ERR] agent: Coordinate update error: No cluster leader
Aug 09 04:08:23 ns-2 consul[2772]: 2017/08/09 04:08:23 [ERR] agent: failed to sync remote state: No cluster leader
Aug 09 04:08:52 ns-2 consul[2772]: 2017/08/09 04:08:52 [ERR] agent: failed to sync remote state: No cluster leader
Aug 09 04:08:52 ns-2 consul[2772]: 2017/08/09 04:08:52 [ERR] agent: Coordinate update error: No cluster leader
Aug 09 04:09:16 ns-2 consul[2772]: 2017/08/09 04:09:16 [ERR] agent: Coordinate update error: No cluster leader
Aug 09 04:09:28 ns-2 consul[2772]: 2017/08/09 04:09:28 [ERR] agent: failed to sync remote state: No cluster leader
Aug 09 04:09:48 ns-2 consul[2772]: 2017/08/09 04:09:48 [ERR] agent: Coordinate update error: No cluster leader
Aug 09 04:10:00 ns-2 consul[2772]: 2017/08/09 04:10:00 [ERR] agent: failed to sync remote state: No cluster leader
Aug 09 04:10:22 ns-2 consul[2772]: 2017/08/09 04:10:22 [ERR] agent: Coordinate update error: No cluster leader
Aug 09 04:10:24 ns-2 consul[2772]: 2017/08/09 04:10:24 [ERR] agent: failed to sync remote state: No cluster leader
Aug 09 04:10:54 ns-2 consul[2772]: 2017/08/09 04:10:54 [ERR] agent: Coordinate update error: No cluster leader
Aug 09 04:10:57 ns-2 consul[2772]: 2017/08/09 04:10:57 [ERR] agent: failed to sync remote state: No cluster leader
Aug 09 04:11:24 ns-2 consul[2772]: 2017/08/09 04:11:24 [ERR] agent: failed to sync remote state: No cluster leader
Aug 09 04:11:24 ns-2 consul[2772]: 2017/08/09 04:11:24 [ERR] agent: Coordinate update error: No cluster leader
Aug 09 04:11:48 ns-2 consul[2772]: 2017/08/09 04:11:48 [ERR] agent: Coordinate update error: No cluster leader
Aug 09 04:11:54 ns-2 consul[2772]: 2017/08/09 04:11:54 [ERR] agent: failed to sync remote state: No cluster leader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment