Skip to content

Instantly share code, notes, and snippets.

@dvusboy
Created February 12, 2016 22:01
Show Gist options
  • Save dvusboy/96e7e98bd2aac5e1d875 to your computer and use it in GitHub Desktop.
Save dvusboy/96e7e98bd2aac5e1d875 to your computer and use it in GitHub Desktop.
InfluxDB v0.10.0 crashing on continuous query
2016-02-12T21:27:00.696961902Z [continuous_querier] 2016/02/12 21:27:00 executing continuous query periodic_docker_cpu (2016-02-12 21:26:00 +0000 UTC to 2016-02-12 21:27:00 +0000 UTC)
2016-02-12T21:27:00.714142956Z panic: runtime error: index out of range
2016-02-12T21:27:00.714177141Z
2016-02-12T21:27:00.714183724Z goroutine 261 [running]:
2016-02-12T21:27:00.714190425Z github.com/influxdb/influxdb/models.scanTo(0xc820199920, 0x8, 0x10, 0x0, 0xc8208fd33d, 0xc8c180, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.714196219Z /go/src/github.com/influxdb/influxdb/models/points.go:892 +0x148
2016-02-12T21:27:00.714201672Z github.com/influxdb/influxdb/models.newFieldsFromBinary(0xc820199920, 0x8, 0x10, 0x4662f4)
2016-02-12T21:27:00.714206794Z /go/src/github.com/influxdb/influxdb/models/points.go:1396 +0x11e
2016-02-12T21:27:00.714211880Z github.com/influxdb/influxdb/models.(*point).unmarshalBinary(0xc8204ef710, 0xd80c40)
2016-02-12T21:27:00.714217067Z /go/src/github.com/influxdb/influxdb/models/points.go:1298 +0x61
2016-02-12T21:27:00.714222131Z github.com/influxdb/influxdb/models.(*point).Fields(0xc8204ef710, 0xc820551b60)
2016-02-12T21:27:00.714227025Z /go/src/github.com/influxdb/influxdb/models/points.go:1211 +0x77
2016-02-12T21:27:00.714233429Z github.com/influxdb/influxdb/tsdb.(*Shard).validateSeriesAndFields(0xc820382580, 0xc820199ba0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
2016-02-12T21:27:00.714239307Z /go/src/github.com/influxdb/influxdb/tsdb/shard.go:413 +0x986
2016-02-12T21:27:00.714244297Z github.com/influxdb/influxdb/tsdb.(*Shard).WritePoints(0xc820382580, 0xc820199ba0, 0x1, 0x1, 0x0, 0x0)
2016-02-12T21:27:00.714249385Z /go/src/github.com/influxdb/influxdb/tsdb/shard.go:202 +0xcc
2016-02-12T21:27:00.714254253Z github.com/influxdb/influxdb/tsdb.(*Store).WriteToShard(0xc820156140, 0x9, 0xc820199ba0, 0x1, 0x1, 0x0, 0x0)
2016-02-12T21:27:00.714259282Z /go/src/github.com/influxdb/influxdb/tsdb/store.go:442 +0x1e7
2016-02-12T21:27:00.714265444Z github.com/influxdb/influxdb/cluster.(*PointsWriter).writeToShard.func1(0xc82013cdc0, 0xc8204f7ba0, 0x8, 0xc8204f7be0, 0x7, 0xc82034e4e0, 0x0, 0x9, 0x1, 0xc820199ba0, ...)
2016-02-12T21:27:00.714283223Z /go/src/github.com/influxdb/influxdb/cluster/points_writer.go:316 +0x154
2016-02-12T21:27:00.714289088Z created by github.com/influxdb/influxdb/cluster.(*PointsWriter).writeToShard
2016-02-12T21:27:00.714294181Z /go/src/github.com/influxdb/influxdb/cluster/points_writer.go:352 +0x24b
2016-02-12T21:27:00.714299176Z
2016-02-12T21:27:00.714303890Z goroutine 1 [chan receive]:
2016-02-12T21:27:00.714308572Z main.(*Main).Run(0xc82004bf18, 0xc82000a1f0, 0x2, 0x2, 0x0, 0x0)
2016-02-12T21:27:00.714313360Z /go/src/github.com/influxdb/influxdb/cmd/influxd/main.go:96 +0xda0
2016-02-12T21:27:00.714318227Z main.main()
2016-02-12T21:27:00.714323058Z /go/src/github.com/influxdb/influxdb/cmd/influxd/main.go:46 +0x400
2016-02-12T21:27:00.714329395Z
2016-02-12T21:27:00.714334067Z goroutine 17 [syscall, locked to thread]:
2016-02-12T21:27:00.714338985Z runtime.goexit()
2016-02-12T21:27:00.714343578Z /tmp/workdir/go/src/runtime/asm_amd64.s:1696 +0x1
2016-02-12T21:27:00.714349633Z
2016-02-12T21:27:00.714354279Z goroutine 5 [syscall]:
2016-02-12T21:27:00.714358961Z os/signal.loop()
2016-02-12T21:27:00.714363437Z /usr/local/go/src/os/signal/signal_unix.go:22 +0x26
2016-02-12T21:27:00.714368223Z created by os/signal.init.1
2016-02-12T21:27:00.714372631Z /usr/local/go/src/os/signal/signal_unix.go:28 +0x45
2016-02-12T21:27:00.714377305Z
2016-02-12T21:27:00.714381540Z goroutine 35 [select]:
2016-02-12T21:27:00.714395860Z github.com/hashicorp/raft.(*Raft).leaderLoop(0xc8201c81c0)
2016-02-12T21:27:00.714401247Z /go/src/github.com/hashicorp/raft/raft.go:874 +0x16b7
2016-02-12T21:27:00.714406235Z github.com/hashicorp/raft.(*Raft).runLeader(0xc8201c81c0)
2016-02-12T21:27:00.714411121Z /go/src/github.com/hashicorp/raft/raft.go:838 +0xe8f
2016-02-12T21:27:00.714416237Z github.com/hashicorp/raft.(*Raft).run(0xc8201c81c0)
2016-02-12T21:27:00.714421009Z /go/src/github.com/hashicorp/raft/raft.go:602 +0xe7
2016-02-12T21:27:00.714425940Z github.com/hashicorp/raft.(*Raft).(github.com/hashicorp/raft.run)-fm()
2016-02-12T21:27:00.714430828Z /go/src/github.com/hashicorp/raft/raft.go:252 +0x2e
2016-02-12T21:27:00.714435580Z github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc8201c81c0, 0xc820110940)
2016-02-12T21:27:00.714440376Z /go/src/github.com/hashicorp/raft/state.go:152 +0x52
2016-02-12T21:27:00.714445222Z created by github.com/hashicorp/raft.(*raftState).goFunc
2016-02-12T21:27:00.714450035Z /go/src/github.com/hashicorp/raft/state.go:153 +0x5b
2016-02-12T21:27:00.714454767Z
2016-02-12T21:27:00.714462826Z goroutine 34 [chan receive]:
2016-02-12T21:27:00.714467803Z github.com/influxdb/influxdb/tcp.(*listener).Accept(0xc820110050, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.714472719Z /go/src/github.com/influxdb/influxdb/tcp/mux.go:135 +0x94
2016-02-12T21:27:00.714477525Z github.com/influxdb/influxdb/services/meta.(*raftLayer).Accept(0xc820114720, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.714482609Z /go/src/github.com/influxdb/influxdb/services/meta/raft_state.go:325 +0x7a
2016-02-12T21:27:00.714487491Z github.com/hashicorp/raft.(*NetworkTransport).listen(0xc8201be070)
2016-02-12T21:27:00.714493689Z /go/src/github.com/hashicorp/raft/net_transport.go:362 +0xa0
2016-02-12T21:27:00.714498761Z created by github.com/hashicorp/raft.NewNetworkTransportWithLogger
2016-02-12T21:27:00.714503586Z /go/src/github.com/hashicorp/raft/net_transport.go:154 +0x3db
2016-02-12T21:27:00.714508519Z
2016-02-12T21:27:00.714512959Z goroutine 19 [IO wait]:
2016-02-12T21:27:00.714517653Z net.runtime_pollWait(0x7f9b4c415be0, 0x72, 0x7f9b4ec59100)
2016-02-12T21:27:00.714523885Z /tmp/workdir/go/src/runtime/netpoll.go:157 +0x63
2016-02-12T21:27:00.714528931Z net.(*pollDesc).Wait(0xc820146290, 0x72, 0x0, 0x0)
2016-02-12T21:27:00.714533678Z /tmp/workdir/go/src/net/fd_poll_runtime.go:73 +0x56
2016-02-12T21:27:00.714538371Z net.(*pollDesc).WaitRead(0xc820146290, 0x0, 0x0)
2016-02-12T21:27:00.714542952Z /tmp/workdir/go/src/net/fd_poll_runtime.go:78 +0x44
2016-02-12T21:27:00.714547725Z net.(*netFD).accept(0xc820146230, 0x0, 0x7f9b4c415ca0, 0xc82019cd60)
2016-02-12T21:27:00.714552474Z /tmp/workdir/go/src/net/fd_unix.go:408 +0x2f6
2016-02-12T21:27:00.714557123Z net.(*TCPListener).AcceptTCP(0xc820134040, 0x5453a4, 0x0, 0x0)
2016-02-12T21:27:00.714562038Z /tmp/workdir/go/src/net/tcpsock_posix.go:254 +0x77
2016-02-12T21:27:00.714571143Z net.(*TCPListener).Accept(0xc820134040, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.714576110Z /tmp/workdir/go/src/net/tcpsock_posix.go:264 +0x4b
2016-02-12T21:27:00.714580945Z github.com/influxdb/influxdb/tcp.(*Mux).Serve(0xc8201245f0, 0x7f9b4c414c60, 0xc820134040, 0x0, 0x0)
2016-02-12T21:27:00.714585870Z /go/src/github.com/influxdb/influxdb/tcp/mux.go:52 +0xd7
2016-02-12T21:27:00.714590640Z created by github.com/influxdb/influxdb/cmd/influxd/run.(*Server).Open
2016-02-12T21:27:00.714595282Z /go/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:396 +0x5bd
2016-02-12T21:27:00.714600135Z
2016-02-12T21:27:00.714604609Z goroutine 36 [select]:
2016-02-12T21:27:00.714609126Z github.com/hashicorp/raft.(*Raft).runFSM(0xc8201c81c0)
2016-02-12T21:27:00.714613929Z /go/src/github.com/hashicorp/raft/raft.go:509 +0x16d8
2016-02-12T21:27:00.714618939Z github.com/hashicorp/raft.(*Raft).(github.com/hashicorp/raft.runFSM)-fm()
2016-02-12T21:27:00.714627030Z /go/src/github.com/hashicorp/raft/raft.go:253 +0x2e
2016-02-12T21:27:00.714632131Z github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc8201c81c0, 0xc820110950)
2016-02-12T21:27:00.714637000Z /go/src/github.com/hashicorp/raft/state.go:152 +0x52
2016-02-12T21:27:00.714642051Z created by github.com/hashicorp/raft.(*raftState).goFunc
2016-02-12T21:27:00.714646884Z /go/src/github.com/hashicorp/raft/state.go:153 +0x5b
2016-02-12T21:27:00.714651852Z
2016-02-12T21:27:00.714656255Z goroutine 37 [select]:
2016-02-12T21:27:00.714660907Z github.com/hashicorp/raft.(*Raft).runSnapshots(0xc8201c81c0)
2016-02-12T21:27:00.714665621Z /go/src/github.com/hashicorp/raft/raft.go:1705 +0x5ee
2016-02-12T21:27:00.714671398Z github.com/hashicorp/raft.(*Raft).(github.com/hashicorp/raft.runSnapshots)-fm()
2016-02-12T21:27:00.714676242Z /go/src/github.com/hashicorp/raft/raft.go:254 +0x2e
2016-02-12T21:27:00.714681278Z github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc8201c81c0, 0xc820110960)
2016-02-12T21:27:00.714686099Z /go/src/github.com/hashicorp/raft/state.go:152 +0x52
2016-02-12T21:27:00.714690844Z created by github.com/hashicorp/raft.(*raftState).goFunc
2016-02-12T21:27:00.714696869Z /go/src/github.com/hashicorp/raft/state.go:153 +0x5b
2016-02-12T21:27:00.714701850Z
2016-02-12T21:27:00.714706463Z goroutine 38 [select]:
2016-02-12T21:27:00.714711063Z github.com/influxdb/influxdb/services/meta.(*raftState).logLeaderChanges(0xc8201bc240)
2016-02-12T21:27:00.714716096Z /go/src/github.com/influxdb/influxdb/services/meta/raft_state.go:145 +0x60b
2016-02-12T21:27:00.714721143Z created by github.com/influxdb/influxdb/services/meta.(*raftState).open
2016-02-12T21:27:00.714725972Z /go/src/github.com/influxdb/influxdb/services/meta/raft_state.go:135 +0x1b40
2016-02-12T21:27:00.714730732Z
2016-02-12T21:27:00.714735328Z goroutine 39 [IO wait]:
2016-02-12T21:27:00.714739940Z net.runtime_pollWait(0x7f9b4c415b20, 0x72, 0x7f9b4ec59100)
2016-02-12T21:27:00.714745829Z /tmp/workdir/go/src/runtime/netpoll.go:157 +0x63
2016-02-12T21:27:00.714750759Z net.(*pollDesc).Wait(0xc8201be060, 0x72, 0x0, 0x0)
2016-02-12T21:27:00.714755427Z /tmp/workdir/go/src/net/fd_poll_runtime.go:73 +0x56
2016-02-12T21:27:00.714760182Z net.(*pollDesc).WaitRead(0xc8201be060, 0x0, 0x0)
2016-02-12T21:27:00.714764664Z /tmp/workdir/go/src/net/fd_poll_runtime.go:78 +0x44
2016-02-12T21:27:00.714769355Z net.(*netFD).accept(0xc8201be000, 0x0, 0x7f9b4c415ca0, 0xc820907ae0)
2016-02-12T21:27:00.714774098Z /tmp/workdir/go/src/net/fd_unix.go:408 +0x2f6
2016-02-12T21:27:00.714778753Z net.(*TCPListener).AcceptTCP(0xc820116020, 0xc82003fd98, 0x0, 0x0)
2016-02-12T21:27:00.714783589Z /tmp/workdir/go/src/net/tcpsock_posix.go:254 +0x77
2016-02-12T21:27:00.714792481Z net.(*TCPListener).Accept(0xc820116020, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.714797742Z /tmp/workdir/go/src/net/tcpsock_posix.go:264 +0x4b
2016-02-12T21:27:00.714802789Z net/http.(*Server).Serve(0xc82028e540, 0x7f9b4c414c60, 0xc820116020, 0x0, 0x0)
2016-02-12T21:27:00.714807751Z /tmp/workdir/go/src/net/http/server.go:1887 +0xc4
2016-02-12T21:27:00.714812488Z net/http.Serve(0x7f9b4c414c60, 0xc820116020, 0x7f9b4ec5e608, 0xc8202a0150, 0x0, 0x0)
2016-02-12T21:27:00.714817530Z /tmp/workdir/go/src/net/http/server.go:1765 +0xc6
2016-02-12T21:27:00.714822376Z github.com/influxdb/influxdb/services/meta.(*Service).serve(0xc820130d80)
2016-02-12T21:27:00.714827142Z /go/src/github.com/influxdb/influxdb/services/meta/service.go:131 +0xdd
2016-02-12T21:27:00.714831986Z created by github.com/influxdb/influxdb/services/meta.(*Service).Open
2016-02-12T21:27:00.714836851Z /go/src/github.com/influxdb/influxdb/services/meta/service.go:123 +0x1727
2016-02-12T21:27:00.714841691Z
2016-02-12T21:27:00.714846218Z goroutine 40 [select]:
2016-02-12T21:27:00.714850982Z github.com/influxdb/influxdb/cmd/influxd/run.(*Server).monitorErrorChan(0xc82011a600, 0xc820136660)
2016-02-12T21:27:00.714855875Z /go/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:609 +0x18c
2016-02-12T21:27:00.714860733Z created by github.com/influxdb/influxdb/cmd/influxd/run.(*Server).Open
2016-02-12T21:27:00.714865397Z /go/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:404 +0x874
2016-02-12T21:27:00.714870098Z
2016-02-12T21:27:00.714874557Z goroutine 43 [select]:
2016-02-12T21:27:00.714879300Z net/http.(*persistConn).roundTrip(0xc8203de0b0, 0xc820904ce0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.714884845Z /tmp/workdir/go/src/net/http/transport.go:1164 +0xef6
2016-02-12T21:27:00.714889811Z net/http.(*Transport).RoundTrip(0xc820092120, 0xc8203dca80, 0x1057de5, 0x0, 0x0)
2016-02-12T21:27:00.714894672Z /tmp/workdir/go/src/net/http/transport.go:235 +0x6b4
2016-02-12T21:27:00.714899384Z net/http.send(0xc8203dca80, 0x7f9b4ec5d588, 0xc820092120, 0x1f, 0x0, 0x0)
2016-02-12T21:27:00.714907474Z /tmp/workdir/go/src/net/http/client.go:220 +0x73e
2016-02-12T21:27:00.714912504Z net/http.(*Client).send(0x13b5260, 0xc8203dca80, 0x1f, 0x0, 0x0)
2016-02-12T21:27:00.714917419Z /tmp/workdir/go/src/net/http/client.go:143 +0x1f8
2016-02-12T21:27:00.714922060Z net/http.(*Client).doFollowingRedirects(0x13b5260, 0xc8203dca80, 0x105c510, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.714926965Z /tmp/workdir/go/src/net/http/client.go:380 +0x105a
2016-02-12T21:27:00.714931761Z net/http.(*Client).Get(0x13b5260, 0xc8208edd20, 0x1f, 0xc8208edd20, 0x0, 0x0)
2016-02-12T21:27:00.714937224Z /tmp/workdir/go/src/net/http/client.go:306 +0xc9
2016-02-12T21:27:00.714942116Z net/http.Get(0xc8208edd20, 0x1f, 0x15, 0x0, 0x0)
2016-02-12T21:27:00.714949866Z /tmp/workdir/go/src/net/http/client.go:281 +0x67
2016-02-12T21:27:00.714957798Z github.com/influxdb/influxdb/services/meta.(*Client).getSnapshot(0xc8201b8200, 0xc820199460, 0xe, 0x84, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.714963002Z /go/src/github.com/influxdb/influxdb/services/meta/client.go:1075 +0x206
2016-02-12T21:27:00.714969794Z github.com/influxdb/influxdb/services/meta.(*Client).retryUntilSnapshot(0xc8201b8200, 0x84, 0xc822e58a80)
2016-02-12T21:27:00.714975905Z /go/src/github.com/influxdb/influxdb/services/meta/client.go:1130 +0x238
2016-02-12T21:27:00.714981106Z github.com/influxdb/influxdb/services/meta.(*Client).pollForUpdates(0xc8201b8200)
2016-02-12T21:27:00.714985950Z /go/src/github.com/influxdb/influxdb/services/meta/client.go:1055 +0x4b
2016-02-12T21:27:00.714990849Z created by github.com/influxdb/influxdb/services/meta.(*Client).Open
2016-02-12T21:27:00.714995571Z /go/src/github.com/influxdb/influxdb/services/meta/client.go:94 +0x15a
2016-02-12T21:27:00.715000507Z
2016-02-12T21:27:00.715005048Z goroutine 44 [select]:
2016-02-12T21:27:00.715009518Z github.com/influxdb/influxdb/cmd/influxd/run.(*Server).updateMetaNodeInformation(0xc82011a600)
2016-02-12T21:27:00.715015173Z /go/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:680 +0x86a
2016-02-12T21:27:00.715020129Z created by github.com/influxdb/influxdb/cmd/influxd/run.(*Server).initializeMetaClient
2016-02-12T21:27:00.715024897Z /go/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:630 +0x1fc
2016-02-12T21:27:00.715029651Z
2016-02-12T21:27:00.715034120Z goroutine 45 [select]:
2016-02-12T21:27:00.715038783Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc8201cc9a0, 0xc82044ec60)
2016-02-12T21:27:00.715043533Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715048271Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715053564Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715058533Z
2016-02-12T21:27:00.715062880Z goroutine 46 [select]:
2016-02-12T21:27:00.715067612Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc8201cce00, 0xc82044f260)
2016-02-12T21:27:00.715072501Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715078364Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715083303Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715088168Z
2016-02-12T21:27:00.715092905Z goroutine 47 [select]:
2016-02-12T21:27:00.715098088Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc8201cd260, 0xc82044fb60)
2016-02-12T21:27:00.715103067Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715110852Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715116092Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715121103Z
2016-02-12T21:27:00.715125540Z goroutine 12 [select]:
2016-02-12T21:27:00.715130208Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc8201cd6c0, 0xc8204c3500)
2016-02-12T21:27:00.715135008Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715140553Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715145509Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715150323Z
2016-02-12T21:27:00.715154924Z goroutine 13 [select]:
2016-02-12T21:27:00.715159368Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc8200b8620, 0xc8204c3c80)
2016-02-12T21:27:00.715164284Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715169231Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715173972Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715178814Z
2016-02-12T21:27:00.715183271Z goroutine 27 [select]:
2016-02-12T21:27:00.715188784Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc8200b8a80, 0xc82028c4e0)
2016-02-12T21:27:00.715193713Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715198525Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715203155Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715207883Z
2016-02-12T21:27:00.715212355Z goroutine 28 [select]:
2016-02-12T21:27:00.715216991Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc820144380, 0xc82028cba0)
2016-02-12T21:27:00.715222083Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715227007Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715234136Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715239416Z
2016-02-12T21:27:00.715244018Z goroutine 29 [select]:
2016-02-12T21:27:00.715248755Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc8201447e0, 0xc82028d4a0)
2016-02-12T21:27:00.715253818Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715258664Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715263386Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715271047Z
2016-02-12T21:27:00.715276039Z goroutine 54 [select]:
2016-02-12T21:27:00.715280710Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc820144c40, 0xc82044ed80)
2016-02-12T21:27:00.715286321Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715291182Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715295959Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715300765Z
2016-02-12T21:27:00.715305205Z goroutine 55 [select]:
2016-02-12T21:27:00.715309756Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc8201442a0, 0xc820136fc0)
2016-02-12T21:27:00.715314754Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715319563Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715324321Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715329236Z
2016-02-12T21:27:00.715333569Z goroutine 66 [select]:
2016-02-12T21:27:00.715339221Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc820144a80, 0xc82047f020)
2016-02-12T21:27:00.715344261Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715349143Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715353929Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715358779Z
2016-02-12T21:27:00.715363141Z goroutine 67 [select]:
2016-02-12T21:27:00.715367861Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc820144460, 0xc82053da40)
2016-02-12T21:27:00.715372676Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715377466Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715387754Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715395992Z
2016-02-12T21:27:00.715401836Z goroutine 56 [select]:
2016-02-12T21:27:00.715406775Z github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc82026e000, 0xc820252060)
2016-02-12T21:27:00.715411836Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x690
2016-02-12T21:27:00.715416970Z created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open
2016-02-12T21:27:00.715421764Z /go/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:241 +0x881
2016-02-12T21:27:00.715426752Z
2016-02-12T21:27:00.715431242Z goroutine 57 [select]:
2016-02-12T21:27:00.715435815Z github.com/influxdb/influxdb/tsdb.(*Store).periodicMaintenance(0xc820156140)
2016-02-12T21:27:00.715444111Z /go/src/github.com/influxdb/influxdb/tsdb/store.go:366 +0x159
2016-02-12T21:27:00.715449453Z created by github.com/influxdb/influxdb/tsdb.(*Store).Open
2016-02-12T21:27:00.715454305Z /go/src/github.com/influxdb/influxdb/tsdb/store.go:421 +0x4b8
2016-02-12T21:27:00.715459337Z
2016-02-12T21:27:00.715464669Z goroutine 58 [select]:
2016-02-12T21:27:00.715469579Z github.com/influxdb/influxdb/services/hh.(*Service).purgeInactiveProcessors(0xc82015a180)
2016-02-12T21:27:00.715474593Z /go/src/github.com/influxdb/influxdb/services/hh/service.go:227 +0x1d1
2016-02-12T21:27:00.715479532Z created by github.com/influxdb/influxdb/services/hh.(*Service).Open
2016-02-12T21:27:00.715484473Z /go/src/github.com/influxdb/influxdb/services/hh/service.go:121 +0x76a
2016-02-12T21:27:00.715489320Z
2016-02-12T21:27:00.715493915Z goroutine 59 [chan receive]:
2016-02-12T21:27:00.715498421Z github.com/influxdb/influxdb/services/subscriber.(*Service).writePoints(0xc820136840)
2016-02-12T21:27:00.715503318Z /go/src/github.com/influxdb/influxdb/services/subscriber/service.go:225 +0xd6
2016-02-12T21:27:00.715509559Z created by github.com/influxdb/influxdb/services/subscriber.(*Service).Open
2016-02-12T21:27:00.715514532Z /go/src/github.com/influxdb/influxdb/services/subscriber/service.go:85 +0x1e9
2016-02-12T21:27:00.715519450Z
2016-02-12T21:27:00.715523966Z goroutine 60 [select]:
2016-02-12T21:27:00.715529338Z github.com/influxdb/influxdb/services/subscriber.(*Service).waitForMetaUpdates(0xc820136840)
2016-02-12T21:27:00.715534441Z /go/src/github.com/influxdb/influxdb/services/subscriber/service.go:119 +0x334
2016-02-12T21:27:00.715539372Z created by github.com/influxdb/influxdb/services/subscriber.(*Service).Open
2016-02-12T21:27:00.715546787Z /go/src/github.com/influxdb/influxdb/services/subscriber/service.go:87 +0x20e
2016-02-12T21:27:00.715552130Z
2016-02-12T21:27:00.715556749Z goroutine 61 [select]:
2016-02-12T21:27:00.715561304Z github.com/influxdb/influxdb/monitor.(*Monitor).storeStatistics(0xc8201a0000)
2016-02-12T21:27:00.715566075Z /go/src/github.com/influxdb/influxdb/monitor/service.go:360 +0x13c1
2016-02-12T21:27:00.715570742Z created by github.com/influxdb/influxdb/monitor.(*Monitor).Open
2016-02-12T21:27:00.715575622Z /go/src/github.com/influxdb/influxdb/monitor/service.go:141 +0x40e
2016-02-12T21:27:00.715580584Z
2016-02-12T21:27:00.715585069Z goroutine 62 [chan receive]:
2016-02-12T21:27:00.715590629Z github.com/influxdb/influxdb/tcp.(*listener).Accept(0xc8202ae6a0, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.715595578Z /go/src/github.com/influxdb/influxdb/tcp/mux.go:135 +0x94
2016-02-12T21:27:00.715600530Z github.com/influxdb/influxdb/cluster.(*Service).serve(0xc8202a05b0)
2016-02-12T21:27:00.715608218Z /go/src/github.com/influxdb/influxdb/cluster/service.go:98 +0x11d
2016-02-12T21:27:00.715613283Z created by github.com/influxdb/influxdb/cluster.(*Service).Open
2016-02-12T21:27:00.715618138Z /go/src/github.com/influxdb/influxdb/cluster/service.go:75 +0x16e
2016-02-12T21:27:00.715622967Z
2016-02-12T21:27:00.715627304Z goroutine 63 [select]:
2016-02-12T21:27:00.715631971Z github.com/influxdb/influxdb/services/precreator.(*Service).runPrecreation(0xc82010fb80)
2016-02-12T21:27:00.715636807Z /go/src/github.com/influxdb/influxdb/services/precreator/service.go:75 +0x4d1
2016-02-12T21:27:00.715641708Z created by github.com/influxdb/influxdb/services/precreator.(*Service).Open
2016-02-12T21:27:00.715646542Z /go/src/github.com/influxdb/influxdb/services/precreator/service.go:53 +0x2bb
2016-02-12T21:27:00.715651384Z
2016-02-12T21:27:00.715656818Z goroutine 64 [chan receive]:
2016-02-12T21:27:00.715661550Z github.com/influxdb/influxdb/tcp.(*listener).Accept(0xc8202ae6b0, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.715666466Z /go/src/github.com/influxdb/influxdb/tcp/mux.go:135 +0x94
2016-02-12T21:27:00.715672369Z github.com/influxdb/influxdb/services/snapshotter.(*Service).serve(0xc8201a9950)
2016-02-12T21:27:00.715677455Z /go/src/github.com/influxdb/influxdb/services/snapshotter/service.go:88 +0xd0
2016-02-12T21:27:00.715682445Z created by github.com/influxdb/influxdb/services/snapshotter.(*Service).Open
2016-02-12T21:27:00.715687297Z /go/src/github.com/influxdb/influxdb/services/snapshotter/service.go:61 +0x169
2016-02-12T21:27:00.715692266Z
2016-02-12T21:27:00.715696898Z goroutine 65 [chan receive]:
2016-02-12T21:27:00.715701521Z github.com/influxdb/influxdb/tcp.(*listener).Accept(0xc8202ae6c0, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.715706523Z /go/src/github.com/influxdb/influxdb/tcp/mux.go:135 +0x94
2016-02-12T21:27:00.715712036Z github.com/influxdb/influxdb/services/copier.(*Service).serve(0xc82010fc00)
2016-02-12T21:27:00.715717849Z /go/src/github.com/influxdb/influxdb/services/copier/service.go:78 +0xd0
2016-02-12T21:27:00.715722895Z created by github.com/influxdb/influxdb/services/copier.(*Service).Open
2016-02-12T21:27:00.715727742Z /go/src/github.com/influxdb/influxdb/services/copier/service.go:51 +0x169
2016-02-12T21:27:00.715732630Z
2016-02-12T21:27:00.715737274Z goroutine 82 [IO wait]:
2016-02-12T21:27:00.715741897Z net.runtime_pollWait(0x7f9b4c4158e0, 0x72, 0x7f9b4ec59100)
2016-02-12T21:27:00.715746680Z /tmp/workdir/go/src/runtime/netpoll.go:157 +0x63
2016-02-12T21:27:00.715751388Z net.(*pollDesc).Wait(0xc8203a00d0, 0x72, 0x0, 0x0)
2016-02-12T21:27:00.715756194Z /tmp/workdir/go/src/net/fd_poll_runtime.go:73 +0x56
2016-02-12T21:27:00.715761535Z net.(*pollDesc).WaitRead(0xc8203a00d0, 0x0, 0x0)
2016-02-12T21:27:00.715769251Z /tmp/workdir/go/src/net/fd_poll_runtime.go:78 +0x44
2016-02-12T21:27:00.715774449Z net.(*netFD).accept(0xc8203a0070, 0x0, 0x7f9b4c415ca0, 0xc820259d60)
2016-02-12T21:27:00.715779392Z /tmp/workdir/go/src/net/fd_unix.go:408 +0x2f6
2016-02-12T21:27:00.715784316Z net.(*TCPListener).AcceptTCP(0xc82058e028, 0x4588d0, 0x0, 0x0)
2016-02-12T21:27:00.715789110Z /tmp/workdir/go/src/net/tcpsock_posix.go:254 +0x77
2016-02-12T21:27:00.715794560Z net.(*TCPListener).Accept(0xc82058e028, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.715799474Z /tmp/workdir/go/src/net/tcpsock_posix.go:264 +0x4b
2016-02-12T21:27:00.715804297Z net/http.(*Server).Serve(0xc8204c2a20, 0x7f9b4c414c60, 0xc82058e028, 0x0, 0x0)
2016-02-12T21:27:00.715809198Z /tmp/workdir/go/src/net/http/server.go:1887 +0xc4
2016-02-12T21:27:00.715814750Z net/http.Serve(0x7f9b4c414c60, 0xc82058e028, 0x7f9b4ec611d8, 0xc82021a410, 0x0, 0x0)
2016-02-12T21:27:00.715819632Z /tmp/workdir/go/src/net/http/server.go:1765 +0xc6
2016-02-12T21:27:00.715824368Z github.com/influxdb/influxdb/services/admin.(*Service).serve(0xc8201a9a40)
2016-02-12T21:27:00.715829762Z /go/src/github.com/influxdb/influxdb/services/admin/service.go:107 +0x18a
2016-02-12T21:27:00.715834629Z created by github.com/influxdb/influxdb/services/admin.(*Service).Open
2016-02-12T21:27:00.715840002Z /go/src/github.com/influxdb/influxdb/services/admin/service.go:70 +0x5f0
2016-02-12T21:27:00.715844951Z
2016-02-12T21:27:00.715849356Z goroutine 83 [chan receive]:
2016-02-12T21:27:00.715854722Z github.com/influxdb/influxdb/services/continuous_querier.(*Service).runContinuousQueryAndWriteResult(0xc8201b8400, 0xc8203d3310, 0x0, 0x0)
2016-02-12T21:27:00.715859972Z /go/src/github.com/influxdb/influxdb/services/continuous_querier/service.go:359 +0x2ac
2016-02-12T21:27:00.716033647Z github.com/influxdb/influxdb/services/continuous_querier.(*Service).ExecuteContinuousQuery(0xc8201b8400, 0xc823f9fcd0, 0xc8202dfb40, 0xece504524, 0x2979f2d6, 0x13b5320, 0x0, 0x0)
2016-02-12T21:27:00.716042051Z /go/src/github.com/influxdb/influxdb/services/continuous_querier/service.go:335 +0xedf
2016-02-12T21:27:00.716047466Z github.com/influxdb/influxdb/services/continuous_querier.(*Service).runContinuousQueries(0xc8201b8400, 0xc823f9fe88)
2016-02-12T21:27:00.716052755Z /go/src/github.com/influxdb/influxdb/services/continuous_querier/service.go:245 +0x496
2016-02-12T21:27:00.716057784Z github.com/influxdb/influxdb/services/continuous_querier.(*Service).backgroundLoop(0xc8201b8400)
2016-02-12T21:27:00.716062841Z /go/src/github.com/influxdb/influxdb/services/continuous_querier/service.go:207 +0x6f1
2016-02-12T21:27:00.716067757Z created by github.com/influxdb/influxdb/services/continuous_querier.(*Service).Open
2016-02-12T21:27:00.716072856Z /go/src/github.com/influxdb/influxdb/services/continuous_querier/service.go:121 +0x358
2016-02-12T21:27:00.716077748Z
2016-02-12T21:27:00.716082266Z goroutine 84 [IO wait]:
2016-02-12T21:27:00.716093058Z net.runtime_pollWait(0x7f9b4c415820, 0x72, 0x7f9b4ec59100)
2016-02-12T21:27:00.716098299Z /tmp/workdir/go/src/runtime/netpoll.go:157 +0x63
2016-02-12T21:27:00.716103129Z net.(*pollDesc).Wait(0xc8203a0140, 0x72, 0x0, 0x0)
2016-02-12T21:27:00.716108062Z /tmp/workdir/go/src/net/fd_poll_runtime.go:73 +0x56
2016-02-12T21:27:00.716112862Z net.(*pollDesc).WaitRead(0xc8203a0140, 0x0, 0x0)
2016-02-12T21:27:00.716117821Z /tmp/workdir/go/src/net/fd_poll_runtime.go:78 +0x44
2016-02-12T21:27:00.716122739Z net.(*netFD).accept(0xc8203a00e0, 0x0, 0x7f9b4c415ca0, 0xc82000e1c0)
2016-02-12T21:27:00.716127602Z /tmp/workdir/go/src/net/fd_unix.go:408 +0x2f6
2016-02-12T21:27:00.716132565Z net.(*TCPListener).AcceptTCP(0xc82058e048, 0xc820311da8, 0x0, 0x0)
2016-02-12T21:27:00.716137314Z /tmp/workdir/go/src/net/tcpsock_posix.go:254 +0x77
2016-02-12T21:27:00.716141922Z net.(*TCPListener).Accept(0xc82058e048, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.716146604Z /tmp/workdir/go/src/net/tcpsock_posix.go:264 +0x4b
2016-02-12T21:27:00.716151205Z net/http.(*Server).Serve(0xc820226060, 0x7f9b4c414c60, 0xc82058e048, 0x0, 0x0)
2016-02-12T21:27:00.716156017Z /tmp/workdir/go/src/net/http/server.go:1887 +0xc4
2016-02-12T21:27:00.716162023Z net/http.Serve(0x7f9b4c414c60, 0xc82058e048, 0x7f9b4c41a300, 0xc8201b8480, 0x0, 0x0)
2016-02-12T21:27:00.716167011Z /tmp/workdir/go/src/net/http/server.go:1765 +0xc6
2016-02-12T21:27:00.716171920Z github.com/influxdb/influxdb/services/httpd.(*Service).serve(0xc82028df80)
2016-02-12T21:27:00.716176794Z /go/src/github.com/influxdb/influxdb/services/httpd/service.go:148 +0xca
2016-02-12T21:27:00.716181623Z created by github.com/influxdb/influxdb/services/httpd.(*Service).Open
2016-02-12T21:27:00.716186526Z /go/src/github.com/influxdb/influxdb/services/httpd/service.go:116 +0x9ee
2016-02-12T21:27:00.716191619Z
2016-02-12T21:27:00.716196011Z goroutine 14 [select]:
2016-02-12T21:27:00.716200764Z github.com/influxdb/influxdb/tsdb.(*PointBatcher).Start.func2(0xc8204c2b40, 0xc820259d80, 0xc820259da0, 0xc820134078, 0xc820134070)
2016-02-12T21:27:00.716205846Z /go/src/github.com/influxdb/influxdb/tsdb/batcher.go:74 +0x765
2016-02-12T21:27:00.716210737Z created by github.com/influxdb/influxdb/tsdb.(*PointBatcher).Start
2016-02-12T21:27:00.716215549Z /go/src/github.com/influxdb/influxdb/tsdb/batcher.go:109 +0x252
2016-02-12T21:27:00.716220530Z
2016-02-12T21:27:00.716225006Z goroutine 15 [IO wait]:
2016-02-12T21:27:00.716229558Z net.runtime_pollWait(0x7f9b4c415760, 0x72, 0x0)
2016-02-12T21:27:00.716234356Z /tmp/workdir/go/src/runtime/netpoll.go:157 +0x63
2016-02-12T21:27:00.716241132Z net.(*pollDesc).Wait(0xc8203a01b0, 0x72, 0x0, 0x0)
2016-02-12T21:27:00.716246109Z /tmp/workdir/go/src/net/fd_poll_runtime.go:73 +0x56
2016-02-12T21:27:00.716254046Z net.(*pollDesc).WaitRead(0xc8203a01b0, 0x0, 0x0)
2016-02-12T21:27:00.716259280Z /tmp/workdir/go/src/net/fd_poll_runtime.go:78 +0x44
2016-02-12T21:27:00.716265383Z net.(*netFD).readFrom(0xc8203a0150, 0xc820622000, 0x5ac, 0x5ac, 0x0, 0x0, 0x0, 0x7f9b4ec59100, 0xc820010120)
2016-02-12T21:27:00.716272038Z /tmp/workdir/go/src/net/fd_unix.go:259 +0x2e6
2016-02-12T21:27:00.716277057Z net.(*UDPConn).ReadFromUDP(0xc82058e6d8, 0xc820622000, 0x5ac, 0x5ac, 0x53b, 0xc820657170, 0x0, 0x0)
2016-02-12T21:27:00.716281977Z /tmp/workdir/go/src/net/udpsock_posix.go:61 +0x16d
2016-02-12T21:27:00.716286930Z github.com/influxdb/influxdb/services/collectd.(*Service).serve(0xc8201b8500)
2016-02-12T21:27:00.716292962Z /go/src/github.com/influxdb/influxdb/services/collectd/service.go:210 +0x16e
2016-02-12T21:27:00.716298073Z created by github.com/influxdb/influxdb/services/collectd.(*Service).Open
2016-02-12T21:27:00.716302899Z /go/src/github.com/influxdb/influxdb/services/collectd/service.go:141 +0x17c8
2016-02-12T21:27:00.716307797Z
2016-02-12T21:27:00.716312330Z goroutine 16 [select]:
2016-02-12T21:27:00.716316981Z github.com/influxdb/influxdb/services/collectd.(*Service).writePoints(0xc8201b8500)
2016-02-12T21:27:00.716321993Z /go/src/github.com/influxdb/influxdb/services/collectd/service.go:243 +0x713
2016-02-12T21:27:00.716326915Z created by github.com/influxdb/influxdb/services/collectd.(*Service).Open
2016-02-12T21:27:00.716331707Z /go/src/github.com/influxdb/influxdb/services/collectd/service.go:142 +0x17ed
2016-02-12T21:27:00.716336665Z
2016-02-12T21:27:00.716341166Z goroutine 98 [IO wait]:
2016-02-12T21:27:00.716345909Z net.runtime_pollWait(0x7f9b4c4156a0, 0x72, 0x0)
2016-02-12T21:27:00.716350684Z /tmp/workdir/go/src/runtime/netpoll.go:157 +0x63
2016-02-12T21:27:00.716356544Z net.(*pollDesc).Wait(0xc820736990, 0x72, 0x0, 0x0)
2016-02-12T21:27:00.716361368Z /tmp/workdir/go/src/net/fd_poll_runtime.go:73 +0x56
2016-02-12T21:27:00.716366248Z net.(*pollDesc).WaitRead(0xc820736990, 0x0, 0x0)
2016-02-12T21:27:00.716370886Z /tmp/workdir/go/src/net/fd_poll_runtime.go:78 +0x44
2016-02-12T21:27:00.716375839Z net.(*netFD).readFrom(0xc820736930, 0xc822df4000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x7f9b4ec59100, 0xc820010120)
2016-02-12T21:27:00.716380789Z /tmp/workdir/go/src/net/fd_unix.go:259 +0x2e6
2016-02-12T21:27:00.716396489Z net.(*UDPConn).ReadFromUDP(0xc820134080, 0xc822df4000, 0x10000, 0x10000, 0x10000, 0x10000, 0x0, 0x0)
2016-02-12T21:27:00.716402266Z /tmp/workdir/go/src/net/udpsock_posix.go:61 +0x16d
2016-02-12T21:27:00.716407403Z github.com/influxdb/influxdb/services/udp.(*Service).serve(0xc820295ee0)
2016-02-12T21:27:00.716412456Z /go/src/github.com/influxdb/influxdb/services/udp/service.go:163 +0x1d7
2016-02-12T21:27:00.716420927Z created by github.com/influxdb/influxdb/services/udp.(*Service).Open
2016-02-12T21:27:00.716427148Z /go/src/github.com/influxdb/influxdb/services/udp/service.go:118 +0x10d7
2016-02-12T21:27:00.716432342Z
2016-02-12T21:27:00.716436894Z goroutine 99 [select]:
2016-02-12T21:27:00.716441593Z github.com/influxdb/influxdb/services/udp.(*Service).parser(0xc820295ee0)
2016-02-12T21:27:00.716446319Z /go/src/github.com/influxdb/influxdb/services/udp/service.go:179 +0x53e
2016-02-12T21:27:00.716451159Z created by github.com/influxdb/influxdb/services/udp.(*Service).Open
2016-02-12T21:27:00.716456062Z /go/src/github.com/influxdb/influxdb/services/udp/service.go:119 +0x10fc
2016-02-12T21:27:00.716460980Z
2016-02-12T21:27:00.716465441Z goroutine 100 [select]:
2016-02-12T21:27:00.716470188Z github.com/influxdb/influxdb/services/udp.(*Service).writer(0xc820295ee0)
2016-02-12T21:27:00.716476999Z /go/src/github.com/influxdb/influxdb/services/udp/service.go:129 +0x706
2016-02-12T21:27:00.716482163Z created by github.com/influxdb/influxdb/services/udp.(*Service).Open
2016-02-12T21:27:00.716487083Z /go/src/github.com/influxdb/influxdb/services/udp/service.go:120 +0x1121
2016-02-12T21:27:00.716491866Z
2016-02-12T21:27:00.716496457Z goroutine 114 [select]:
2016-02-12T21:27:00.716501857Z github.com/influxdb/influxdb/tsdb.(*PointBatcher).Start.func2(0xc82044e2a0, 0xc820662000, 0xc820662020, 0xc820116010, 0xc820116008)
2016-02-12T21:27:00.716507102Z /go/src/github.com/influxdb/influxdb/tsdb/batcher.go:74 +0x765
2016-02-12T21:27:00.716511961Z created by github.com/influxdb/influxdb/tsdb.(*PointBatcher).Start
2016-02-12T21:27:00.716516674Z /go/src/github.com/influxdb/influxdb/tsdb/batcher.go:109 +0x252
2016-02-12T21:27:00.716521552Z
2016-02-12T21:27:00.716526104Z goroutine 101 [select]:
2016-02-12T21:27:00.716530840Z github.com/influxdb/influxdb/services/retention.(*Service).deleteShardGroups(0xc8201a9c70)
2016-02-12T21:27:00.716535617Z /go/src/github.com/influxdb/influxdb/services/retention/service.go:68 +0xda1
2016-02-12T21:27:00.716540438Z created by github.com/influxdb/influxdb/services/retention.(*Service).Open
2016-02-12T21:27:00.716545034Z /go/src/github.com/influxdb/influxdb/services/retention/service.go:44 +0x20f
2016-02-12T21:27:00.716549992Z
2016-02-12T21:27:00.716554390Z goroutine 102 [select]:
2016-02-12T21:27:00.716559188Z github.com/influxdb/influxdb/services/retention.(*Service).deleteShards(0xc8201a9c70)
2016-02-12T21:27:00.716563985Z /go/src/github.com/influxdb/influxdb/services/retention/service.go:102 +0x121f
2016-02-12T21:27:00.716568846Z created by github.com/influxdb/influxdb/services/retention.(*Service).Open
2016-02-12T21:27:00.716574333Z /go/src/github.com/influxdb/influxdb/services/retention/service.go:45 +0x234
2016-02-12T21:27:00.716584232Z
2016-02-12T21:27:00.716590491Z goroutine 103 [chan receive]:
2016-02-12T21:27:00.716595305Z github.com/influxdb/influxdb/cmd/influxd/run.(*Server).startServerReporting(0xc82011a600)
2016-02-12T21:27:00.716600522Z /go/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:546 +0xb7
2016-02-12T21:27:00.716605589Z created by github.com/influxdb/influxdb/cmd/influxd/run.(*Server).Open
2016-02-12T21:27:00.716610611Z /go/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:482 +0x2e92
2016-02-12T21:27:00.716615703Z
2016-02-12T21:27:00.716620093Z goroutine 104 [select]:
2016-02-12T21:27:00.716624821Z github.com/influxdb/influxdb/cmd/influxd/run.(*Command).monitorServerErrors(0xc82014a000)
2016-02-12T21:27:00.716629838Z /go/src/github.com/influxdb/influxdb/cmd/influxd/run/command.go:149 +0x3b9
2016-02-12T21:27:00.716634726Z created by github.com/influxdb/influxdb/cmd/influxd/run.(*Command).Run
2016-02-12T21:27:00.716639450Z /go/src/github.com/influxdb/influxdb/cmd/influxd/run/command.go:131 +0x13dc
2016-02-12T21:27:00.716644332Z
2016-02-12T21:27:00.716648924Z goroutine 130 [select, locked to thread]:
2016-02-12T21:27:00.716654195Z runtime.gopark(0x105c9a8, 0xc820306728, 0xecc2e0, 0x6, 0x415e18, 0x2)
2016-02-12T21:27:00.716658907Z /tmp/workdir/go/src/runtime/proc.go:185 +0x11d
2016-02-12T21:27:00.716663823Z runtime.selectgoImpl(0xc820306728, 0xc820306714, 0x0)
2016-02-12T21:27:00.716668532Z /tmp/workdir/go/src/runtime/select.go:392 +0xb9d
2016-02-12T21:27:00.716673322Z runtime.selectgo(0xc820306728)
2016-02-12T21:27:00.716677915Z /tmp/workdir/go/src/runtime/select.go:212 +0x12
2016-02-12T21:27:00.716682646Z runtime.ensureSigM.func1()
2016-02-12T21:27:00.716687109Z /tmp/workdir/go/src/runtime/signal1_unix.go:227 +0x2ea
2016-02-12T21:27:00.716691770Z runtime.goexit()
2016-02-12T21:27:00.716696263Z /tmp/workdir/go/src/runtime/asm_amd64.s:1696 +0x1
2016-02-12T21:27:00.716700839Z
2016-02-12T21:27:00.716705225Z goroutine 112 [IO wait]:
2016-02-12T21:27:00.716709696Z net.runtime_pollWait(0x7f9b4c4153a0, 0x72, 0x0)
2016-02-12T21:27:00.716716867Z /tmp/workdir/go/src/runtime/netpoll.go:157 +0x63
2016-02-12T21:27:00.716721749Z net.(*pollDesc).Wait(0xc820736060, 0x72, 0x0, 0x0)
2016-02-12T21:27:00.716726625Z /tmp/workdir/go/src/net/fd_poll_runtime.go:73 +0x56
2016-02-12T21:27:00.716731467Z net.(*pollDesc).WaitRead(0xc820736060, 0x0, 0x0)
2016-02-12T21:27:00.716736298Z /tmp/workdir/go/src/net/fd_poll_runtime.go:78 +0x44
2016-02-12T21:27:00.716741117Z net.(*netFD).Read(0xc820736000, 0xc82092b000, 0x1000, 0x1000, 0x0, 0x7f9b4ec59100, 0xc820010120)
2016-02-12T21:27:00.716746145Z /tmp/workdir/go/src/net/fd_unix.go:232 +0x27b
2016-02-12T21:27:00.716754425Z net.(*conn).Read(0xc820116030, 0xc82092b000, 0x1000, 0x1000, 0xc800000000, 0x0, 0x0)
2016-02-12T21:27:00.716759833Z /tmp/workdir/go/src/net/net.go:172 +0x121
2016-02-12T21:27:00.716764706Z net.(*TCPConn).Read(0xc820116030, 0xc82092b000, 0x1000, 0x1000, 0xc820736000, 0x0, 0x0)
2016-02-12T21:27:00.716769612Z <autogenerated>:74 +0x7d
2016-02-12T21:27:00.716775498Z net/http.(*liveSwitchReader).Read(0xc820434b48, 0xc82092b000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.716780429Z /tmp/workdir/go/src/net/http/server.go:219 +0xc8
2016-02-12T21:27:00.716786296Z io.(*LimitedReader).Read(0xc82000e080, 0xc82092b000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.716791925Z /tmp/workdir/go/src/io/io.go:427 +0x15e
2016-02-12T21:27:00.716800138Z bufio.(*Reader).fill(0xc82047e000)
2016-02-12T21:27:00.716805054Z /tmp/workdir/go/src/bufio/bufio.go:97 +0x365
2016-02-12T21:27:00.716973364Z bufio.(*Reader).Peek(0xc82047e000, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.716980899Z /tmp/workdir/go/src/bufio/bufio.go:132 +0x187
2016-02-12T21:27:00.716986059Z net/http.(*conn).readRequest(0xc820434b00, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.716991036Z /tmp/workdir/go/src/net/http/server.go:629 +0x44c
2016-02-12T21:27:00.716995886Z net/http.(*conn).serve(0xc820434b00)
2016-02-12T21:27:00.717000650Z /tmp/workdir/go/src/net/http/server.go:1319 +0x9fa
2016-02-12T21:27:00.717005543Z created by net/http.(*Server).Serve
2016-02-12T21:27:00.717010192Z /tmp/workdir/go/src/net/http/server.go:1910 +0x465
2016-02-12T21:27:00.717015183Z
2016-02-12T21:27:00.717019615Z goroutine 110 [IO wait]:
2016-02-12T21:27:00.717024288Z net.runtime_pollWait(0x7f9b4c4155e0, 0x72, 0x0)
2016-02-12T21:27:00.717028842Z /tmp/workdir/go/src/runtime/netpoll.go:157 +0x63
2016-02-12T21:27:00.717033579Z net.(*pollDesc).Wait(0xc8203a04c0, 0x72, 0x0, 0x0)
2016-02-12T21:27:00.717038200Z /tmp/workdir/go/src/net/fd_poll_runtime.go:73 +0x56
2016-02-12T21:27:00.717043000Z net.(*pollDesc).WaitRead(0xc8203a04c0, 0x0, 0x0)
2016-02-12T21:27:00.717047606Z /tmp/workdir/go/src/net/fd_poll_runtime.go:78 +0x44
2016-02-12T21:27:00.717053520Z net.(*netFD).Read(0xc8203a0460, 0xc820013000, 0x1000, 0x1000, 0x0, 0x7f9b4ec59100, 0xc820010120)
2016-02-12T21:27:00.717058675Z /tmp/workdir/go/src/net/fd_unix.go:232 +0x27b
2016-02-12T21:27:00.717063640Z net.(*conn).Read(0xc82002e110, 0xc820013000, 0x1000, 0x1000, 0x5453e4, 0x0, 0x0)
2016-02-12T21:27:00.717068446Z /tmp/workdir/go/src/net/net.go:172 +0x121
2016-02-12T21:27:00.717073217Z net.(*TCPConn).Read(0xc82002e110, 0xc820013000, 0x1000, 0x1000, 0x7c608b, 0x0, 0x0)
2016-02-12T21:27:00.717078029Z <autogenerated>:74 +0x7d
2016-02-12T21:27:00.717083785Z net/http.noteEOFReader.Read(0x7f9b4c415cc8, 0xc82002e110, 0xc8203de108, 0xc820013000, 0x1000, 0x1000, 0xc2ba70, 0x0, 0x0)
2016-02-12T21:27:00.717092858Z /tmp/workdir/go/src/net/http/transport.go:1370 +0x75
2016-02-12T21:27:00.717098233Z net/http.(*noteEOFReader).Read(0xc82012b620, 0xc820013000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.717103254Z <autogenerated>:126 +0xf8
2016-02-12T21:27:00.717108237Z bufio.(*Reader).fill(0xc82031c9c0)
2016-02-12T21:27:00.717112940Z /tmp/workdir/go/src/bufio/bufio.go:97 +0x365
2016-02-12T21:27:00.717117934Z bufio.(*Reader).Peek(0xc82031c9c0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.717122742Z /tmp/workdir/go/src/bufio/bufio.go:132 +0x187
2016-02-12T21:27:00.717127519Z net/http.(*persistConn).readLoop(0xc8203de0b0)
2016-02-12T21:27:00.717132404Z /tmp/workdir/go/src/net/http/transport.go:876 +0x14e
2016-02-12T21:27:00.717137206Z created by net/http.(*Transport).dialConn
2016-02-12T21:27:00.717141949Z /tmp/workdir/go/src/net/http/transport.go:685 +0x11c0
2016-02-12T21:27:00.717146681Z
2016-02-12T21:27:00.717151267Z goroutine 162 [select]:
2016-02-12T21:27:00.717156046Z github.com/influxdb/influxdb/services/meta.(*handler).serveSnapshot(0xc8202a0150, 0x7f9b4ec5e820, 0xc8208e47a0, 0xc8203921c0)
2016-02-12T21:27:00.717161966Z /go/src/github.com/influxdb/influxdb/services/meta/handler.go:240 +0x5c0
2016-02-12T21:27:00.717169799Z github.com/influxdb/influxdb/services/meta.(*handler).(github.com/influxdb/influxdb/services/meta.serveSnapshot)-fm(0x7f9b4ec5e820, 0xc8208e47a0, 0xc8203921c0)
2016-02-12T21:27:00.717175330Z /go/src/github.com/influxdb/influxdb/services/meta/handler.go:88 +0x4c
2016-02-12T21:27:00.717180353Z net/http.HandlerFunc.ServeHTTP(0xc82072c200, 0x7f9b4ec5e820, 0xc8208e47a0, 0xc8203921c0)
2016-02-12T21:27:00.717185401Z /tmp/workdir/go/src/net/http/server.go:1422 +0x48
2016-02-12T21:27:00.717190157Z github.com/influxdb/influxdb/services/meta.gzipFilter.func1(0x7f9b4ec5e748, 0xc8208e4740, 0xc8203921c0)
2016-02-12T21:27:00.717195283Z /go/src/github.com/influxdb/influxdb/services/meta/handler.go:402 +0x2db
2016-02-12T21:27:00.717200148Z net/http.HandlerFunc.ServeHTTP(0xc8208e4660, 0x7f9b4ec5e748, 0xc8208e4740, 0xc8203921c0)
2016-02-12T21:27:00.717204993Z /tmp/workdir/go/src/net/http/server.go:1422 +0x48
2016-02-12T21:27:00.717209852Z github.com/influxdb/influxdb/services/meta.versionHeader.func1(0x7f9b4ec5e748, 0xc8208e4740, 0xc8203921c0)
2016-02-12T21:27:00.717214818Z /go/src/github.com/influxdb/influxdb/services/meta/handler.go:411 +0xeb
2016-02-12T21:27:00.717220534Z net/http.HandlerFunc.ServeHTTP(0xc8208e4680, 0x7f9b4ec5e748, 0xc8208e4740, 0xc8203921c0)
2016-02-12T21:27:00.717225645Z /tmp/workdir/go/src/net/http/server.go:1422 +0x48
2016-02-12T21:27:00.717230473Z github.com/influxdb/influxdb/services/meta.requestID.func1(0x7f9b4ec5e748, 0xc8208e4740, 0xc8203921c0)
2016-02-12T21:27:00.717235472Z /go/src/github.com/influxdb/influxdb/services/meta/handler.go:421 +0x1c8
2016-02-12T21:27:00.717243373Z net/http.HandlerFunc.ServeHTTP(0xc8208e46a0, 0x7f9b4ec5e748, 0xc8208e4740, 0xc8203921c0)
2016-02-12T21:27:00.717248675Z /tmp/workdir/go/src/net/http/server.go:1422 +0x48
2016-02-12T21:27:00.717253485Z github.com/influxdb/influxdb/services/meta.logging.func1(0x7f9b4ec5e748, 0xc8208e4720, 0xc8203921c0)
2016-02-12T21:27:00.717258491Z /go/src/github.com/influxdb/influxdb/services/meta/handler.go:429 +0x146
2016-02-12T21:27:00.717264125Z net/http.HandlerFunc.ServeHTTP(0xc8208e46c0, 0x7f9b4ec5e748, 0xc8208e4720, 0xc8203921c0)
2016-02-12T21:27:00.717269220Z /tmp/workdir/go/src/net/http/server.go:1422 +0x48
2016-02-12T21:27:00.717274015Z github.com/influxdb/influxdb/services/meta.recovery.func1(0x7f9b4ec5e710, 0xc8203de210, 0xc8203921c0)
2016-02-12T21:27:00.717278998Z /go/src/github.com/influxdb/influxdb/services/meta/handler.go:448 +0x1a3
2016-02-12T21:27:00.717283948Z net/http.HandlerFunc.ServeHTTP(0xc8208e4700, 0x7f9b4ec5e710, 0xc8203de210, 0xc8203921c0)
2016-02-12T21:27:00.717288847Z /tmp/workdir/go/src/net/http/server.go:1422 +0x48
2016-02-12T21:27:00.717294485Z github.com/influxdb/influxdb/services/meta.(*handler).ServeHTTP(0xc8202a0150, 0x7f9b4ec5e710, 0xc8203de210, 0xc8203921c0)
2016-02-12T21:27:00.717299588Z /go/src/github.com/influxdb/influxdb/services/meta/handler.go:88 +0x415
2016-02-12T21:27:00.717306546Z net/http.serverHandler.ServeHTTP(0xc82028e540, 0x7f9b4ec5e710, 0xc8203de210, 0xc8203921c0)
2016-02-12T21:27:00.717311758Z /tmp/workdir/go/src/net/http/server.go:1862 +0x207
2016-02-12T21:27:00.717316640Z net/http.(*conn).serve(0xc82031e000)
2016-02-12T21:27:00.717321853Z /tmp/workdir/go/src/net/http/server.go:1361 +0x117d
2016-02-12T21:27:00.717328571Z created by net/http.(*Server).Serve
2016-02-12T21:27:00.717333451Z /tmp/workdir/go/src/net/http/server.go:1910 +0x465
2016-02-12T21:27:00.717338268Z
2016-02-12T21:27:00.717342733Z goroutine 86 [IO wait]:
2016-02-12T21:27:00.717347426Z net.runtime_pollWait(0x7f9b4c415520, 0x72, 0x0)
2016-02-12T21:27:00.717352703Z /tmp/workdir/go/src/runtime/netpoll.go:157 +0x63
2016-02-12T21:27:00.717357619Z net.(*pollDesc).Wait(0xc8203a0370, 0x72, 0x0, 0x0)
2016-02-12T21:27:00.717362240Z /tmp/workdir/go/src/net/fd_poll_runtime.go:73 +0x56
2016-02-12T21:27:00.717367067Z net.(*pollDesc).WaitRead(0xc8203a0370, 0x0, 0x0)
2016-02-12T21:27:00.717373587Z /tmp/workdir/go/src/net/fd_poll_runtime.go:78 +0x44
2016-02-12T21:27:00.717378733Z net.(*netFD).Read(0xc8203a0310, 0xc8200b2c00, 0x400, 0x400, 0x0, 0x7f9b4ec59100, 0xc820010120)
2016-02-12T21:27:00.717390389Z /tmp/workdir/go/src/net/fd_unix.go:232 +0x27b
2016-02-12T21:27:00.717400166Z net.(*conn).Read(0xc820116028, 0xc8200b2c00, 0x400, 0x400, 0xc8200b2c0d, 0x0, 0x0)
2016-02-12T21:27:00.717409225Z /tmp/workdir/go/src/net/net.go:172 +0x121
2016-02-12T21:27:00.717422972Z net.(*TCPConn).Read(0xc820116028, 0xc8200b2c00, 0x400, 0x400, 0x114, 0x0, 0x0)
2016-02-12T21:27:00.717428345Z <autogenerated>:74 +0x7d
2016-02-12T21:27:00.717433924Z crypto/tls.(*block).readFromUntil(0xc820274a80, 0x7f9b4c415cc8, 0xc820116028, 0x5, 0x0, 0x0)
2016-02-12T21:27:00.717439513Z /tmp/workdir/go/src/crypto/tls/conn.go:455 +0x143
2016-02-12T21:27:00.717606811Z crypto/tls.(*Conn).readRecord(0xc820674b00, 0x105ca17, 0x0, 0x0)
2016-02-12T21:27:00.717615226Z /tmp/workdir/go/src/crypto/tls/conn.go:540 +0x3aa
2016-02-12T21:27:00.717620472Z crypto/tls.(*Conn).Read(0xc820674b00, 0xc8202b3000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.717625508Z /tmp/workdir/go/src/crypto/tls/conn.go:901 +0x1bd
2016-02-12T21:27:00.717630529Z net/http.noteEOFReader.Read(0x7f9b4c3e73e0, 0xc820674b00, 0xc82031e1b8, 0xc8202b3000, 0x1000, 0x1000, 0xc820326000, 0x0, 0x0)
2016-02-12T21:27:00.717635540Z /tmp/workdir/go/src/net/http/transport.go:1370 +0x75
2016-02-12T21:27:00.717640498Z net/http.(*noteEOFReader).Read(0xc82090b020, 0xc8202b3000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.717645569Z <autogenerated>:126 +0xf8
2016-02-12T21:27:00.717650506Z bufio.(*Reader).fill(0xc82028f8c0)
2016-02-12T21:27:00.717655127Z /tmp/workdir/go/src/bufio/bufio.go:97 +0x365
2016-02-12T21:27:00.717660032Z bufio.(*Reader).Peek(0xc82028f8c0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.717664893Z /tmp/workdir/go/src/bufio/bufio.go:132 +0x187
2016-02-12T21:27:00.717669561Z net/http.(*persistConn).readLoop(0xc82031e160)
2016-02-12T21:27:00.717674308Z /tmp/workdir/go/src/net/http/transport.go:876 +0x14e
2016-02-12T21:27:00.717679241Z created by net/http.(*Transport).dialConn
2016-02-12T21:27:00.717684085Z /tmp/workdir/go/src/net/http/transport.go:685 +0x11c0
2016-02-12T21:27:00.717688958Z
2016-02-12T21:27:00.717693422Z goroutine 87 [select]:
2016-02-12T21:27:00.717697986Z net/http.(*persistConn).writeLoop(0xc82031e160)
2016-02-12T21:27:00.717702760Z /tmp/workdir/go/src/net/http/transport.go:1009 +0x4ee
2016-02-12T21:27:00.717707615Z created by net/http.(*Transport).dialConn
2016-02-12T21:27:00.717712352Z /tmp/workdir/go/src/net/http/transport.go:686 +0x11e5
2016-02-12T21:27:00.717717002Z
2016-02-12T21:27:00.717721468Z goroutine 111 [select]:
2016-02-12T21:27:00.717726584Z net/http.(*persistConn).writeLoop(0xc8203de0b0)
2016-02-12T21:27:00.717731266Z /tmp/workdir/go/src/net/http/transport.go:1009 +0x4ee
2016-02-12T21:27:00.717735941Z created by net/http.(*Transport).dialConn
2016-02-12T21:27:00.717740708Z /tmp/workdir/go/src/net/http/transport.go:686 +0x11e5
2016-02-12T21:27:00.717745453Z
2016-02-12T21:27:00.717754036Z goroutine 195 [IO wait]:
2016-02-12T21:27:00.717759221Z net.runtime_pollWait(0x7f9b4c415460, 0x72, 0x0)
2016-02-12T21:27:00.717764227Z /tmp/workdir/go/src/runtime/netpoll.go:157 +0x63
2016-02-12T21:27:00.717768998Z net.(*pollDesc).Wait(0xc8201461b0, 0x72, 0x0, 0x0)
2016-02-12T21:27:00.717773760Z /tmp/workdir/go/src/net/fd_poll_runtime.go:73 +0x56
2016-02-12T21:27:00.717778499Z net.(*pollDesc).WaitRead(0xc8201461b0, 0x0, 0x0)
2016-02-12T21:27:00.717783373Z /tmp/workdir/go/src/net/fd_poll_runtime.go:78 +0x44
2016-02-12T21:27:00.717788200Z net.(*netFD).Read(0xc820146150, 0xc8201ce000, 0x8000, 0x8000, 0x0, 0x7f9b4ec59100, 0xc820010120)
2016-02-12T21:27:00.717793250Z /tmp/workdir/go/src/net/fd_unix.go:232 +0x27b
2016-02-12T21:27:00.717799234Z net.(*conn).Read(0xc82058e000, 0xc8201ce000, 0x8000, 0x8000, 0x69, 0x0, 0x0)
2016-02-12T21:27:00.717804381Z /tmp/workdir/go/src/net/net.go:172 +0x121
2016-02-12T21:27:00.717809404Z net.(*TCPConn).Read(0xc82058e000, 0xc8201ce000, 0x8000, 0x8000, 0x69, 0x0, 0x0)
2016-02-12T21:27:00.717815042Z <autogenerated>:74 +0x7d
2016-02-12T21:27:00.717819975Z io.copyBuffer(0x7f9b4c3d8ea0, 0xc8221fe008, 0x7f9b4c415cc8, 0xc82058e000, 0xc8201ce000, 0x8000, 0x8000, 0x69, 0x0, 0x0)
2016-02-12T21:27:00.717825008Z /tmp/workdir/go/src/io/io.go:381 +0x282
2016-02-12T21:27:00.717829975Z io.Copy(0x7f9b4c3d8ea0, 0xc8221fe008, 0x7f9b4c415cc8, 0xc82058e000, 0x4662f4, 0x0, 0x0)
2016-02-12T21:27:00.717834896Z /tmp/workdir/go/src/io/io.go:351 +0x79
2016-02-12T21:27:00.717839768Z net/http.(*conn).closeNotify.func1(0xc8221fe008, 0x7f9b4c415cc8, 0xc82058e000, 0xc82031e000)
2016-02-12T21:27:00.717844677Z /tmp/workdir/go/src/net/http/server.go:182 +0x72
2016-02-12T21:27:00.717849602Z created by net/http.(*conn).closeNotify
2016-02-12T21:27:00.717854429Z /tmp/workdir/go/src/net/http/server.go:188 +0x4a3
2016-02-12T21:27:00.717859187Z
2016-02-12T21:27:00.717863639Z goroutine 68 [IO wait]:
2016-02-12T21:27:00.717868170Z net.runtime_pollWait(0x7f9b4c415220, 0x72, 0x0)
2016-02-12T21:27:00.717873540Z /tmp/workdir/go/src/runtime/netpoll.go:157 +0x63
2016-02-12T21:27:00.717878469Z net.(*pollDesc).Wait(0xc820736220, 0x72, 0x0, 0x0)
2016-02-12T21:27:00.717883376Z /tmp/workdir/go/src/net/fd_poll_runtime.go:73 +0x56
2016-02-12T21:27:00.717888254Z net.(*pollDesc).WaitRead(0xc820736220, 0x0, 0x0)
2016-02-12T21:27:00.717893046Z /tmp/workdir/go/src/net/fd_poll_runtime.go:78 +0x44
2016-02-12T21:27:00.717897812Z net.(*netFD).Read(0xc8207361c0, 0xc823328000, 0x1000, 0x1000, 0x0, 0x7f9b4ec59100, 0xc820010120)
2016-02-12T21:27:00.717902867Z /tmp/workdir/go/src/net/fd_unix.go:232 +0x27b
2016-02-12T21:27:00.717908164Z net.(*conn).Read(0xc82058e050, 0xc823328000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.717916896Z /tmp/workdir/go/src/net/net.go:172 +0x121
2016-02-12T21:27:00.717922237Z net.(*TCPConn).Read(0xc82058e050, 0xc823328000, 0x1000, 0x1000, 0x100, 0x0, 0x0)
2016-02-12T21:27:00.717927256Z <autogenerated>:74 +0x7d
2016-02-12T21:27:00.717932827Z net/http.(*liveSwitchReader).Read(0xc823080518, 0xc823328000, 0x1000, 0x1000, 0xc820434c60, 0x0, 0x0)
2016-02-12T21:27:00.717937732Z /tmp/workdir/go/src/net/http/server.go:219 +0xc8
2016-02-12T21:27:00.717943292Z io.(*LimitedReader).Read(0xc820907aa0, 0xc823328000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.717948917Z /tmp/workdir/go/src/io/io.go:427 +0x15e
2016-02-12T21:27:00.717954675Z bufio.(*Reader).fill(0xc82064c3c0)
2016-02-12T21:27:00.717960069Z /tmp/workdir/go/src/bufio/bufio.go:97 +0x365
2016-02-12T21:27:00.718127215Z bufio.(*Reader).ReadSlice(0xc82064c3c0, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.718134463Z /tmp/workdir/go/src/bufio/bufio.go:328 +0x5a9
2016-02-12T21:27:00.718139503Z bufio.(*Reader).ReadLine(0xc82064c3c0, 0x0, 0x0, 0x0, 0xf00c82488e000, 0x0, 0x0)
2016-02-12T21:27:00.718144575Z /tmp/workdir/go/src/bufio/bufio.go:357 +0x6d
2016-02-12T21:27:00.718149364Z net/textproto.(*Reader).readLineSlice(0xc82493c360, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.718154263Z /tmp/workdir/go/src/net/textproto/reader.go:55 +0xa3
2016-02-12T21:27:00.718159310Z net/textproto.(*Reader).ReadLine(0xc82493c360, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.718164269Z /tmp/workdir/go/src/net/textproto/reader.go:36 +0x4e
2016-02-12T21:27:00.718169105Z net/http.ReadRequest(0xc82064c3c0, 0xc8203242a0, 0x0, 0x0)
2016-02-12T21:27:00.718174057Z /tmp/workdir/go/src/net/http/request.go:653 +0xc7
2016-02-12T21:27:00.718178890Z net/http.(*conn).readRequest(0xc8230804d0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.718183779Z /tmp/workdir/go/src/net/http/server.go:633 +0x520
2016-02-12T21:27:00.718191945Z net/http.(*conn).serve(0xc8230804d0)
2016-02-12T21:27:00.718196770Z /tmp/workdir/go/src/net/http/server.go:1319 +0x9fa
2016-02-12T21:27:00.718201530Z created by net/http.(*Server).Serve
2016-02-12T21:27:00.718206314Z /tmp/workdir/go/src/net/http/server.go:1910 +0x465
2016-02-12T21:27:00.718211139Z
2016-02-12T21:27:00.718215756Z goroutine 180 [IO wait]:
2016-02-12T21:27:00.718220250Z net.runtime_pollWait(0x7f9b4c4152e0, 0x72, 0x0)
2016-02-12T21:27:00.718225147Z /tmp/workdir/go/src/runtime/netpoll.go:157 +0x63
2016-02-12T21:27:00.718229983Z net.(*pollDesc).Wait(0xc8232a9fe0, 0x72, 0x0, 0x0)
2016-02-12T21:27:00.718234819Z /tmp/workdir/go/src/net/fd_poll_runtime.go:73 +0x56
2016-02-12T21:27:00.718240511Z net.(*pollDesc).WaitRead(0xc8232a9fe0, 0x0, 0x0)
2016-02-12T21:27:00.718245376Z /tmp/workdir/go/src/net/fd_poll_runtime.go:78 +0x44
2016-02-12T21:27:00.718253837Z net.(*netFD).Read(0xc8232a9f80, 0xc8231a5000, 0x1000, 0x1000, 0x0, 0x7f9b4ec59100, 0xc820010120)
2016-02-12T21:27:00.718259290Z /tmp/workdir/go/src/net/fd_unix.go:232 +0x27b
2016-02-12T21:27:00.718264145Z net.(*conn).Read(0xc8221ffb50, 0xc8231a5000, 0x1000, 0x1000, 0x5453e4, 0x0, 0x0)
2016-02-12T21:27:00.718269023Z /tmp/workdir/go/src/net/net.go:172 +0x121
2016-02-12T21:27:00.718273694Z net.(*TCPConn).Read(0xc8221ffb50, 0xc8231a5000, 0x1000, 0x1000, 0x7c608b, 0x0, 0x0)
2016-02-12T21:27:00.718278618Z <autogenerated>:74 +0x7d
2016-02-12T21:27:00.718283542Z net/http.noteEOFReader.Read(0x7f9b4c415cc8, 0xc8221ffb50, 0xc822feeb58, 0xc8231a5000, 0x1000, 0x1000, 0xc2ba70, 0x0, 0x0)
2016-02-12T21:27:00.718288623Z /tmp/workdir/go/src/net/http/transport.go:1370 +0x75
2016-02-12T21:27:00.718293543Z net/http.(*noteEOFReader).Read(0xc8202dfee0, 0xc8231a5000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.718298425Z <autogenerated>:126 +0xf8
2016-02-12T21:27:00.718303275Z bufio.(*Reader).fill(0xc82300d140)
2016-02-12T21:27:00.718309144Z /tmp/workdir/go/src/bufio/bufio.go:97 +0x365
2016-02-12T21:27:00.718314092Z bufio.(*Reader).Peek(0xc82300d140, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-02-12T21:27:00.718318877Z /tmp/workdir/go/src/bufio/bufio.go:132 +0x187
2016-02-12T21:27:00.718323690Z net/http.(*persistConn).readLoop(0xc822feeb00)
2016-02-12T21:27:00.718328408Z /tmp/workdir/go/src/net/http/transport.go:876 +0x14e
2016-02-12T21:27:00.718333207Z created by net/http.(*Transport).dialConn
2016-02-12T21:27:00.718337799Z /tmp/workdir/go/src/net/http/transport.go:685 +0x11c0
2016-02-12T21:27:00.718342551Z
2016-02-12T21:27:00.718346972Z goroutine 181 [select]:
2016-02-12T21:27:00.718351729Z net/http.(*persistConn).writeLoop(0xc822feeb00)
2016-02-12T21:27:00.718356431Z /tmp/workdir/go/src/net/http/transport.go:1009 +0x4ee
2016-02-12T21:27:00.718361214Z created by net/http.(*Transport).dialConn
2016-02-12T21:27:00.718366565Z /tmp/workdir/go/src/net/http/transport.go:686 +0x11e5
2016-02-12T21:27:00.718371380Z
2016-02-12T21:27:00.718375828Z goroutine 227 [select]:
2016-02-12T21:27:00.718380544Z github.com/influxdb/influxdb/cluster.(*PointsWriter).writeToShard(0xc82013cdc0, 0xc8204930c0, 0xc8204f7ba0, 0x8, 0xc8204f7be0, 0x7, 0x0, 0xc820199ba0, 0x1, 0x1, ...)
2016-02-12T21:27:00.718393624Z /go/src/github.com/influxdb/influxdb/cluster/points_writer.go:359 +0xbaf
2016-02-12T21:27:00.718400940Z github.com/influxdb/influxdb/cluster.(*PointsWriter).WritePoints.func1(0xc824896420, 0xc82013cdc0, 0xc82488e880, 0xc8204930c0, 0xc8204f7ba0, 0x8, 0xc8204f7be0, 0x7, 0xc820199ba0, 0x1, ...)
2016-02-12T21:27:00.718407279Z /go/src/github.com/influxdb/influxdb/cluster/points_writer.go:258 +0xe2
2016-02-12T21:27:00.718412264Z created by github.com/influxdb/influxdb/cluster.(*PointsWriter).WritePoints
2016-02-12T21:27:00.718420369Z /go/src/github.com/influxdb/influxdb/cluster/points_writer.go:259 +0x5bc
2016-02-12T21:27:00.718425813Z
2016-02-12T21:27:00.718430361Z goroutine 259 [select]:
2016-02-12T21:27:00.718435060Z github.com/influxdb/influxdb/cluster.(*PointsWriter).WritePoints(0xc82013cdc0, 0xc82488e880, 0x0, 0x0)
2016-02-12T21:27:00.718441009Z /go/src/github.com/influxdb/influxdb/cluster/points_writer.go:279 +0x8f1
2016-02-12T21:27:00.718446264Z github.com/influxdb/influxdb/cluster.(*PointsWriter).WritePointsInto(0xc82013cdc0, 0xc82488e840, 0x0, 0x0)
2016-02-12T21:27:00.718451207Z /go/src/github.com/influxdb/influxdb/cluster/points_writer.go:230 +0x17f
2016-02-12T21:27:00.718456211Z github.com/influxdb/influxdb/tsdb.(*QueryExecutor).writeInto(0xc8201366c0, 0xc82034e2a0, 0xc82015a780, 0x0, 0x0)
2016-02-12T21:27:00.718462108Z /go/src/github.com/influxdb/influxdb/tsdb/query_executor.go:779 +0x4ae
2016-02-12T21:27:00.718467899Z github.com/influxdb/influxdb/tsdb.(*QueryExecutor).executeStatement(0xc8201366c0, 0x0, 0x7f9b4c08a380, 0xc82015a780, 0xc8209049c0, 0x8, 0xc82429a3c0, 0x0, 0xc82429a360, 0x0, ...)
2016-02-12T21:27:00.718474222Z /go/src/github.com/influxdb/influxdb/tsdb/query_executor.go:721 +0x298
2016-02-12T21:27:00.718683281Z github.com/influxdb/influxdb/tsdb.(*QueryExecutor).ExecuteQuery.func1(0xc8203d6060, 0xc8209049c0, 0x8, 0xc8201366c0, 0xc82429a3c0, 0x0, 0xc82429a360)
2016-02-12T21:27:00.718697410Z /go/src/github.com/influxdb/influxdb/tsdb/query_executor.go:168 +0xbd9
2016-02-12T21:27:00.718707195Z created by github.com/influxdb/influxdb/tsdb.(*QueryExecutor).ExecuteQuery
2016-02-12T21:27:00.718715934Z /go/src/github.com/influxdb/influxdb/tsdb/query_executor.go:225 +0xb6
2016-02-12T21:27:00.718723568Z
2016-02-12T21:27:00.718730608Z goroutine 260 [select]:
2016-02-12T21:27:00.718737904Z github.com/influxdb/influxdb/tsdb.(*AggregateExecutor).execute(0xc8203d6260, 0xc82429a420, 0xc82429a360)
2016-02-12T21:27:00.718745584Z /go/src/github.com/influxdb/influxdb/tsdb/aggregate.go:173 +0x22c8
2016-02-12T21:27:00.718753624Z created by github.com/influxdb/influxdb/tsdb.(*AggregateExecutor).Execute
2016-02-12T21:27:00.718761784Z /go/src/github.com/influxdb/influxdb/tsdb/aggregate.go:48 +0x75
CREATE CONTINUOUS QUERY periodic_docker_cpu ON telegraf
BEGIN SELECT max("usage_total")-min("usage_total") INTO period_total_usage
FROM docker_cpu GROUP BY time(1m),cont_id,cpu
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment