Created
March 30, 2014 03:09
-
-
Save lra/9866860 to your computer and use it in GitHub Desktop.
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
[03/29/14 23:07:47] [INFO] Redirectoring logging to influxdb.log | |
[03/29/14 23:07:47] [INFO] Starting Influx Server bound to 0.0.0.0 ... | |
[03/29/14 23:07:47] [INFO] | |
+---------------------------------------------+ | |
| _____ __ _ _____ ____ | | |
| |_ _| / _| | | __ \| _ \ | | |
| | | _ __ | |_| |_ ___ _| | | | |_) | | | |
| | | | '_ \| _| | | | \ \/ / | | | _ < | | |
| _| |_| | | | | | | |_| |> <| |__| | |_) | | | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/ | | |
+---------------------------------------------+ | |
[03/29/14 23:07:47] [INFO] Opening database at /usr/local/var/influxdb/data | |
[03/29/14 23:07:47] [INFO] Opening wal in /usr/local/var/influxdb/wal | |
[03/29/14 23:07:47] [INFO] Using /dev/random to initialize the raft server name | |
[03/29/14 23:07:47] [INFO] Setting raft name to 6264d63 | |
[03/29/14 23:07:47] [INFO] Ssl will be disabled since the ssl port or certificate path weren't set | |
[03/29/14 23:07:47] [INFO] ProtobufServer listening on 0.0.0.0:8099 | |
[03/29/14 23:07:47] [INFO] Initializing Raft HTTP server | |
[03/29/14 23:07:47] [INFO] Raft Server Listening at http://rmbp.local:8090 | |
[03/29/14 23:07:47] [INFO] Initializing Raft Server: /usr/local/var/influxdb/raft 8090 | |
[03/29/14 23:07:47] [INFO] Starting as new Raft leader... | |
[03/29/14 23:07:47] [INFO] (raft:6264d63) Selected as leader. Starting leader loop. | |
[03/29/14 23:07:47] [INFO] Added server to cluster config: 1, http://rmbp.local:8090, rmbp.local:8099 | |
[03/29/14 23:07:47] [INFO] Checking whether this is the local server new: rmbp.local:8099, local: rmbp.local:8099 | |
[03/29/14 23:07:47] [INFO] Added the local server | |
[03/29/14 23:07:48] [INFO] Waiting for local server to be added | |
[03/29/14 23:07:48] [INFO] Setting server id to 1 and recovering | |
[03/29/14 23:07:53] [INFO] Recovering from log... | |
[03/29/14 23:07:53] [INFO] local: Initializing write buffer with buffer size of 10000 | |
[03/29/14 23:07:53] [INFO] Waiting for servers to recover | |
[03/29/14 23:07:53] [INFO] Recovering local server | |
[03/29/14 23:07:53] [INFO] Recovering server 1 from request 0 | |
[03/29/14 23:07:53] [INFO] Recovered local server | |
[03/29/14 23:07:53] [INFO] recovered | |
[03/29/14 23:07:53] [INFO] Connecting to other nodes in the cluster | |
[03/29/14 23:07:53] [INFO] Starting admin interface on port 8083 | |
[03/29/14 23:07:53] [INFO] Starting Http Api server on port 8086 | |
[03/29/14 23:09:26] [EROR] Cannot run command &coordinator.CreateDatabaseCommand{Name:"example", ReplicationFactor:0x1}. database example exists | |
[03/29/14 23:09:26] [INFO] No matching shards for write at time 1396148966472815u, creating... | |
[03/29/14 23:09:26] [INFO] createShards: start: Wed Mar 26 20:00:00 -0400 EDT 2014. end: Wed Apr 2 20:00:00 -0400 EDT 2014 | |
[03/29/14 23:09:26] [INFO] DATASTORE: opening or creating shard /usr/local/var/influxdb/data/shard_db/00001 | |
[03/29/14 23:09:26] [INFO] Adding short term shard: 1 - start: Wed Mar 26 20:00:00 -0400 EDT 2014 (1395878400). end: Wed Apr 2 20:00:00 -0400 EDT 2014 (1396483200). isLocal: %!d(bool=true). servers: [%!s(uint32=1)] | |
[03/29/14 23:09:26] [INFO] Opening log file /usr/local/var/influxdb/wal/log.1 | |
[03/29/14 23:09:26] [INFO] Opening index file /usr/local/var/influxdb/wal/index.1 | |
panic: invalid index entry: [1001,1000,130663,130663] | |
goroutine 7 [running]: | |
runtime.panic(0x4418b00, 0xc210280990) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/panic.c:266 +0xb6 | |
wal.(*index).addEntry(0xc210166800, 0x3e8000003e9, 0x1fe67, 0x1fe67) | |
/private/tmp/influxdb-VPjq/influxdb/src/wal/index.go:76 +0x17a | |
wal.(*WAL).index(0xc210072d80, 0xc210166ae0, 0x0) | |
/private/tmp/influxdb-VPjq/influxdb/src/wal/wal.go:562 +0xaa | |
wal.(*WAL).processEntries(0xc210072d80) | |
/private/tmp/influxdb-VPjq/influxdb/src/wal/wal.go:254 +0x188 | |
created by wal.NewWAL | |
/private/tmp/influxdb-VPjq/influxdb/src/wal/wal.go:103 +0x9f3 | |
goroutine 1 [IO wait]: | |
net.runtime_pollWait(0x4bb5f40, 0x72, 0x0) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2100ff5a0, 0x72, 0x4bb3f60, 0x23) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2100ff5a0, 0x23, 0x4bb3f60) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).accept(0xc2100ff540, 0x45b33b0, 0x0, 0x4bb3f60, 0x23) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/fd_unix.go:382 +0x2c2 | |
net.(*TCPListener).AcceptTCP(0xc2100cb320, 0x418a3cb, 0x4e61c10, 0x418a3cb) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/tcpsock_posix.go:233 +0x47 | |
net.(*TCPListener).Accept(0xc2100cb320, 0x4bb6b20, 0xc21009d2a8, 0xc210072980, 0x0) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/tcpsock_posix.go:243 +0x27 | |
net/http.(*Server).Serve(0xc2100cd460, 0x4bb50f0, 0xc2100cb320, 0x0, 0x0) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/http/server.go:1622 +0x91 | |
net/http.Serve(0x4bb50f0, 0xc2100cb320, 0x4bb6af8, 0xc2100cb328, 0x4503390, ...) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/http/server.go:1561 +0x70 | |
api/http.(*HttpServer).Serve(0xc2100a73c0, 0x4bb50f0, 0xc2100cb320) | |
/private/tmp/influxdb-VPjq/influxdb/src/api/http/api.go:145 +0xc29 | |
api/http.(*HttpServer).ListenAndServe(0xc2100a73c0) | |
/private/tmp/influxdb-VPjq/influxdb/src/api/http/api.go:72 +0x16c | |
server.(*Server).ListenAndServe(0xc210050150, 0xc210050150, 0x0) | |
/private/tmp/influxdb-VPjq/influxdb/src/server/server.go:113 +0x583 | |
main.main() | |
/private/tmp/influxdb-VPjq/influxdb/src/daemon/influxd.go:119 +0x5fe | |
goroutine 3 [syscall]: | |
os/signal.loop() | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/os/signal/signal_unix.go:21 +0x1e | |
created by os/signal.init·1 | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/os/signal/signal_unix.go:27 +0x31 | |
goroutine 4 [chan receive]: | |
code.google.com/p/log4go.ConsoleLogWriter.run(0xc210069000, 0x4bb40e8, 0xc210000008) | |
/private/tmp/influxdb-VPjq/influxdb/src/code.google.com/p/log4go/termlog.go:27 +0x60 | |
created by code.google.com/p/log4go.NewConsoleLogWriter | |
/private/tmp/influxdb-VPjq/influxdb/src/code.google.com/p/log4go/termlog.go:19 +0x67 | |
goroutine 5 [select]: | |
code.google.com/p/log4go.func·002() | |
/private/tmp/influxdb-VPjq/influxdb/src/code.google.com/p/log4go/filelog.go:84 +0x84c | |
created by code.google.com/p/log4go.NewFileLogWriter | |
/private/tmp/influxdb-VPjq/influxdb/src/code.google.com/p/log4go/filelog.go:116 +0x2d1 | |
goroutine 6 [syscall]: | |
runtime.goexit() | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/proc.c:1394 | |
goroutine 8 [sleep]: | |
time.Sleep(0x8bb2c97000) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/time.goc:31 +0x31 | |
cluster.func·001() | |
/private/tmp/influxdb-VPjq/influxdb/src/cluster/cluster_configuration.go:131 +0x35 | |
created by cluster.(*ClusterConfiguration).CreateFutureShardsAutomaticallyBeforeTimeComes | |
/private/tmp/influxdb-VPjq/influxdb/src/cluster/cluster_configuration.go:136 +0x63 | |
goroutine 10 [chan receive]: | |
main.waitForSignals(0x4bb5070, 0xc210050150) | |
/private/tmp/influxdb-VPjq/influxdb/src/daemon/null_profiler.go:23 +0x126 | |
created by main.startProfiler | |
/private/tmp/influxdb-VPjq/influxdb/src/daemon/null_profiler.go:15 +0x38 | |
goroutine 11 [IO wait]: | |
net.runtime_pollWait(0x4bb6090, 0x72, 0x0) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210071530, 0x72, 0x4bb3f60, 0x23) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210071530, 0x23, 0x4bb3f60) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).accept(0xc2100714d0, 0x45b33b0, 0x0, 0x4bb3f60, 0x23) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/fd_unix.go:382 +0x2c2 | |
net.(*TCPListener).AcceptTCP(0xc21009d020, 0xc2100d0300, 0x0, 0x4bb50c0) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/tcpsock_posix.go:233 +0x47 | |
net.(*TCPListener).Accept(0xc21009d020, 0xc2100d0300, 0x4e71f38, 0x1, 0x1) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/tcpsock_posix.go:243 +0x27 | |
coordinator.(*ProtobufServer).ListenAndServe(0xc2100a8440) | |
/private/tmp/influxdb-VPjq/influxdb/src/coordinator/protobuf_server.go:62 +0x1c7 | |
created by server.(*Server).ListenAndServe | |
/private/tmp/influxdb-VPjq/influxdb/src/server/server.go:78 +0x3d | |
goroutine 12 [IO wait]: | |
net.runtime_pollWait(0x4bb5fe8, 0x72, 0x0) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210050220, 0x72, 0x4bb3f60, 0x23) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210050220, 0x23, 0x4bb3f60) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).accept(0xc2100501c0, 0x45b33b0, 0x0, 0x4bb3f60, 0x23) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/fd_unix.go:382 +0x2c2 | |
net.(*TCPListener).AcceptTCP(0xc2100cb010, 0x18, 0xc2100f5810, 0x418a1a3) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/tcpsock_posix.go:233 +0x47 | |
net.(*TCPListener).Accept(0xc2100cb010, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/tcpsock_posix.go:243 +0x27 | |
net/http.(*Server).Serve(0xc2100cd050, 0x4bb50f0, 0xc2100cb010, 0x0, 0x0) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/http/server.go:1622 +0x91 | |
coordinator.func·008() | |
/private/tmp/influxdb-VPjq/influxdb/src/coordinator/raft_server.go:500 +0x3a | |
created by coordinator.(*RaftServer).Serve | |
/private/tmp/influxdb-VPjq/influxdb/src/coordinator/raft_server.go:504 +0x519 | |
goroutine 18 [select]: | |
cluster.(*WriteBuffer).handleWrites(0xc2100fa420) | |
/private/tmp/influxdb-VPjq/influxdb/src/cluster/write_buffer.go:59 +0xca | |
created by cluster.NewWriteBuffer | |
/private/tmp/influxdb-VPjq/influxdb/src/cluster/write_buffer.go:37 +0x207 | |
goroutine 14 [select]: | |
github.com/goraft/raft.(*server).leaderLoop(0xc2100ba5a0) | |
/private/tmp/influxdb-VPjq/influxdb/src/github.com/goraft/raft/server.go:765 +0x5fe | |
github.com/goraft/raft.(*server).loop(0xc2100ba5a0) | |
/private/tmp/influxdb-VPjq/influxdb/src/github.com/goraft/raft/server.go:568 +0x33f | |
created by github.com/goraft/raft.(*server).Start | |
/private/tmp/influxdb-VPjq/influxdb/src/github.com/goraft/raft/server.go:472 +0x7af | |
goroutine 15 [select]: | |
coordinator.(*RaftServer).CompactLog(0xc210075300) | |
/private/tmp/influxdb-VPjq/influxdb/src/coordinator/raft_server.go:300 +0x2ef | |
created by coordinator.(*RaftServer).startRaft | |
/private/tmp/influxdb-VPjq/influxdb/src/coordinator/raft_server.go:338 +0x38f | |
goroutine 16 [select]: | |
coordinator.(*RaftServer).raftLeaderLoop(0xc210075300, 0xc2100d2380) | |
/private/tmp/influxdb-VPjq/influxdb/src/coordinator/raft_server.go:407 +0x29c | |
created by coordinator.(*RaftServer).raftEventHandler | |
/private/tmp/influxdb-VPjq/influxdb/src/coordinator/raft_server.go:396 +0x1d0 | |
goroutine 20 [IO wait]: | |
net.runtime_pollWait(0x4bb5e98, 0x72, 0x0) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc21012b140, 0x72, 0x4bb3f60, 0x23) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc21012b140, 0x23, 0x4bb3f60) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).accept(0xc21012b0e0, 0x45b33b0, 0x0, 0x4bb3f60, 0x23) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/fd_unix.go:382 +0x2c2 | |
net.(*TCPListener).AcceptTCP(0xc21009d288, 0x18, 0xc210102810, 0x418a1a3) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/tcpsock_posix.go:233 +0x47 | |
net.(*TCPListener).Accept(0xc21009d288, 0x50, 0x49d7b00, 0x18, 0x0) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/tcpsock_posix.go:243 +0x27 | |
net/http.(*Server).Serve(0xc2100a02d0, 0x4bb50f0, 0xc21009d288, 0x0, 0x0) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/http/server.go:1622 +0x91 | |
net/http.Serve(0x4bb50f0, 0xc21009d288, 0x4bb6ad0, 0xc2100d0970, 0x23, ...) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/http/server.go:1561 +0x70 | |
admin.(*HttpServer).ListenAndServe(0xc2100a84c0) | |
/private/tmp/influxdb-VPjq/influxdb/src/admin/http_server.go:35 +0x170 | |
created by server.(*Server).ListenAndServe | |
/private/tmp/influxdb-VPjq/influxdb/src/server/server.go:103 +0x37c | |
goroutine 22 [chan receive]: | |
wal.(*WAL).CreateCheckpoint(0xc210072d80, 0x4385ee0, 0xc200000000) | |
/private/tmp/influxdb-VPjq/influxdb/src/wal/wal.go:537 +0x94 | |
cluster.(*ClusterConfiguration).CreateCheckpoint(0xc21006c8c0, 0xc210280901, 0x1) | |
/private/tmp/influxdb-VPjq/influxdb/src/cluster/cluster_configuration.go:691 +0x36 | |
coordinator.(*CoordinatorImpl).DropDatabase(0xc2100a5740, 0x4bb6cb0, 0xc2100c15c0, 0xc210166a88, 0x7, ...) | |
/private/tmp/influxdb-VPjq/influxdb/src/coordinator/coordinator.go:612 +0x103 | |
api/http.func·008(0x4bb6cb0, 0xc2100c15c0, 0xc210166a92, 0x4, 0xc210166a99) | |
/private/tmp/influxdb-VPjq/influxdb/src/api/http/api.go:393 +0xa3 | |
api/http.yieldUser(0x4bb6cb0, 0xc2100c15c0, 0x4fdbc30, 0xc210166a99, 0x4, ...) | |
/private/tmp/influxdb-VPjq/influxdb/src/api/http/api.go:451 +0x3b | |
api/http.(*HttpServer).tryAsClusterAdmin(0xc2100a73c0, 0x4bb6c78, 0xc210253f00, 0xc210226000, 0x4fdbc30) | |
/private/tmp/influxdb-VPjq/influxdb/src/api/http/api.go:513 +0x342 | |
api/http.(*HttpServer).dropDatabase(0xc2100a73c0, 0x4bb6c78, 0xc210253f00, 0xc210226000) | |
/private/tmp/influxdb-VPjq/influxdb/src/api/http/api.go:398 +0x87 | |
api/http.*HttpServer.(api/http.dropDatabase)·fm(0x4bb6c78, 0xc210253f00, 0xc210226000) | |
/private/tmp/influxdb-VPjq/influxdb/src/api/http/api.go:102 +0x44 | |
api/http.func·030(0x4bb6c78, 0xc210253f00, 0xc210226000) | |
/private/tmp/influxdb-VPjq/influxdb/src/api/http/cors.go:13 +0x180 | |
net/http.HandlerFunc.ServeHTTP(0xc2100ccf30, 0x4bb6c78, 0xc210253f00, 0xc210226000) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/http/server.go:1220 +0x40 | |
github.com/bmizerany/pat.(*PatternServeMux).ServeHTTP(0xc2100cb328, 0x4bb6c78, 0xc210253f00, 0xc210226000) | |
/private/tmp/influxdb-VPjq/influxdb/src/github.com/bmizerany/pat/mux.go:109 +0x1be | |
net/http.serverHandler.ServeHTTP(0xc2100cd460, 0x4bb6c78, 0xc210253f00, 0xc210226000) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/http/server.go:1597 +0x16e | |
net/http.(*conn).serve(0xc210072980) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/http/server.go:1167 +0x7b7 | |
created by net/http.(*Server).Serve | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 23 [finalizer wait]: | |
runtime.park(0x4012f30, 0x49ccd50, 0x49cb1c8) | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/proc.c:1342 +0x66 | |
runfinq() | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/mgc0.c:2279 +0x84 | |
runtime.goexit() | |
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/proc.c:1394 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment