Skip to content

Instantly share code, notes, and snippets.

@fatlazycat
Created May 5, 2016 06:01
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 fatlazycat/5504ef26367d5f619233b81c9ce7521a to your computer and use it in GitHub Desktop.
Save fatlazycat/5504ef26367d5f619233b81c9ce7521a to your computer and use it in GitHub Desktop.
Consul in DFM
~/D/G/f/d/compose-consul-dfm ❯❯❯ docker-compose -f consul-cluster.yml up master ✭ ✖ ◼
Starting consul1-dfm
Starting consul2-dfm
Starting consul3-dfm
Attaching to consul1-dfm, consul2-dfm, consul3-dfm
consul1-dfm | ==> WARNING: Expect Mode enabled, expecting 3 servers
consul1-dfm | ==> Starting Consul agent...
consul1-dfm | ==> Starting Consul agent RPC...
consul1-dfm | ==> Consul agent running!
consul1-dfm | Node name: 'consul1-dfm'
consul1-dfm | Datacenter: 'dc1'
consul1-dfm | Server: true (bootstrap: false)
consul1-dfm | Client Addr: 0.0.0.0 (HTTP: -1, HTTPS: 8080, DNS: 8600, RPC: 8400)
consul1-dfm | Cluster Addr: 172.17.0.2 (LAN: 8301, WAN: 8302)
consul1-dfm | Gossip encrypt: true, RPC-TLS: true, TLS-Incoming: true
consul1-dfm | Atlas: <disabled>
consul1-dfm |
consul1-dfm | ==> Log data will now stream in as it occurs:
consul1-dfm |
consul1-dfm | 2016/05/05 05:54:33 [INFO] raft: Node at 172.17.0.2:8300 [Follower] entering Follower state
consul1-dfm | 2016/05/05 05:54:33 [INFO] serf: EventMemberJoin: consul1-dfm 172.17.0.2
consul1-dfm | 2016/05/05 05:54:33 [INFO] consul: adding LAN server consul1-dfm (Addr: 172.17.0.2:8300) (DC: dc1)
consul1-dfm | 2016/05/05 05:54:33 [INFO] serf: EventMemberJoin: consul1-dfm.dc1 172.17.0.2
consul1-dfm | 2016/05/05 05:54:33 [INFO] consul: adding WAN server consul1-dfm.dc1 (Addr: 172.17.0.2:8300) (DC: dc1)
consul1-dfm | 2016/05/05 05:54:33 [ERR] agent: failed to sync remote state: No cluster leader
consul1-dfm | unexpected fault address 0x7fb3aff9a040
consul1-dfm | fatal error: fault
consul1-dfm | 2016/05/05 05:54:34 [INFO] serf: EventMemberJoin: consul2-dfm 172.17.0.3
consul1-dfm | 2016/05/05 05:54:34 [INFO] consul: adding LAN server consul2-dfm (Addr: 172.17.0.3:8300) (DC: dc1)
consul1-dfm | [signal 0x7 code=0x2 addr=0x7fb3aff9a040 pc=0xa98371]
consul1-dfm |
consul1-dfm | goroutine 47 [running]:
consul2-dfm | ==> Starting Consul agent...
consul3-dfm | ==> Starting Consul agent...
consul1-dfm | runtime.throw(0xdea6a0, 0x5)
consul2-dfm | ==> Starting Consul agent RPC...
consul1-dfm | /goroot/src/runtime/panic.go:530 +0x90 fp=0xc820253748 sp=0xc820253730
consul2-dfm | ==> Joining cluster...
consul1-dfm | runtime.sigpanic()
consul1-dfm | /goroot/src/runtime/sigpanic_unix.go:21 +0x10c fp=0xc820253798 sp=0xc820253748
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/boltdb/bolt.(*Tx).init(0xc8202580e0, 0xc82011e700)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/boltdb/bolt/tx.go:49 +0xb1 fp=0xc820253870 sp=0xc820253798
consul2-dfm | Join completed. Synced with 1 initial agents
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/boltdb/bolt.(*DB).beginTx(0xc82011e700, 0xf, 0x0, 0x0)
consul2-dfm | ==> Consul agent running!
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/boltdb/bolt/db.go:459 +0x133 fp=0xc8202538d8 sp=0xc820253870
consul2-dfm | Node name: 'consul2-dfm'
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/boltdb/bolt.(*DB).Begin(0xc82011e700, 0x7fb3afff2400, 0x0, 0x0, 0x0)
consul2-dfm | Datacenter: 'dc1'
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/boltdb/bolt/db.go:436 +0x60 fp=0xc820253900 sp=0xc8202538d8
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/raft-boltdb.(*BoltStore).LastIndex(0xc8201d6840, 0x0, 0x0, 0x0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft-boltdb/bolt_store.go:101 +0x56 fp=0xc8202539c8 sp=0xc820253900
consul2-dfm | Server: true (bootstrap: false)
consul1-dfm | github.com/hashicorp/consul/consul.(*Server).maybeBootstrap(0xc8201d0000)
consul2-dfm | Client Addr: 0.0.0.0 (HTTP: -1, HTTPS: 8080, DNS: 8600, RPC: 8400)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/serf.go:195 +0x5d fp=0xc820253c58 sp=0xc8202539c8
consul2-dfm | Cluster Addr: 172.17.0.3 (LAN: 8301, WAN: 8302)
consul1-dfm | github.com/hashicorp/consul/consul.(*Server).lanNodeJoin(0xc8201d0000, 0x0, 0xc8202abcc0, 0x1, 0x1)
consul2-dfm | Gossip encrypt: true, RPC-TLS: true, TLS-Incoming: true
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/serf.go:158 +0x332 fp=0xc820253e00 sp=0xc820253c58
consul2-dfm | Atlas: <disabled>
consul1-dfm | github.com/hashicorp/consul/consul.(*Server).lanEventHandler(0xc8201d0000)
consul2-dfm |
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/serf.go:41 +0x1a2 fp=0xc820253f98 sp=0xc820253e00
consul2-dfm | ==> Log data will now stream in as it occurs:
consul1-dfm | runtime.goexit()
consul2-dfm |
consul1-dfm | /goroot/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc820253fa0 sp=0xc820253f98
consul2-dfm | 2016/05/05 05:54:34 [INFO] raft: Node at 172.17.0.3:8300 [Follower] entering Follower state
consul1-dfm | created by github.com/hashicorp/consul/consul.NewServer
consul2-dfm | 2016/05/05 05:54:34 [INFO] serf: EventMemberJoin: consul2-dfm 172.17.0.3
consul2-dfm | 2016/05/05 05:54:34 [INFO] consul: adding LAN server consul2-dfm (Addr: 172.17.0.3:8300) (DC: dc1)
consul2-dfm | 2016/05/05 05:54:34 [INFO] serf: EventMemberJoin: consul2-dfm.dc1 172.17.0.3
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/server.go:261 +0xfd3
consul2-dfm | 2016/05/05 05:54:34 [INFO] consul: adding WAN server consul2-dfm.dc1 (Addr: 172.17.0.3:8300) (DC: dc1)
consul1-dfm |
consul2-dfm | 2016/05/05 05:54:34 [INFO] agent: (LAN) joining: [consul1-dfm]
consul1-dfm | goroutine 1 [select]:
consul2-dfm | 2016/05/05 05:54:34 [INFO] serf: EventMemberJoin: consul1-dfm 172.17.0.2
consul1-dfm | github.com/hashicorp/consul/command/agent.(*Command).handleSignals(0xc8200c4540, 0xc8200cb700, 0xc8201dcf60, 0xc8201dcfc0, 0xc8201dcfc0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/command.go:776 +0x969
consul1-dfm | github.com/hashicorp/consul/command/agent.(*Command).Run(0xc8200c4540, 0xc82000a0e0, 0x4, 0x4, 0x0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/command.go:765 +0x26a4
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/mitchellh/cli.(*CLI).Run(0xc8200c4480, 0xc8200c4480, 0x0, 0x0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/mitchellh/cli/cli.go:153 +0x5ee
consul1-dfm | main.realMain(0xc820000180)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/main.go:46 +0x211
consul1-dfm | main.main()
consul1-dfm | /gopath/src/github.com/hashicorp/consul/main.go:18 +0x18
consul1-dfm |
consul1-dfm | goroutine 5 [syscall]:
consul1-dfm | os/signal.signal_recv(0x0)
consul1-dfm | /goroot/src/runtime/sigqueue.go:116 +0x132
consul1-dfm | os/signal.loop()
consul2-dfm | 2016/05/05 05:54:34 [INFO] consul: adding LAN server consul1-dfm (Addr: 172.17.0.2:8300) (DC: dc1)
consul1-dfm | /goroot/src/os/signal/signal_unix.go:22 +0x18
consul2-dfm | 2016/05/05 05:54:34 [INFO] agent: (LAN) joined: 1 Err: <nil>
consul1-dfm | created by os/signal.init.1
consul1-dfm | /goroot/src/os/signal/signal_unix.go:28 +0x37
consul1-dfm |
consul2-dfm | 2016/05/05 05:54:34 [ERR] agent: failed to sync remote state: No cluster leader
consul1-dfm | goroutine 8 [select, locked to thread]:
consul1-dfm | runtime.gopark(0xf94120, 0xc82001ef28, 0xdedc68, 0x6, 0x18, 0x2)
consul1-dfm | /goroot/src/runtime/proc.go:262 +0x163
consul1-dfm | runtime.selectgoImpl(0xc82001ef28, 0x0, 0x18)
consul1-dfm | /goroot/src/runtime/select.go:392 +0xa67
consul1-dfm | runtime.selectgo(0xc82001ef28)
consul1-dfm | /goroot/src/runtime/select.go:215 +0x12
consul1-dfm | runtime.ensureSigM.func1()
consul1-dfm | /goroot/src/runtime/signal1_unix.go:279 +0x358
consul1-dfm | runtime.goexit()
consul1-dfm | /goroot/src/runtime/asm_amd64.s:1998 +0x1
consul1-dfm |
consul1-dfm | goroutine 9 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*InmemSignal).run(0xc82012b000)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem_signal.go:63 +0xf3
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.NewInmemSignal
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/inmem_signal.go:37 +0x239
consul1-dfm |
consul1-dfm | goroutine 10 [sleep]:
consul1-dfm | time.Sleep(0x3b9aca00)
consul1-dfm | /goroot/src/runtime/time.go:59 +0xf9
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.(*Metrics).collectStats(0xc82000efa0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/metrics.go:67 +0x25
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/armon/go-metrics.New
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/armon/go-metrics/start.go:61 +0xdc
consul1-dfm |
consul1-dfm | goroutine 11 [select]:
consul1-dfm | github.com/hashicorp/consul/consul.(*ConnPool).reap(0xc8201c1540)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/pool.go:412 +0x498
consul1-dfm | created by github.com/hashicorp/consul/consul.NewPool
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/pool.go:175 +0x19f
consul1-dfm |
consul1-dfm | goroutine 12 [select]:
consul1-dfm | github.com/hashicorp/consul/consul.(*Coordinate).batchUpdate(0xc8201c7500)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/coordinate_endpoint.go:41 +0x225
consul1-dfm | created by github.com/hashicorp/consul/consul.NewCoordinate
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/coordinate_endpoint.go:33 +0xc0
consul1-dfm |
consul1-dfm | goroutine 13 [select]:
consul1-dfm | github.com/hashicorp/consul/consul.(*RaftLayer).Accept(0xc8201c5000, 0x0, 0x0, 0x0, 0x0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/raft_rpc.go:57 +0x190
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*NetworkTransport).listen(0xc8201b8700)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/net_transport.go:362 +0x65
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.NewNetworkTransportWithLogger
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/net_transport.go:154 +0x27b
consul1-dfm |
consul1-dfm | goroutine 14 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*Raft).runFollower(0xc82011e8c0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/raft.go:614 +0xa5c
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*Raft).run(0xc82011e8c0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/raft.go:598 +0x91
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*Raft).(github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.run)-fm()
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/raft.go:252 +0x20
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc82011e8c0, 0xc8201c8f20)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/state.go:152 +0x44
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*raftState).goFunc
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/state.go:153 +0x4d
consul1-dfm |
consul1-dfm | goroutine 15 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*Raft).runFSM(0xc82011e8c0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/raft.go:509 +0x1100
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*Raft).(github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.runFSM)-fm()
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/raft.go:253 +0x20
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc82011e8c0, 0xc8201c8f30)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/state.go:152 +0x44
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*raftState).goFunc
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/state.go:153 +0x4d
consul1-dfm |
consul1-dfm | goroutine 16 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*Raft).runSnapshots(0xc82011e8c0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/raft.go:1705 +0x4a0
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*Raft).(github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.runSnapshots)-fm()
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/raft.go:254 +0x20
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc82011e8c0, 0xc8201c8f40)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/state.go:152 +0x44
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/raft.(*raftState).goFunc
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft/state.go:153 +0x4d
consul1-dfm |
consul1-dfm | goroutine 33 [select]:
consul1-dfm | github.com/hashicorp/consul/consul.(*Server).monitorLeadership(0xc8201d0000)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/leader.go:33 +0x1fb
consul1-dfm | created by github.com/hashicorp/consul/consul.(*Server).setupRaft
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/server.go:426 +0x93d
consul1-dfm |
consul1-dfm | goroutine 34 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*serfQueries).stream(0xc8201dacf0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/internal_query.go:80 +0x295
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.newSerfQueries
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/internal_query.go:73 +0x110
consul1-dfm |
consul1-dfm | goroutine 35 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).stream(0xc8200c46c0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:187 +0xc26
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.NewSnapshotter
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:129 +0x71f
consul1-dfm |
consul1-dfm | goroutine 36 [runnable]:
consul1-dfm | syscall.Syscall6(0x120, 0x7, 0xc82003bc10, 0xc82003bc0c, 0x80800, 0x0, 0x0, 0x14, 0xc82003bc0c, 0x0)
consul1-dfm | /goroot/src/syscall/asm_linux_amd64.s:44 +0x5
consul1-dfm | syscall.accept4(0x7, 0xc82003bc10, 0xc82003bc0c, 0x80800, 0xffffffffffffffff, 0x0, 0x0)
consul1-dfm | /goroot/src/syscall/zsyscall_linux_amd64.go:1593 +0x7f
consul1-dfm | syscall.Accept4(0x7, 0x80800, 0xc820012100, 0x0, 0x0, 0x0, 0x0)
consul1-dfm | /goroot/src/syscall/syscall_linux.go:453 +0x92
consul1-dfm | net.accept(0x7, 0x0, 0x0, 0x0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/sock_cloexec.go:54 +0x67
consul1-dfm | net.(*netFD).accept(0xc8201b8a80, 0x0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_unix.go:418 +0x16b
consul1-dfm | net.(*TCPListener).AcceptTCP(0xc8200202b8, 0xf93160, 0x0, 0x0)
consul1-dfm | /goroot/src/net/tcpsock_posix.go:254 +0x4d
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).tcpListen(0xc820110c40)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:188 +0x34
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.newMemberlist
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/memberlist.go:135 +0xfa9
consul1-dfm |
consul1-dfm | goroutine 37 [IO wait]:
consul1-dfm | net.runtime_pollWait(0x7fb3affabf48, 0x72, 0x0)
consul1-dfm | /goroot/src/runtime/netpoll.go:160 +0x60
consul1-dfm | net.(*pollDesc).Wait(0xc8201b8b50, 0x72, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:73 +0x3a
consul1-dfm | net.(*pollDesc).WaitRead(0xc8201b8b50, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:78 +0x36
consul1-dfm | net.(*netFD).readFrom(0xc8201b8af0, 0xc820234000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x7fb3affa2050, 0xc820012100)
consul1-dfm | /goroot/src/net/fd_unix.go:277 +0x2a5
consul1-dfm | net.(*UDPConn).ReadFromUDP(0xc8200202c0, 0xc820234000, 0x10000, 0x10000, 0xb48f20, 0x10000, 0x0, 0x0)
consul1-dfm | /goroot/src/net/udpsock_posix.go:61 +0x117
consul1-dfm | net.(*UDPConn).ReadFrom(0xc8200202c0, 0xc820234000, 0x10000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/udpsock_posix.go:79 +0x116
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).udpListen(0xc820110c40)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:284 +0x301
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.newMemberlist
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/memberlist.go:136 +0xfcb
consul1-dfm |
consul1-dfm | goroutine 38 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).udpHandler(0xc820110c40)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:370 +0x457
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.newMemberlist
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/memberlist.go:137 +0xfed
consul1-dfm |
consul1-dfm | goroutine 39 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc(0xc820110c40, 0x3b9aca00, 0xc82022e000, 0xc8201bdf80, 0xc8201c9460)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:115 +0x158
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).schedule
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:81 +0x179
consul1-dfm |
consul1-dfm | goroutine 40 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger(0xc820110c40, 0xc8201bdf80)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:133 +0x1f5
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).schedule
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:87 +0x1fa
consul1-dfm |
consul1-dfm | goroutine 41 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc(0xc820110c40, 0xbebc200, 0xc82022e060, 0xc8201bdf80, 0xc8201c9470)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:115 +0x158
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).schedule
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:93 +0x2d0
consul1-dfm |
consul1-dfm | goroutine 42 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).handleReap(0xc82011ea80)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1388 +0x2aa
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.Create
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:395 +0x203f
consul1-dfm |
consul1-dfm | goroutine 43 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).handleReconnect(0xc82011ea80)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1404 +0x108
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.Create
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:396 +0x2064
consul1-dfm |
consul1-dfm | goroutine 44 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0xc82011ea80, 0xde6330, 0x6, 0xc8201dae40)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1504 +0x63e
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.Create
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:397 +0x20a7
consul1-dfm |
consul1-dfm | goroutine 45 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0xc82011ea80, 0xde5ab8, 0x5, 0xc8201dae70)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1504 +0x63e
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.Create
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:398 +0x20ed
consul1-dfm |
consul1-dfm | goroutine 46 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0xc82011ea80, 0xde74a0, 0x5, 0xc8201daea0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1504 +0x63e
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.Create
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:399 +0x2133
consul1-dfm |
consul1-dfm | goroutine 48 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*serfQueries).stream(0xc8201db620)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/internal_query.go:80 +0x295
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.newSerfQueries
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/internal_query.go:73 +0x110
consul1-dfm |
consul1-dfm | goroutine 49 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Snapshotter).stream(0xc8200c4780)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:187 +0xc26
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.NewSnapshotter
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/snapshot.go:129 +0x71f
consul1-dfm |
consul1-dfm | goroutine 50 [IO wait]:
consul1-dfm | net.runtime_pollWait(0x7fb3affabe88, 0x72, 0x0)
consul1-dfm | /goroot/src/runtime/netpoll.go:160 +0x60
consul1-dfm | net.(*pollDesc).Wait(0xc8201b91e0, 0x72, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:73 +0x3a
consul1-dfm | net.(*pollDesc).WaitRead(0xc8201b91e0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:78 +0x36
consul1-dfm | net.(*netFD).accept(0xc8201b9180, 0x0, 0x7fb3aff5a0f0, 0xc8201de400)
consul1-dfm | /goroot/src/net/fd_unix.go:426 +0x27c
consul1-dfm | net.(*TCPListener).AcceptTCP(0xc820020328, 0x0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/tcpsock_posix.go:254 +0x4d
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).tcpListen(0xc820110e00)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:188 +0x34
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.newMemberlist
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/memberlist.go:135 +0xfa9
consul1-dfm |
consul1-dfm | goroutine 51 [IO wait]:
consul1-dfm | net.runtime_pollWait(0x7fb3affabdc8, 0x72, 0x0)
consul1-dfm | /goroot/src/runtime/netpoll.go:160 +0x60
consul1-dfm | net.(*pollDesc).Wait(0xc8201b9250, 0x72, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:73 +0x3a
consul1-dfm | net.(*pollDesc).WaitRead(0xc8201b9250, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:78 +0x36
consul1-dfm | net.(*netFD).readFrom(0xc8201b91f0, 0xc82027c000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x7fb3affa2050, 0xc820012100)
consul1-dfm | /goroot/src/net/fd_unix.go:277 +0x2a5
consul1-dfm | net.(*UDPConn).ReadFromUDP(0xc820020330, 0xc82027c000, 0x10000, 0x10000, 0xb48f20, 0x10000, 0x0, 0x0)
consul1-dfm | /goroot/src/net/udpsock_posix.go:61 +0x117
consul1-dfm | net.(*UDPConn).ReadFrom(0xc820020330, 0xc82027c000, 0x10000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/udpsock_posix.go:79 +0x116
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).udpListen(0xc820110e00)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:284 +0x301
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.newMemberlist
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/memberlist.go:136 +0xfcb
consul1-dfm |
consul1-dfm | goroutine 52 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).udpHandler(0xc820110e00)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/net.go:370 +0x457
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.newMemberlist
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/memberlist.go:137 +0xfed
consul1-dfm |
consul1-dfm | goroutine 53 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc(0xc820110e00, 0x12a05f200, 0xc82022e660, 0xc82022e600, 0xc8201c99a0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:109 +0x19e
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).schedule
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:81 +0x179
consul1-dfm |
consul1-dfm | goroutine 54 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger(0xc820110e00, 0xc82022e600)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:133 +0x1f5
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).schedule
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:87 +0x1fa
consul1-dfm |
consul1-dfm | goroutine 55 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).triggerFunc(0xc820110e00, 0x1dcd6500, 0xc82022e6c0, 0xc82022e600, 0xc8201c99b0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:115 +0x158
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist.(*Memberlist).schedule
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/memberlist/state.go:93 +0x2d0
consul1-dfm |
consul1-dfm | goroutine 56 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).handleReap(0xc82011ec40)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1388 +0x2aa
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.Create
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:395 +0x203f
consul1-dfm |
consul1-dfm | goroutine 57 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).handleReconnect(0xc82011ec40)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1404 +0x108
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.Create
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:396 +0x2064
consul1-dfm |
consul1-dfm | goroutine 58 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0xc82011ec40, 0xde6330, 0x6, 0xc8201db770)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1504 +0x63e
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.Create
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:397 +0x20a7
consul1-dfm |
consul1-dfm | goroutine 59 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0xc82011ec40, 0xde5ab8, 0x5, 0xc8201db7a0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1504 +0x63e
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.Create
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:398 +0x20ed
consul1-dfm |
consul1-dfm | goroutine 60 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0xc82011ec40, 0xde74a0, 0x5, 0xc8201db7d0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:1504 +0x63e
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.Create
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:399 +0x2133
consul1-dfm |
consul1-dfm | goroutine 61 [select]:
consul1-dfm | github.com/hashicorp/consul/consul.(*Server).wanEventHandler(0xc8201d0000)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/serf.go:67 +0x3a7
consul1-dfm | created by github.com/hashicorp/consul/consul.NewServer
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/server.go:270 +0x11af
consul1-dfm |
consul1-dfm | goroutine 62 [IO wait]:
consul1-dfm | net.runtime_pollWait(0x7fb3affac0c8, 0x72, 0x0)
consul1-dfm | /goroot/src/runtime/netpoll.go:160 +0x60
consul1-dfm | net.(*pollDesc).Wait(0xc8201b8530, 0x72, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:73 +0x3a
consul1-dfm | net.(*pollDesc).WaitRead(0xc8201b8530, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:78 +0x36
consul1-dfm | net.(*netFD).accept(0xc8201b84d0, 0x0, 0x7fb3aff5a0f0, 0xc8201de500)
consul1-dfm | /goroot/src/net/fd_unix.go:426 +0x27c
consul1-dfm | net.(*TCPListener).AcceptTCP(0xc820020240, 0x0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/tcpsock_posix.go:254 +0x4d
consul1-dfm | net.(*TCPListener).Accept(0xc820020240, 0x0, 0x0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/tcpsock_posix.go:264 +0x3d
consul1-dfm | github.com/hashicorp/consul/consul.(*Server).listen(0xc8201d0000)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/rpc.go:60 +0x5b
consul1-dfm | created by github.com/hashicorp/consul/consul.NewServer
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/server.go:273 +0x11d1
consul1-dfm |
consul1-dfm | goroutine 63 [select]:
consul1-dfm | github.com/hashicorp/consul/consul.(*Server).sessionStats(0xc8201d0000)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/session_ttl.go:152 +0x201
consul1-dfm | created by github.com/hashicorp/consul/consul.NewServer
consul1-dfm | /gopath/src/github.com/hashicorp/consul/consul/server.go:276 +0x11f3
consul1-dfm |
consul1-dfm | goroutine 64 [select]:
consul1-dfm | github.com/hashicorp/consul/command/agent.(*Agent).handleEvents(0xc820001c80)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/user_event.go:111 +0x362
consul1-dfm | created by github.com/hashicorp/consul/command/agent.Create
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/agent.go:218 +0x1058
consul1-dfm |
consul1-dfm | goroutine 65 [select]:
consul1-dfm | github.com/hashicorp/consul/command/agent.(*Agent).sendCoordinate(0xc820001c80)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/agent.go:612 +0x742
consul1-dfm | created by github.com/hashicorp/consul/command/agent.Create
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/agent.go:222 +0x1091
consul1-dfm |
consul1-dfm | goroutine 66 [IO wait]:
consul1-dfm | net.runtime_pollWait(0x7fb3affabd08, 0x72, 0x0)
consul1-dfm | /goroot/src/runtime/netpoll.go:160 +0x60
consul1-dfm | net.(*pollDesc).Wait(0xc8201b95d0, 0x72, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:73 +0x3a
consul1-dfm | net.(*pollDesc).WaitRead(0xc8201b95d0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:78 +0x36
consul1-dfm | net.(*netFD).accept(0xc8201b9570, 0x0, 0x7fb3aff5a0f0, 0xc8201de560)
consul1-dfm | /goroot/src/net/fd_unix.go:426 +0x27c
consul1-dfm | net.(*TCPListener).AcceptTCP(0xc820020368, 0x0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/tcpsock_posix.go:254 +0x4d
consul1-dfm | net.(*TCPListener).Accept(0xc820020368, 0x0, 0x0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/tcpsock_posix.go:264 +0x3d
consul1-dfm | github.com/hashicorp/consul/command/agent.(*AgentRPC).listen(0xc82027a190)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/rpc.go:289 +0x71
consul1-dfm | created by github.com/hashicorp/consul/command/agent.NewAgentRPC
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/rpc.go:257 +0x2af
consul1-dfm |
consul1-dfm | goroutine 67 [IO wait]:
consul1-dfm | net.runtime_pollWait(0x7fb3affabc48, 0x72, 0x0)
consul1-dfm | /goroot/src/runtime/netpoll.go:160 +0x60
consul1-dfm | net.(*pollDesc).Wait(0xc8202a4ca0, 0x72, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:73 +0x3a
consul1-dfm | net.(*pollDesc).WaitRead(0xc8202a4ca0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:78 +0x36
consul1-dfm | net.(*netFD).accept(0xc8202a4c40, 0x0, 0x7fb3aff5a0f0, 0xc8202b3fa0)
consul1-dfm | /goroot/src/net/fd_unix.go:426 +0x27c
consul1-dfm | net.(*TCPListener).AcceptTCP(0xc820020390, 0xc8201d2a5c, 0x0, 0x0)
consul1-dfm | /goroot/src/net/tcpsock_posix.go:254 +0x4d
consul1-dfm | github.com/hashicorp/consul/command/agent.tcpKeepAliveListener.Accept(0xc820020390, 0x0, 0x0, 0x0, 0x0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/http.go:177 +0x41
consul1-dfm | crypto/tls.(*listener).Accept(0xc8202b3300, 0x0, 0x0, 0x0, 0x0)
consul1-dfm | /goroot/src/crypto/tls/tls.go:52 +0x60
consul1-dfm | net/http.(*Server).Serve(0xc8201d2a00, 0x7fb3affacc58, 0xc8202b3300, 0x0, 0x0)
consul1-dfm | /goroot/src/net/http/server.go:2117 +0x129
consul1-dfm | net/http.Serve(0x7fb3affacc58, 0xc8202b3300, 0x7fb3affacce0, 0xc8202b0b40, 0x0, 0x0)
consul1-dfm | /goroot/src/net/http/server.go:1976 +0x8e
consul1-dfm | created by github.com/hashicorp/consul/command/agent.NewHTTPServers
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/http.go:89 +0x9c3
consul1-dfm |
consul1-dfm | goroutine 68 [IO wait]:
consul1-dfm | net.runtime_pollWait(0x7fb3affabb88, 0x72, 0x70)
consul1-dfm | /goroot/src/runtime/netpoll.go:160 +0x60
consul1-dfm | net.(*pollDesc).Wait(0xc820256290, 0x72, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:73 +0x3a
consul1-dfm | net.(*pollDesc).WaitRead(0xc820256290, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:78 +0x36
consul1-dfm | net.(*netFD).readMsg(0xc820256230, 0xc8202ba000, 0xffff, 0xffff, 0xc820204360, 0x28, 0x28, 0xffffffffffffffff, 0x0, 0x0, ...)
consul1-dfm | /goroot/src/net/fd_unix.go:304 +0x33d
consul1-dfm | net.(*UDPConn).ReadMsgUDP(0xc820174010, 0xc8202ba000, 0xffff, 0xffff, 0xc820204360, 0x28, 0x28, 0x10000, 0xb48f20, 0x1, ...)
consul1-dfm | /goroot/src/net/udpsock_posix.go:96 +0x171
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/miekg/dns.ReadFromSessionUDP(0xc820174010, 0xc8202ba000, 0xffff, 0xffff, 0xffff, 0xffff, 0x0, 0x0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/udp.go:47 +0xc1
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).readUDP(0xc8202a01a0, 0xc820174010, 0x77359400, 0x0, 0x0, 0x0, 0xd92040, 0x0, 0x0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:605 +0x190
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*defaultReader).ReadUDP(0xc820174038, 0xc820174010, 0x77359400, 0x0, 0x0, 0x0, 0x7fb3aff5a208, 0x0, 0x0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:230 +0x5f
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).serveUDP(0xc8202a01a0, 0xc820174010, 0x0, 0x0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:478 +0x1fe
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).ListenAndServe(0xc8202a01a0, 0x0, 0x0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:327 +0x6fc
consul1-dfm | github.com/hashicorp/consul/command/agent.NewDNSServer.func1(0xc8202a01a0, 0xc8202a8780, 0xc8202a87e0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/dns.go:108 +0x30
consul1-dfm | created by github.com/hashicorp/consul/command/agent.NewDNSServer
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/dns.go:112 +0xa8b
consul1-dfm |
consul1-dfm | goroutine 69 [IO wait]:
consul1-dfm | net.runtime_pollWait(0x7fb3affabac8, 0x72, 0x0)
consul1-dfm | /goroot/src/runtime/netpoll.go:160 +0x60
consul1-dfm | net.(*pollDesc).Wait(0xc8202a58e0, 0x72, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:73 +0x3a
consul1-dfm | net.(*pollDesc).WaitRead(0xc8202a58e0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/fd_poll_runtime.go:78 +0x36
consul1-dfm | net.(*netFD).accept(0xc8202a5880, 0x0, 0x7fb3aff5a0f0, 0xc8202b3fc0)
consul1-dfm | /goroot/src/net/fd_unix.go:426 +0x27c
consul1-dfm | net.(*TCPListener).AcceptTCP(0xc8200203a0, 0xcb39c0, 0x0, 0x0)
consul1-dfm | /goroot/src/net/tcpsock_posix.go:254 +0x4d
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).serveTCP(0xc8202a0270, 0xc8200203a0, 0x0, 0x0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:435 +0x1c2
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/miekg/dns.(*Server).ListenAndServe(0xc8202a0270, 0x0, 0x0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/miekg/dns/server.go:309 +0x3ec
consul1-dfm | github.com/hashicorp/consul/command/agent.NewDNSServer.func2(0xc8202a0270, 0xc8202a8780, 0xc8202a8840)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/dns.go:116 +0x30
consul1-dfm | created by github.com/hashicorp/consul/command/agent.NewDNSServer
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/dns.go:120 +0xae2
consul1-dfm |
consul1-dfm | goroutine 18 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/go-checkpoint.CheckInterval.func1(0x4e94914f0000, 0xc820206100, 0xc8201e03a0, 0xc8201dcde0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-checkpoint/checkpoint.go:197 +0x131
consul1-dfm | created by github.com/hashicorp/consul/vendor/github.com/hashicorp/go-checkpoint.CheckInterval
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-checkpoint/checkpoint.go:205 +0xb7
consul1-dfm |
consul1-dfm | goroutine 19 [sleep]:
consul1-dfm | time.Sleep(0x180710f20)
consul1-dfm | /goroot/src/runtime/time.go:59 +0xf9
consul1-dfm | github.com/hashicorp/consul/command/agent.(*Command).setupAgent.func1(0xc8200c4540, 0xc820206100)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/command.go:428 +0x34
consul1-dfm | created by github.com/hashicorp/consul/command/agent.(*Command).setupAgent
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/command.go:430 +0x183f
consul1-dfm |
consul1-dfm | goroutine 20 [select]:
consul1-dfm | github.com/hashicorp/consul/command/agent.(*Command).Run.func1(0xc8202562a0, 0xc82000f2c0, 0xc8201dce40, 0xc8200c4540)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/command.go:669 +0x34a
consul1-dfm | created by github.com/hashicorp/consul/command/agent.(*Command).Run
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/command.go:678 +0x1057
consul1-dfm |
consul1-dfm | goroutine 21 [select]:
consul1-dfm | github.com/hashicorp/consul/vendor/github.com/hashicorp/go-reap.ReapChildren(0xc8202562a0, 0xc8201dce40, 0xc82000afc0, 0xc820001de0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-reap/reap_unix.go:36 +0x202
consul1-dfm | created by github.com/hashicorp/consul/command/agent.(*Command).Run
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/command.go:679 +0x10bc
consul1-dfm |
consul1-dfm | goroutine 22 [select]:
consul1-dfm | github.com/hashicorp/consul/command/agent.(*localState).antiEntropy(0xc820001cb0, 0xc82000afc0)
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/local.go:307 +0x71e
consul1-dfm | created by github.com/hashicorp/consul/command/agent.(*Agent).StartSync
consul1-dfm | /gopath/src/github.com/hashicorp/consul/command/agent/agent.go:580 +0x4f
consul1-dfm exited with code 2
consul3-dfm | ==> Starting Consul agent RPC...
consul3-dfm | ==> Joining cluster...
consul2-dfm | 2016/05/05 05:54:36 [WARN] raft: EnableSingleNode disabled, and no known peers. Aborting election.
consul2-dfm | 2016/05/05 05:54:36 [INFO] memberlist: Suspect consul1-dfm has failed, no acks received
consul2-dfm | 2016/05/05 05:54:38 [INFO] memberlist: Suspect consul1-dfm has failed, no acks received
^CGracefully stopping... (press Ctrl+C again to force)
Stopping consul3-dfm ... done
Stopping consul2-dfm ... done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment