Created
September 13, 2015 02:01
-
-
Save cdgraff/1be844aa5fcd22d962e6 to your computer and use it in GitHub Desktop.
Error with influxdb-0.9.4_rc1-1.x86_64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015/09/12 21:57:02 InfluxDB starting, version 0.9.4-rc1, branch master, commit 6d028f9586a6fb3afda9f66bbea8dd7d59b9b3cd | |
| 2015/09/12 21:57:02 Go version go1.5, GOMAXPROCS set to 2 | |
| 2015/09/12 21:57:02 Using configuration at: /etc/opt/influxdb/influxdb.conf | |
| [metastore] 2015/09/12 21:57:02 Using data dir: /var/opt/influxdb/meta | |
| [metastore] 2015/09/12 21:57:02 Skipping cluster join: already member of cluster: nodeId=1 raftEnabled=true peers=[localhost:8088] | |
| [metastore] 2015/09/12 21:57:02 Node at localhost:8088 [Follower] | |
| [metastore] 2015/09/12 21:57:03 Node at localhost:8088 [Leader]. peers=[localhost:8088] | |
| [monitor] 2015/09/12 21:57:03 Starting monitor system | |
| [metastore] 2015/09/12 21:57:03 Updated node id=1 hostname=localhost:8088 | |
| [monitor] 2015/09/12 21:57:03 'build' registered for diagnostics monitoring | |
| [monitor] 2015/09/12 21:57:03 'runtime' registered for diagnostics monitoring | |
| [monitor] 2015/09/12 21:57:03 'network' registered for diagnostics monitoring | |
| [monitor] 2015/09/12 21:57:03 'system' registered for diagnostics monitoring | |
| [store] 2015/09/12 21:57:03 Using data dir: /var/opt/influxdb/data | |
| [monitor] 2015/09/12 21:57:03 Storing statistics in database '_internal' retention policy 'monitor', at interval 10s | |
| [wal] 2015/09/12 21:57:03 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
| [wal] 2015/09/12 21:57:03 WAL writing to /var/opt/influxdb/wal/_internal/monitor/1 | |
| [wal] 2015/09/12 21:57:03 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
| [wal] 2015/09/12 21:57:03 WAL writing to /var/opt/influxdb/wal/_internal/monitor/2 | |
| [handoff] 2015/09/12 21:57:03 Starting hinted handoff service | |
| [handoff] 2015/09/12 21:57:03 Using data dir: /var/opt/influxdb/hh | |
| [tcp] 2015/09/12 21:57:03 Starting cluster service | |
| [shard-precreation] 2015/09/12 21:57:03 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
| [snapshot] 2015/09/12 21:57:03 Starting snapshot service | |
| [copier] 2015/09/12 21:57:03 Starting copier service | |
| [admin] 2015/09/12 21:57:03 Starting admin service | |
| [admin] 2015/09/12 21:57:03 Listening on HTTP: [::]:8083 | |
| [continuous_querier] 2015/09/12 21:57:03 Starting continuous query service | |
| [httpd] 2015/09/12 21:57:03 Starting HTTP service | |
| [httpd] 2015/09/12 21:57:03 Authentication enabled: false | |
| [httpd] 2015/09/12 21:57:03 Listening on HTTP: [::]:8086 | |
| [opentsdb] 2015/09/12 21:57:03 Starting OpenTSDB service | |
| [opentsdb] 2015/09/12 21:57:03 Listening on: [::]:4242 | |
| [retention] 2015/09/12 21:57:03 Starting retention policy enforcement service with check interval of 30m0s | |
| [run] 2015/09/12 21:57:03 Listening for signals | |
| 2015/09/12 21:57:04 Sending anonymous usage statistics to m.influxdb.com | |
| panic: runtime error: invalid memory address or nil pointer dereference | |
| [signal 0xb code=0x1 addr=0x20 pc=0x624413] | |
| goroutine 44 [running]: | |
| github.com/influxdb/influxdb/cluster.(*PointsWriter).MapShards(0xc82010cf80, 0xc820262b40, 0x9, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/cluster/points_writer.go:179 +0x1f3 | |
| github.com/influxdb/influxdb/cluster.(*PointsWriter).WritePoints(0xc82010cf80, 0xc820262b40, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/cluster/points_writer.go:215 +0x1d9 | |
| github.com/influxdb/influxdb/services/opentsdb.(*Service).processBatches(0xc82011c460, 0xc8201f2d80) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/opentsdb/service.go:349 +0x278 | |
| created by github.com/influxdb/influxdb/services/opentsdb.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/opentsdb/service.go:129 +0x9c3 | |
| goroutine 1 [chan receive]: | |
| main.(*Main).Run(0xc82010bf00, 0xc820078010, 0x4, 0x4, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/main.go:91 +0xa16 | |
| main.main() | |
| /tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/main.go:42 +0x29b | |
| goroutine 17 [syscall, locked to thread]: | |
| runtime.goexit() | |
| /home/philip/.gvm/gos/go1.5/src/runtime/asm_amd64.s:1696 +0x1 | |
| goroutine 20 [syscall]: | |
| os/signal.loop() | |
| /home/philip/.gvm/gos/go1.5/src/os/signal/signal_unix.go:22 +0x18 | |
| created by os/signal.init.1 | |
| /home/philip/.gvm/gos/go1.5/src/os/signal/signal_unix.go:28 +0x37 | |
| goroutine 4 [IO wait]: | |
| net.runtime_pollWait(0x7f7cb4b703d0, 0x72, 0xc8200660a0) | |
| /home/philip/.gvm/gos/go1.5/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc820116610, 0x72, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc820116610, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).accept(0xc8201165b0, 0x0, 0x7f7cb3730740, 0xc82007ef20) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_unix.go:408 +0x27c | |
| net.(*TCPListener).AcceptTCP(0xc82002a0f0, 0x0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:254 +0x4d | |
| net.(*TCPListener).Accept(0xc82002a0f0, 0x0, 0x0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:264 +0x3d | |
| github.com/influxdb/influxdb/tcp.(*Mux).Serve(0xc8200155c0, 0x7f7cb4b70558, 0xc82002a0f0, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:48 +0x4b | |
| created by github.com/influxdb/influxdb/cmd/influxd/run.(*Server).Open.func1 | |
| /tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:345 +0xae9 | |
| goroutine 5 [chan receive]: | |
| github.com/influxdb/influxdb/tcp.(*listener).Accept(0xc82002a0f8, 0x0, 0x0, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:129 +0x6f | |
| github.com/influxdb/influxdb/meta.(*raftLayer).Accept(0xc82017e150, 0x0, 0x0, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/meta/store.go:2059 +0x51 | |
| github.com/hashicorp/raft.(*NetworkTransport).listen(0xc820116620) | |
| /tmp/build/src/github.com/hashicorp/raft/net_transport.go:346 +0x79 | |
| created by github.com/hashicorp/raft.NewNetworkTransport | |
| /tmp/build/src/github.com/hashicorp/raft/net_transport.go:138 +0x284 | |
| goroutine 6 [select]: | |
| github.com/hashicorp/raft.(*Raft).leaderLoop(0xc820186000) | |
| /tmp/build/src/github.com/hashicorp/raft/raft.go:849 +0xcce | |
| github.com/hashicorp/raft.(*Raft).runLeader(0xc820186000) | |
| /tmp/build/src/github.com/hashicorp/raft/raft.go:821 +0x936 | |
| github.com/hashicorp/raft.(*Raft).run(0xc820186000) | |
| /tmp/build/src/github.com/hashicorp/raft/raft.go:602 +0xbb | |
| github.com/hashicorp/raft.(*Raft).(github.com/hashicorp/raft.run)-fm() | |
| /tmp/build/src/github.com/hashicorp/raft/raft.go:252 +0x20 | |
| github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc820186000, 0xc820170e90) | |
| /tmp/build/src/github.com/hashicorp/raft/state.go:152 +0x44 | |
| created by github.com/hashicorp/raft.(*raftState).goFunc | |
| /tmp/build/src/github.com/hashicorp/raft/state.go:153 +0x4d | |
| goroutine 7 [select]: | |
| github.com/hashicorp/raft.(*Raft).runFSM(0xc820186000) | |
| /tmp/build/src/github.com/hashicorp/raft/raft.go:509 +0x10eb | |
| github.com/hashicorp/raft.(*Raft).(github.com/hashicorp/raft.runFSM)-fm() | |
| /tmp/build/src/github.com/hashicorp/raft/raft.go:253 +0x20 | |
| github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc820186000, 0xc820170ea0) | |
| /tmp/build/src/github.com/hashicorp/raft/state.go:152 +0x44 | |
| created by github.com/hashicorp/raft.(*raftState).goFunc | |
| /tmp/build/src/github.com/hashicorp/raft/state.go:153 +0x4d | |
| goroutine 8 [select]: | |
| github.com/hashicorp/raft.(*Raft).runSnapshots(0xc820186000) | |
| /tmp/build/src/github.com/hashicorp/raft/raft.go:1636 +0x493 | |
| github.com/hashicorp/raft.(*Raft).(github.com/hashicorp/raft.runSnapshots)-fm() | |
| /tmp/build/src/github.com/hashicorp/raft/raft.go:254 +0x20 | |
| github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc820186000, 0xc820170eb0) | |
| /tmp/build/src/github.com/hashicorp/raft/state.go:152 +0x44 | |
| created by github.com/hashicorp/raft.(*raftState).goFunc | |
| /tmp/build/src/github.com/hashicorp/raft/state.go:153 +0x4d | |
| goroutine 9 [select]: | |
| github.com/influxdb/influxdb/meta.(*localRaft).logLeaderChanges(0xc82000b1d0) | |
| /tmp/build/src/github.com/influxdb/influxdb/meta/state.go:187 +0x4f5 | |
| created by github.com/influxdb/influxdb/meta.(*localRaft).open | |
| /tmp/build/src/github.com/influxdb/influxdb/meta/state.go:177 +0x1344 | |
| goroutine 10 [chan receive]: | |
| github.com/influxdb/influxdb/tcp.(*listener).Accept(0xc82002a100, 0x0, 0x0, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:129 +0x6f | |
| github.com/influxdb/influxdb/meta.(*Store).serveExecListener(0xc82011a280) | |
| /tmp/build/src/github.com/influxdb/influxdb/meta/store.go:622 +0xa2 | |
| created by github.com/influxdb/influxdb/meta.(*Store).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/meta/store.go:239 +0x364 | |
| goroutine 11 [chan receive]: | |
| github.com/influxdb/influxdb/tcp.(*listener).Accept(0xc82002a108, 0x0, 0x0, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:129 +0x6f | |
| github.com/influxdb/influxdb/meta.(*Store).serveRPCListener(0xc82011a280) | |
| /tmp/build/src/github.com/influxdb/influxdb/meta/store.go:726 +0xa2 | |
| created by github.com/influxdb/influxdb/meta.(*Store).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/meta/store.go:242 +0x3b6 | |
| goroutine 13 [select]: | |
| github.com/influxdb/influxdb/cmd/influxd/run.(*Server).monitorErrorChan(0xc8201139e0, 0xc82001a780) | |
| /tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:491 +0x145 | |
| created by github.com/influxdb/influxdb/cmd/influxd/run.(*Server).Open.func1 | |
| /tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:351 +0xc67 | |
| goroutine 14 [select]: | |
| github.com/influxdb/influxdb/monitor.(*Monitor).storeStatistics(0xc820018820) | |
| /tmp/build/src/github.com/influxdb/influxdb/monitor/service.go:319 +0x1521 | |
| created by github.com/influxdb/influxdb/monitor.(*Monitor).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/monitor/service.go:130 +0x30c | |
| goroutine 15 [select]: | |
| github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc82011c540, 0xc8201f2360) | |
| /tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567 | |
| created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x618 | |
| goroutine 16 [select]: | |
| github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).autoflusher(0xc82011c620, 0xc8201f2840) | |
| /tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:604 +0x567 | |
| created by github.com/influxdb/influxdb/tsdb/engine/wal.(*Log).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/tsdb/engine/wal/wal.go:240 +0x618 | |
| goroutine 34 [select]: | |
| github.com/influxdb/influxdb/services/hh.(*Service).retryWrites(0xc82012a120) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/hh/service.go:103 +0x314 | |
| created by github.com/influxdb/influxdb/services/hh.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/hh/service.go:67 +0x210 | |
| goroutine 35 [select]: | |
| github.com/influxdb/influxdb/services/hh.(*Service).expireWrites(0xc82012a120) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/hh/service.go:121 +0x2d1 | |
| created by github.com/influxdb/influxdb/services/hh.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/hh/service.go:68 +0x232 | |
| goroutine 36 [chan receive]: | |
| github.com/influxdb/influxdb/tcp.(*listener).Accept(0xc82002a110, 0x0, 0x0, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:129 +0x6f | |
| github.com/influxdb/influxdb/cluster.(*Service).serve(0xc8201163f0) | |
| /tmp/build/src/github.com/influxdb/influxdb/cluster/service.go:84 +0xdb | |
| created by github.com/influxdb/influxdb/cluster.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/cluster/service.go:61 +0x135 | |
| goroutine 37 [select]: | |
| github.com/influxdb/influxdb/services/precreator.(*Service).runPrecreation(0xc820015100) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/precreator/service.go:75 +0x44f | |
| created by github.com/influxdb/influxdb/services/precreator.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/precreator/service.go:53 +0x21f | |
| goroutine 38 [chan receive]: | |
| github.com/influxdb/influxdb/tcp.(*listener).Accept(0xc82002a118, 0x0, 0x0, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:129 +0x6f | |
| github.com/influxdb/influxdb/services/snapshotter.(*Service).serve(0xc82000aaf0) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/snapshotter/service.go:75 +0xa9 | |
| created by github.com/influxdb/influxdb/services/snapshotter.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/snapshotter/service.go:48 +0x130 | |
| goroutine 39 [chan receive]: | |
| github.com/influxdb/influxdb/tcp.(*listener).Accept(0xc82002a120, 0x0, 0x0, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/tcp/mux.go:129 +0x6f | |
| github.com/influxdb/influxdb/services/copier.(*Service).serve(0xc820015180) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/copier/service.go:78 +0xa9 | |
| created by github.com/influxdb/influxdb/services/copier.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/copier/service.go:51 +0x130 | |
| goroutine 40 [IO wait]: | |
| net.runtime_pollWait(0x7f7cb4b70310, 0x72, 0xc8200660a0) | |
| /home/philip/.gvm/gos/go1.5/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8201d2a70, 0x72, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8201d2a70, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).accept(0xc8201d2a10, 0x0, 0x7f7cb3730740, 0xc8201ceae0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_unix.go:408 +0x27c | |
| net.(*TCPListener).AcceptTCP(0xc82002a3b0, 0x455470, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:254 +0x4d | |
| net.(*TCPListener).Accept(0xc82002a3b0, 0x0, 0x0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:264 +0x3d | |
| net/http.(*Server).Serve(0xc820065320, 0x7f7cb4b70558, 0xc82002a3b0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/http/server.go:1887 +0xb3 | |
| net/http.Serve(0x7f7cb4b70558, 0xc82002a3b0, 0x7f7cb3730bd8, 0xc8201a5790, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/http/server.go:1765 +0x85 | |
| github.com/influxdb/influxdb/services/admin.(*Service).serve(0xc82000abe0) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/admin/service.go:107 +0x12f | |
| created by github.com/influxdb/influxdb/services/admin.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/admin/service.go:70 +0x491 | |
| goroutine 41 [select]: | |
| github.com/influxdb/influxdb/services/continuous_querier.(*Service).backgroundLoop(0xc82012a240) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/continuous_querier/service.go:192 +0x565 | |
| created by github.com/influxdb/influxdb/services/continuous_querier.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/continuous_querier/service.go:126 +0x2a4 | |
| goroutine 42 [IO wait]: | |
| net.runtime_pollWait(0x7f7cb4b70250, 0x72, 0xc8200660a0) | |
| /home/philip/.gvm/gos/go1.5/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8201d2ae0, 0x72, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8201d2ae0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).accept(0xc8201d2a80, 0x0, 0x7f7cb3730740, 0xc8202264c0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_unix.go:408 +0x27c | |
| net.(*TCPListener).AcceptTCP(0xc82002a3b8, 0x455470, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:254 +0x4d | |
| net.(*TCPListener).Accept(0xc82002a3b8, 0x0, 0x0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:264 +0x3d | |
| net/http.(*Server).Serve(0xc8201f2ae0, 0x7f7cb4b70558, 0xc82002a3b8, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/http/server.go:1887 +0xb3 | |
| net/http.Serve(0x7f7cb4b70558, 0xc82002a3b8, 0x7f7cb4b75190, 0xc82010d100, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/http/server.go:1765 +0x85 | |
| github.com/influxdb/influxdb/services/httpd.(*Service).serve(0xc82001ac00) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/httpd/service.go:133 +0x6e | |
| created by github.com/influxdb/influxdb/services/httpd.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/httpd/service.go:101 +0x6ca | |
| goroutine 43 [select]: | |
| github.com/influxdb/influxdb/tsdb.(*PointBatcher).Start.func2(0xc8201f2d80, 0xc820226560, 0xc820226580, 0xc82002a3d0, 0xc82002a3c8) | |
| /tmp/build/src/github.com/influxdb/influxdb/tsdb/batcher.go:72 +0x522 | |
| created by github.com/influxdb/influxdb/tsdb.(*PointBatcher).Start | |
| /tmp/build/src/github.com/influxdb/influxdb/tsdb/batcher.go:107 +0x17e | |
| goroutine 45 [chan receive]: | |
| github.com/influxdb/influxdb/services/opentsdb.(*chanListener).Accept(0xc8202265c0, 0x0, 0x0, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/opentsdb/handler.go:149 +0x83 | |
| net/http.(*Server).Serve(0xc820065380, 0x7f7cb3730c28, 0xc8202265c0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/http/server.go:1887 +0xb3 | |
| github.com/influxdb/influxdb/services/opentsdb.(*Service).serveHTTP(0xc82011c460) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/opentsdb/service.go:340 +0x1ca | |
| created by github.com/influxdb/influxdb/services/opentsdb.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/opentsdb/service.go:160 +0xefd | |
| goroutine 46 [IO wait]: | |
| net.runtime_pollWait(0x7f7cb4b70190, 0x72, 0xc8200660a0) | |
| /home/philip/.gvm/gos/go1.5/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8201d2b50, 0x72, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8201d2b50, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).accept(0xc8201d2af0, 0x0, 0x7f7cb3730740, 0xc8202269e0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_unix.go:408 +0x27c | |
| net.(*TCPListener).AcceptTCP(0xc82002a3d8, 0xc820274ee0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:254 +0x4d | |
| net.(*TCPListener).Accept(0xc82002a3d8, 0x0, 0x0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/tcpsock_posix.go:264 +0x3d | |
| github.com/influxdb/influxdb/services/opentsdb.(*Service).serve(0xc82011c460) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/opentsdb/service.go:198 +0xae | |
| created by github.com/influxdb/influxdb/services/opentsdb.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/opentsdb/service.go:161 +0xf22 | |
| goroutine 47 [select]: | |
| github.com/influxdb/influxdb/services/retention.(*Service).deleteShardGroups(0xc82000adc0) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/retention/service.go:69 +0x351 | |
| created by github.com/influxdb/influxdb/services/retention.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/retention/service.go:45 +0x1b4 | |
| goroutine 48 [select]: | |
| github.com/influxdb/influxdb/services/retention.(*Service).deleteShards(0xc82000adc0) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/retention/service.go:102 +0x7a0 | |
| created by github.com/influxdb/influxdb/services/retention.(*Service).Open | |
| /tmp/build/src/github.com/influxdb/influxdb/services/retention/service.go:46 +0x1d9 | |
| goroutine 49 [chan receive]: | |
| github.com/influxdb/influxdb/cmd/influxd/run.(*Server).startServerReporting(0xc8201139e0) | |
| /tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:442 +0x1eb | |
| created by github.com/influxdb/influxdb/cmd/influxd/run.(*Server).Open.func1 | |
| /tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/server.go:378 +0x1265 | |
| goroutine 50 [select]: | |
| github.com/influxdb/influxdb/cmd/influxd/run.(*Command).monitorServerErrors(0xc82010c200) | |
| /tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/command.go:138 +0x2c5 | |
| created by github.com/influxdb/influxdb/cmd/influxd/run.(*Command).Run | |
| /tmp/build/src/github.com/influxdb/influxdb/cmd/influxd/run/command.go:120 +0xeeb | |
| goroutine 51 [select, locked to thread]: | |
| runtime.gopark(0xd1af00, 0xc82025e728, 0xbd6600, 0x6, 0x18, 0x2) | |
| /home/philip/.gvm/gos/go1.5/src/runtime/proc.go:185 +0x163 | |
| runtime.selectgoImpl(0xc82025e728, 0x0, 0x18) | |
| /home/philip/.gvm/gos/go1.5/src/runtime/select.go:392 +0xa64 | |
| runtime.selectgo(0xc82025e728) | |
| /home/philip/.gvm/gos/go1.5/src/runtime/select.go:212 +0x12 | |
| runtime.ensureSigM.func1() | |
| /home/philip/.gvm/gos/go1.5/src/runtime/signal1_unix.go:227 +0x353 | |
| runtime.goexit() | |
| /home/philip/.gvm/gos/go1.5/src/runtime/asm_amd64.s:1696 +0x1 | |
| goroutine 55 [IO wait]: | |
| net.runtime_pollWait(0x7f7cb4b700d0, 0x72, 0xc8200660a0) | |
| /home/philip/.gvm/gos/go1.5/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8201d2d10, 0x72, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8201d2d10, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8201d2cb0, 0xc820279000, 0x1000, 0x1000, 0x0, 0x7f7cb372c028, 0xc8200660a0) | |
| /home/philip/.gvm/gos/go1.5/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc82002a3f0, 0xc820279000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/net.go:172 +0xe4 | |
| io.(*multiReader).Read(0xc820226ac0, 0xc820279000, 0x1000, 0x1000, 0x5f, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/io/multi.go:13 +0xa4 | |
| bufio.(*Reader).Read(0xc8201f3500, 0xc820279000, 0x1000, 0x1000, 0x65756c6176, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/bufio/bufio.go:197 +0x126 | |
| github.com/influxdb/influxdb/services/opentsdb.(*readerConn).Read(0xc820226ae0, 0xc820279000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/opentsdb/handler.go:173 +0x6d | |
| bufio.(*Reader).fill(0xc8201f3560) | |
| /home/philip/.gvm/gos/go1.5/src/bufio/bufio.go:97 +0x1e9 | |
| bufio.(*Reader).ReadSlice(0xc8201f3560, 0xc8201f2c0a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/bufio/bufio.go:328 +0x21a | |
| bufio.(*Reader).ReadLine(0xc8201f3560, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/bufio/bufio.go:357 +0x53 | |
| net/textproto.(*Reader).readLineSlice(0xc820047a60, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/textproto/reader.go:55 +0x81 | |
| net/textproto.(*Reader).ReadLine(0xc820047a60, 0x0, 0x0, 0x0, 0x0) | |
| /home/philip/.gvm/gos/go1.5/src/net/textproto/reader.go:36 +0x40 | |
| github.com/influxdb/influxdb/services/opentsdb.(*Service).handleTelnetConn(0xc82011c460, 0x7f7cb4b757e8, 0xc820226ae0) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/opentsdb/service.go:257 +0x2e8 | |
| github.com/influxdb/influxdb/services/opentsdb.(*Service).handleConn(0xc82011c460, 0x7f7cb4b757e8, 0xc820226ae0) | |
| /tmp/build/src/github.com/influxdb/influxdb/services/opentsdb/service.go:238 +0x62d | |
| created by github.com/influxdb/influxdb/services/opentsdb.(*Service).serve | |
| /tmp/build/src/github.com/influxdb/influxdb/services/opentsdb/service.go:208 +0x43d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment