Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.8.0 panics on startup #868

Closed
nicolai86 opened this issue Aug 23, 2014 · 7 comments
Closed

v0.8.0 panics on startup #868

nicolai86 opened this issue Aug 23, 2014 · 7 comments

Comments

@nicolai86
Copy link
Contributor

from the github repository:

# git checkout v0.8.0
# ./configure --with-flex=/usr/local/Cellar/flex/2.5.37/bin/flex --with-bison=/usr/local/Cellar/bison/3.0.2/bin/bison && make
checking for protoc... /usr/local/bin/protoc
checking for go... /usr/local/bin/go
checking for gofmt... /usr/local/bin/gofmt
checking for autoreconf... /usr/local/bin/autoreconf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gzdopen in -lz... yes
checking for BZ2_bzReadOpen in -lbz2... yes
checking for library containing clock_gettime... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating parser/Makefile
/bin/bash: gawk: command not found
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C parser
/usr/local/Cellar/bison/3.0.2/bin/bison -t -d query.yacc -o y.tab.c --defines=y.tab.h
query.yacc:120.38-49: warning: type <expression> is used, but is not associated to any symbol [-Wother]
 %destructor { free_expression($$); } <expression>
                                      ^^^^^^^^^^^^
query.yacc: warning: 7 shift/reduce conflicts [-Wconflicts-sr]
query.yacc: warning: 32 reduce/reduce conflicts [-Wconflicts-rr]
/usr/local/Cellar/flex/2.5.37/bin/flex -o lex.yy.c -i query.lex
rm -f protocol/*.pb.go
PATH=/Users/nicolai86/go/src/github.com/influxdb/influxdb/../../../../bin:$PATH /usr/local/bin/protoc --go_out=. protocol/*.proto
/usr/local/bin/go build -o influxdb  github.com/influxdb/influxdb/daemon
# github.com/influxdb/influxdb/parser
query.yacc:122:9: warning: implicit declaration of function 'free_groupby_clause' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:117:9: warning: implicit declaration of function 'free_from_clause' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:1718:16: warning: implicit declaration of function 'yylex' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:2642:9: warning: implicit declaration of function 'yyerror' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:710:3: warning: implicit declaration of function 'yylex_init' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:718:3: warning: implicit declaration of function 'yylex_destroy' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:729:1: warning: control reaches end of non-void function [-Wreturn-type]
# github.com/influxdb/gomdb
../gomdb/mdb.c:8584:46: warning: data argument not used by format string [-Wformat-extra-args]
/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
/usr/local/bin/go build -o benchmark-storage  github.com/influxdb/influxdb/tools/benchmark-storage
# github.com/influxdb/gomdb
../gomdb/mdb.c:8584:46: warning: data argument not used by format string [-Wformat-extra-args]
/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
/usr/local/bin/go build -o benchmark-tool github.com/influxdb/influxdb/tools/benchmark
/usr/local/bin/go get launchpad.net/gocheck
/usr/local/bin/go test github.com/influxdb/influxdb/admin github.com/influxdb/influxdb/api/http github.com/influxdb/influxdb/api/graphite github.com/influxdb/influxdb/cluster github.com/influxdb/influxdb/common github.com/influxdb/influxdb/configuration github.com/influxdb/influxdb/checkers github.com/influxdb/influxdb/coordinator github.com/influxdb/influxdb/datastore github.com/influxdb/influxdb/engine github.com/influxdb/influxdb/parser github.com/influxdb/influxdb/protocol github.com/influxdb/influxdb/wal -test.timeout=10m
ok      github.com/influxdb/influxdb/admin  0.019s
# github.com/influxdb/influxdb/parser
query.yacc:122:9: warning: implicit declaration of function 'free_groupby_clause' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:117:9: warning: implicit declaration of function 'free_from_clause' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:1718:16: warning: implicit declaration of function 'yylex' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:2642:9: warning: implicit declaration of function 'yyerror' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:710:3: warning: implicit declaration of function 'yylex_init' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:718:3: warning: implicit declaration of function 'yylex_destroy' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:729:1: warning: control reaches end of non-void function [-Wreturn-type]
# github.com/influxdb/influxdb/parser
query.yacc:122:9: warning: implicit declaration of function 'free_groupby_clause' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:117:9: warning: implicit declaration of function 'free_from_clause' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:1718:16: warning: implicit declaration of function 'yylex' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:2642:9: warning: implicit declaration of function 'yyerror' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:710:3: warning: implicit declaration of function 'yylex_init' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:718:3: warning: implicit declaration of function 'yylex_destroy' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:729:1: warning: control reaches end of non-void function [-Wreturn-type]
# github.com/influxdb/gomdb
../gomdb/mdb.c:8584:46: warning: data argument not used by format string [-Wformat-extra-args]
/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
ok      github.com/influxdb/influxdb/api/http   1.100s
?       github.com/influxdb/influxdb/api/graphite   [no test files]
ok      github.com/influxdb/influxdb/cluster    0.389s
ok      github.com/influxdb/influxdb/common 0.009s
ok      github.com/influxdb/influxdb/configuration  0.013s
?       github.com/influxdb/influxdb/checkers   [no test files]
ok      github.com/influxdb/influxdb/coordinator    1.064s
ok      github.com/influxdb/influxdb/datastore  0.049s
ok      github.com/influxdb/influxdb/engine 0.045s
ok      github.com/influxdb/influxdb/parser 0.059s
ok      github.com/influxdb/influxdb/protocol   0.007s
ok      github.com/influxdb/influxdb/wal    11.356s
/usr/local/bin/go test github.com/influxdb/influxdb/integration -test.timeout=10m
# github.com/influxdb/influxdb/parser
query.yacc:122:9: warning: implicit declaration of function 'free_groupby_clause' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:117:9: warning: implicit declaration of function 'free_from_clause' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:1718:16: warning: implicit declaration of function 'yylex' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:2642:9: warning: implicit declaration of function 'yyerror' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:710:3: warning: implicit declaration of function 'yylex_init' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:718:3: warning: implicit declaration of function 'yylex_destroy' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:729:1: warning: control reaches end of non-void function [-Wreturn-type]
Starting server[08/23/14 15:37:43] [INFO] Loading configuration file ../integration/test_missing_points1.toml
[08/23/14 15:37:43] [INFO] Loading configuration file integration/test_missing_points1.toml

+---------------------------------------------+
|  _____        __ _            _____  ____   |
| |_   _|      / _| |          |  __ \|  _ \  |
|   | |  _ __ | |_| |_   ___  _| |  | | |_) | |
|   | | | '_ \|  _| | | | \ \/ / |  | |  _ <  |
|  _| |_| | | | | | | |_| |>  <| |__| | |_) | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/  |
+---------------------------------------------+

[08/23/14 15:37:43] [INFO] Redirectoring logging to stdout
[08/23/14 15:37:43] [INFO] Starting Influx Server dev...
[08/23/14 15:37:43] [INFO] Opening database at /tmp/influxdb/test/1/db
[08/23/14 15:37:43] [INFO] Opening wal in /tmp/influxdb/test/1/wal
[08/23/14 15:37:43] [INFO] Using /dev/urandom to initialize the raft server name
[08/23/14 15:37:43] [INFO] Setting raft name to 4dba3d48f814fb7b
[08/23/14 15:37:43] [INFO] Initializing Raft HTTP server
[08/23/14 15:37:43] [INFO] Raft Server Listening at :60501
[08/23/14 15:37:43] [INFO] Initializing Raft Server: http://localhost:60501
[08/23/14 15:37:43] [INFO] Starting as new Raft leader...
[08/23/14 15:37:43] [INFO] (raft:4dba3d48f814fb7b) Selected as leader. Starting leader loop.
[08/23/14 15:37:43] [INFO] Adding new server to the cluster config 4dba3d48f814fb7b
[08/23/14 15:37:43] [INFO] Added server to cluster config: 1, http://localhost:60501, localhost:60502
[08/23/14 15:37:43] [INFO] Checking whether this is the local server local: localhost:60502, new: localhost:60502
[08/23/14 15:37:43] [INFO] Added the local server
[08/23/14 15:37:43] [INFO] Waiting for local server to be added
[08/23/14 15:37:43] [INFO] Setting server id to 1 and recovering
[08/23/14 15:37:48] [INFO] Recovering from log...
[08/23/14 15:37:48] [INFO] local: Initializing write buffer with buffer size of 1000
[08/23/14 15:37:48] [INFO] Waiting for servers to recover
[08/23/14 15:37:48] [INFO] Recovering local server
[08/23/14 15:37:48] [INFO] No shards to recover for 1
[08/23/14 15:37:48] [INFO] Recovered local server
[08/23/14 15:37:48] [INFO] recovered
[08/23/14 15:37:48] [INFO] ProtobufServer listening on :60502
[08/23/14 15:37:48] [INFO] Connecting to other nodes in the cluster
[08/23/14 15:37:48] [INFO] Starting admin interface on port 60504
[08/23/14 15:37:48] [INFO] Starting Graphite Listener on port 60513
[08/23/14 15:37:48] [INFO] Starting UDP Listener on port 60514 to database udp_db
[08/23/14 15:37:48] [INFO] Starting Http Api server on port 60500
[08/23/14 15:37:48] [INFO] Starting SSL api on port :60503 using certificate in ./cert.pem
Starting server[08/23/14 15:37:48] [INFO] Loading configuration file ../integration/test_missing_points2.toml
[08/23/14 15:37:48] [INFO] Loading configuration file integration/test_missing_points2.toml

+---------------------------------------------+
|  _____        __ _            _____  ____   |
| |_   _|      / _| |          |  __ \|  _ \  |
|   | |  _ __ | |_| |_   ___  _| |  | | |_) | |
|   | | | '_ \|  _| | | | \ \/ / |  | |  _ <  |
|  _| |_| | | | | | | |_| |>  <| |__| | |_) | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/  |
+---------------------------------------------+

[08/23/14 15:37:48] [INFO] Redirectoring logging to stdout
[08/23/14 15:37:48] [INFO] Starting Influx Server dev...
[08/23/14 15:37:48] [INFO] Opening database at /tmp/influxdb/test/2/db
[08/23/14 15:37:48] [INFO] Opening wal in /tmp/influxdb/test/2/wal
[08/23/14 15:37:48] [INFO] Using /dev/urandom to initialize the raft server name
[08/23/14 15:37:48] [INFO] Setting raft name to 8e3134d99ed4af9
[08/23/14 15:37:48] [INFO] Ssl will be disabled since the ssl port or certificate path weren't set
[08/23/14 15:37:48] [INFO] Initializing Raft HTTP server
[08/23/14 15:37:48] [INFO] Raft Server Listening at :60507
[08/23/14 15:37:48] [INFO] Initializing Raft Server: http://localhost:60507
[08/23/14 15:37:48] [INFO] (raft:8e3134d99ed4af9) Attempting to join leader: localhost:60501
[08/23/14 15:37:48] [INFO] Adding new server to the cluster config 8e3134d99ed4af9
[08/23/14 15:37:48] [INFO] Added server to cluster config: 2, http://localhost:60507, localhost:60508
[08/23/14 15:37:48] [INFO] Checking whether this is the local server local: localhost:60502, new: localhost:60508
[08/23/14 15:37:48] [INFO] Connecting to ProtobufServer: localhost:60508 from localhost:60502
[08/23/14 15:37:48] [INFO] ClusterServer: 2 connecting to: localhost:60508
[08/23/14 15:37:48] [INFO] 2: Initializing write buffer with buffer size of 1000
[08/23/14 15:37:48] [INFO] Joined: localhost:60501
[08/23/14 15:37:48] [INFO] Waiting for local server to be added
[08/23/14 15:37:49] [INFO] Adding new server to the cluster config 4dba3d48f814fb7b
[08/23/14 15:37:49] [INFO] Added server to cluster config: 1, http://localhost:60501, localhost:60502
[08/23/14 15:37:49] [INFO] Checking whether this is the local server local: localhost:60508, new: localhost:60502
[08/23/14 15:37:49] [INFO] Connecting to ProtobufServer: localhost:60502 from localhost:60508
[08/23/14 15:37:49] [INFO] ClusterServer: 1 connecting to: localhost:60502
[08/23/14 15:37:49] [INFO] 1: Initializing write buffer with buffer size of 1000
[08/23/14 15:37:49] [INFO] ProtobufServer: client connected: 127.0.0.1:59456
[08/23/14 15:37:49] [INFO] connected to localhost:60502
[08/23/14 15:37:49] [INFO] Adding new server to the cluster config 8e3134d99ed4af9
[08/23/14 15:37:49] [INFO] Added server to cluster config: 2, http://localhost:60507, localhost:60508
[08/23/14 15:37:49] [INFO] Checking whether this is the local server local: localhost:60508, new: localhost:60508
[08/23/14 15:37:49] [INFO] Added the local server
[08/23/14 15:37:49] [INFO] Setting server id to 2 and recovering
[08/23/14 15:37:54] [INFO] Recovering from log...
[08/23/14 15:37:54] [INFO] local: Initializing write buffer with buffer size of 1000
[08/23/14 15:37:54] [INFO] Waiting for servers to recover
[08/23/14 15:37:54] [INFO] Recovering remote server 1
[08/23/14 15:37:54] [INFO] No shards to recover for 1
[08/23/14 15:37:54] [INFO] Recovered remote server 1
[08/23/14 15:37:54] [INFO] Recovering local server
[08/23/14 15:37:54] [INFO] No shards to recover for 2
[08/23/14 15:37:54] [INFO] Recovered local server
[08/23/14 15:37:54] [INFO] ProtobufServer listening on :60508
[08/23/14 15:37:54] [INFO] recovered
[08/23/14 15:37:54] [INFO] Connecting to other nodes in the cluster
[08/23/14 15:37:54] [INFO] ClusterServer: 1 connecting to: localhost:60502
[08/23/14 15:37:54] [INFO] Starting admin interface on port 60505
[08/23/14 15:37:54] [INFO] Graphite input plugins is disabled
[08/23/14 15:37:54] [INFO] UDP server is disabled
[08/23/14 15:37:54] [INFO] Starting Http Api server on port 60506
[08/23/14 15:37:54] [INFO] connected to localhost:60508
[08/23/14 15:37:54] [INFO] ProtobufServer: client connected: 127.0.0.1:59555
[08/23/14 15:37:54] [WARN] Server marked as up. Hearbeat succeeded
Starting server[08/23/14 15:37:54] [INFO] Loading configuration file ../integration/test_missing_points3.toml
[08/23/14 15:37:54] [INFO] Loading configuration file integration/test_missing_points3.toml

+---------------------------------------------+
|  _____        __ _            _____  ____   |
| |_   _|      / _| |          |  __ \|  _ \  |
|   | |  _ __ | |_| |_   ___  _| |  | | |_) | |
|   | | | '_ \|  _| | | | \ \/ / |  | |  _ <  |
|  _| |_| | | | | | | |_| |>  <| |__| | |_) | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/  |
+---------------------------------------------+

[08/23/14 15:37:54] [INFO] Redirectoring logging to stdout
[08/23/14 15:37:54] [INFO] Starting Influx Server dev...
[08/23/14 15:37:54] [INFO] Opening database at /tmp/influxdb/test/3/db
[08/23/14 15:37:54] [INFO] Opening wal in /tmp/influxdb/test/3/wal
[08/23/14 15:37:54] [INFO] Using /dev/urandom to initialize the raft server name
[08/23/14 15:37:54] [INFO] Setting raft name to 82b804f624917550
[08/23/14 15:37:54] [INFO] Ssl will be disabled since the ssl port or certificate path weren't set
[08/23/14 15:37:54] [INFO] Initializing Raft HTTP server
[08/23/14 15:37:54] [INFO] Raft Server Listening at :60511
[08/23/14 15:37:54] [INFO] Initializing Raft Server: http://localhost:60511
[08/23/14 15:37:54] [INFO] (raft:82b804f624917550) Attempting to join leader: localhost:60501
[08/23/14 15:37:54] [INFO] Adding new server to the cluster config 82b804f624917550
[08/23/14 15:37:54] [INFO] Added server to cluster config: 3, http://localhost:60511, localhost:60512
[08/23/14 15:37:54] [INFO] Checking whether this is the local server local: localhost:60502, new: localhost:60512
[08/23/14 15:37:54] [INFO] Connecting to ProtobufServer: localhost:60512 from localhost:60502
[08/23/14 15:37:54] [INFO] ClusterServer: 3 connecting to: localhost:60512
[08/23/14 15:37:54] [INFO] 3: Initializing write buffer with buffer size of 1000
[08/23/14 15:37:54] [INFO] Joined: localhost:60501
[08/23/14 15:37:54] [INFO] Waiting for local server to be added
[08/23/14 15:37:54] [INFO] Adding new server to the cluster config 82b804f624917550
[08/23/14 15:37:54] [INFO] Added server to cluster config: 3, http://localhost:60511, localhost:60512
[08/23/14 15:37:54] [INFO] Checking whether this is the local server local: localhost:60508, new: localhost:60512
[08/23/14 15:37:54] [INFO] Connecting to ProtobufServer: localhost:60512 from localhost:60508
[08/23/14 15:37:54] [INFO] ClusterServer: 3 connecting to: localhost:60512
[08/23/14 15:37:54] [INFO] 3: Initializing write buffer with buffer size of 1000
[08/23/14 15:37:54] [INFO] Adding new server to the cluster config 4dba3d48f814fb7b
[08/23/14 15:37:54] [INFO] Added server to cluster config: 1, http://localhost:60501, localhost:60502
[08/23/14 15:37:54] [INFO] Checking whether this is the local server local: localhost:60512, new: localhost:60502
[08/23/14 15:37:54] [INFO] Connecting to ProtobufServer: localhost:60502 from localhost:60512
[08/23/14 15:37:54] [INFO] ClusterServer: 1 connecting to: localhost:60502
[08/23/14 15:37:54] [INFO] 1: Initializing write buffer with buffer size of 1000
[08/23/14 15:37:54] [INFO] connected to localhost:60502
[08/23/14 15:37:54] [INFO] ProtobufServer: client connected: 127.0.0.1:59565
[08/23/14 15:37:54] [INFO] Adding new server to the cluster config 8e3134d99ed4af9
[08/23/14 15:37:54] [INFO] Added server to cluster config: 2, http://localhost:60507, localhost:60508
[08/23/14 15:37:54] [INFO] Checking whether this is the local server local: localhost:60512, new: localhost:60508
[08/23/14 15:37:54] [INFO] Connecting to ProtobufServer: localhost:60508 from localhost:60512
[08/23/14 15:37:54] [INFO] ClusterServer: 2 connecting to: localhost:60508
[08/23/14 15:37:54] [INFO] 2: Initializing write buffer with buffer size of 1000
[08/23/14 15:37:54] [INFO] connected to localhost:60508
[08/23/14 15:37:54] [INFO] ProtobufServer: client connected: 127.0.0.1:59566
[08/23/14 15:37:54] [INFO] Adding new server to the cluster config 82b804f624917550
[08/23/14 15:37:54] [INFO] Added server to cluster config: 3, http://localhost:60511, localhost:60512
[08/23/14 15:37:54] [INFO] Checking whether this is the local server local: localhost:60512, new: localhost:60512
[08/23/14 15:37:54] [INFO] Added the local server
[08/23/14 15:37:54] [INFO] Setting server id to 3 and recovering
[08/23/14 15:37:59] [INFO] Recovering from log...
[08/23/14 15:37:59] [INFO] local: Initializing write buffer with buffer size of 1000
[08/23/14 15:37:59] [INFO] Recovering remote server 1
[08/23/14 15:37:59] [INFO] Waiting for servers to recover
[08/23/14 15:37:59] [INFO] Recovering local server
[08/23/14 15:37:59] [INFO] Recovering remote server 2
[08/23/14 15:37:59] [INFO] No shards to recover for 3
[08/23/14 15:37:59] [INFO] No shards to recover for 1
[08/23/14 15:37:59] [INFO] Recovered local server
[08/23/14 15:37:59] [INFO] No shards to recover for 2
[08/23/14 15:37:59] [INFO] Recovered remote server 1
[08/23/14 15:37:59] [INFO] Recovered remote server 2
[08/23/14 15:37:59] [INFO] recovered
[08/23/14 15:37:59] [INFO] Connecting to other nodes in the cluster
[08/23/14 15:37:59] [INFO] ProtobufServer listening on :60512
[08/23/14 15:37:59] [INFO] ClusterServer: 1 connecting to: localhost:60502
[08/23/14 15:37:59] [INFO] ClusterServer: 2 connecting to: localhost:60508
[08/23/14 15:37:59] [INFO] Starting admin interface on port 60509
[08/23/14 15:37:59] [INFO] Graphite input plugins is disabled
[08/23/14 15:37:59] [INFO] UDP server is disabled
[08/23/14 15:37:59] [INFO] Starting Http Api server on port 60510
[08/23/14 15:37:59] [INFO] connected to localhost:60512
[08/23/14 15:37:59] [INFO] ProtobufServer: client connected: 127.0.0.1:59715
[08/23/14 15:37:59] [INFO] connected to localhost:60512
[08/23/14 15:37:59] [INFO] ProtobufServer: client connected: 127.0.0.1:59717
[08/23/14 15:37:59] [WARN] Server marked as up. Hearbeat succeeded
[08/23/14 15:38:00] [WARN] Server marked as up. Hearbeat succeeded
Generating data
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035978000000u, creating...
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035378000000u, creating...
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035078000000u, creating...
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035678000000u, creating...
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035778000000u, creating...
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035178000000u, creating...
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035278000000u, creating...
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035478000000u, creating...
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035578000000u, creating...
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035878000000u, creating...
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/test/1/db/shard_db_v2/00001
[08/23/14 15:38:02] [INFO] Adding shard to default: 1 - start: Thu May 1 02:00:00 +0200 CEST 2014 (1398902400). end: Thu May 8 02:00:00 +0200 CEST 2014 (1399507200). isLocal: true. servers: [1]
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035779000000u, creating...
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035179000000u, creating...
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035579000000u, creating...
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035279000000u, creating...
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035479000000u, creating...
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] No matching shards for write at time 1399035879000000u, creating...
[08/23/14 15:38:02] [INFO] createShards for space default: start: Thu May 1 02:00:00 +0200 CEST 2014. end: Thu May 8 02:00:00 +0200 CEST 2014
[08/23/14 15:38:02] [INFO] Adding shard to default: 1 - start: Thu May 1 02:00:00 +0200 CEST 2014 (1398902400). end: Thu May 8 02:00:00 +0200 CEST 2014 (1399507200). isLocal: false. servers: [1]
[08/23/14 15:38:02] [INFO] Adding shard to default: 1 - start: Thu May 1 02:00:00 +0200 CEST 2014 (1398902400). end: Thu May 8 02:00:00 +0200 CEST 2014 (1399507200). isLocal: false. servers: [1]
Waiting for data to be written
Waiting for servers to sync
Running query
[08/23/14 15:38:04] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:04] [INFO] Start Query: db: test_missing_points, u: root, q: select * from /^series\.[0-9]+$/
[08/23/14 15:38:05] [INFO] Received signal: terminated
[08/23/14 15:38:05] [INFO] Stopping server
[08/23/14 15:38:05] [INFO] Stopping api server
[08/23/14 15:38:05] [INFO] Closing http server
[08/23/14 15:38:05] [INFO] Waiting for all requests to finish before killing the process
[08/23/14 15:38:05] [EROR] Error reading from connection (127.0.0.1:59717): EOF
[08/23/14 15:38:05] [EROR] Error while reading messsage size: &{%!d(string=EOF)}
[08/23/14 15:38:05] [EROR] Error reading from connection (127.0.0.1:59555): EOF
[08/23/14 15:38:05] [EROR] Error while reading messsage size: &{%!d(string=EOF)}
[08/23/14 15:38:05] [INFO] Received signal: terminated
[08/23/14 15:38:05] [INFO] Stopping server
[08/23/14 15:38:05] [INFO] Stopping api server
[08/23/14 15:38:05] [INFO] Closing http server
[08/23/14 15:38:05] [INFO] Waiting for all requests to finish before killing the process
[08/23/14 15:38:05] [INFO] Api server stopped
[08/23/14 15:38:05] [INFO] Stopping admin server
[08/23/14 15:38:05] [INFO] admin server stopped
[08/23/14 15:38:05] [INFO] Stopping raft server
[08/23/14 15:38:05] [EROR] Error reading from connection (127.0.0.1:59715): EOF
[08/23/14 15:38:05] [EROR] Error while reading messsage size: &{%!d(string=EOF)}
[08/23/14 15:38:05] [INFO] Received signal: terminated
[08/23/14 15:38:05] [INFO] Stopping server
[08/23/14 15:38:05] [INFO] Stopping api server
[08/23/14 15:38:05] [INFO] Closing http server
[08/23/14 15:38:05] [INFO] Waiting for all requests to finish before killing the process
[08/23/14 15:38:05] [INFO] Api server stopped
Starting server[08/23/14 15:38:05] [INFO] Loading configuration file ../integration/test_config_single.toml
[08/23/14 15:38:05] [INFO] Loading configuration file integration/test_config_single.toml

+---------------------------------------------+
|  _____        __ _            _____  ____   |
| |_   _|      / _| |          |  __ \|  _ \  |
|   | |  _ __ | |_| |_   ___  _| |  | | |_) | |
|   | | | '_ \|  _| | | | \ \/ / |  | |  _ <  |
|  _| |_| | | | | | | |_| |>  <| |__| | |_) | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/  |
+---------------------------------------------+

[08/23/14 15:38:05] [INFO] Redirectoring logging to stdout
[08/23/14 15:38:05] [INFO] Starting Influx Server dev bound to 0.0.0.0...
[08/23/14 15:38:05] [INFO] Opening database at /tmp/influxdb/development/db
[08/23/14 15:38:05] [INFO] Opening wal in /tmp/influxdb/development/wal
[08/23/14 15:38:05] [INFO] Using /dev/urandom to initialize the raft server name
[08/23/14 15:38:05] [INFO] Setting raft name to f9e8245f1fcec253
[08/23/14 15:38:05] [INFO] Ssl will be disabled since the ssl port or certificate path weren't set
[08/23/14 15:38:05] [INFO] Initializing Raft HTTP server
[08/23/14 15:38:05] [INFO] Raft Server Listening at 0.0.0.0:8090
[08/23/14 15:38:05] [INFO] Initializing Raft Server: http://kepler-22b:8090
[08/23/14 15:38:05] [INFO] Starting as new Raft leader...
[08/23/14 15:38:05] [INFO] (raft:f9e8245f1fcec253) Selected as leader. Starting leader loop.
[08/23/14 15:38:05] [INFO] Adding new server to the cluster config f9e8245f1fcec253
[08/23/14 15:38:05] [INFO] Added server to cluster config: 1, http://kepler-22b:8090, kepler-22b:8099
[08/23/14 15:38:05] [INFO] Checking whether this is the local server local: kepler-22b:8099, new: kepler-22b:8099
[08/23/14 15:38:05] [INFO] Added the local server
[08/23/14 15:38:05] [INFO] Waiting for local server to be added
[08/23/14 15:38:05] [INFO] Setting server id to 1 and recovering
[08/23/14 15:38:10] [INFO] Recovering from log...
[08/23/14 15:38:10] [INFO] local: Initializing write buffer with buffer size of 10000
[08/23/14 15:38:10] [INFO] Waiting for servers to recover
[08/23/14 15:38:10] [INFO] Recovering local server
[08/23/14 15:38:10] [INFO] No shards to recover for 1
[08/23/14 15:38:10] [INFO] Recovered local server
[08/23/14 15:38:10] [INFO] recovered
[08/23/14 15:38:10] [INFO] Connecting to other nodes in the cluster
[08/23/14 15:38:10] [INFO] Starting admin interface on port 8083
[08/23/14 15:38:10] [INFO] ProtobufServer listening on 0.0.0.0:8099
[08/23/14 15:38:10] [INFO] Graphite input plugins is disabled
[08/23/14 15:38:10] [INFO] UDP server is disabled
[08/23/14 15:38:10] [INFO] UDP server is disabled
[08/23/14 15:38:10] [INFO] Starting Http Api server on port 8086
[08/23/14 15:38:12] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1386262529794000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Dec 5 01:00:00 +0100 CET 2013. end: Thu Dec 12 01:00:00 +0100 CET 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00001
[08/23/14 15:38:12] [INFO] Adding shard to default: 1 - start: Thu Dec 5 01:00:00 +0100 CET 2013 (1386201600). end: Thu Dec 12 01:00:00 +0100 CET 2013 (1386806400). isLocal: true. servers: [1]
Running query select 1.0 * input / output from test_arithmetic_0.5;
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092158014u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00002
[08/23/14 15:38:12] [INFO] Adding shard to default: 2 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
Running query select input + output from test_arithmetic_3.0;
Running query select input - output from test_arithmetic_-1.0;
Running query select input * output from test_arithmetic_2.0;
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408798796000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00003
[08/23/14 15:38:12] [INFO] Adding shard to default: 3 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346631000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00004
[08/23/14 15:38:12] [INFO] Adding shard to default: 4 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 604800000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Jan 1 01:00:00 +0100 CET 1970. end: Thu Jan 8 01:00:00 +0100 CET 1970
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00005
[08/23/14 15:38:12] [INFO] Adding shard to default: 5 - start: Thu Jan 1 01:00:00 +0100 CET 1970 (0). end: Thu Jan 8 01:00:00 +0100 CET 1970 (604800). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1209600000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Jan 15 01:00:00 +0100 CET 1970. end: Thu Jan 22 01:00:00 +0100 CET 1970
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00006
[08/23/14 15:38:12] [INFO] Adding shard to default: 6 - start: Thu Jan 15 01:00:00 +0100 CET 1970 (1209600). end: Thu Jan 22 01:00:00 +0100 CET 1970 (1814400). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092168959u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00007
[08/23/14 15:38:12] [INFO] Adding shard to default: 7 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092170771u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00008
[08/23/14 15:38:12] [INFO] Adding shard to default: 8 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092173103u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00009
[08/23/14 15:38:12] [INFO] Adding shard to default: 9 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092175402u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00010
[08/23/14 15:38:12] [INFO] Adding shard to default: 10 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1400504400000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Jan 15 01:00:00 +0100 CET 1970. end: Thu Jan 22 01:00:00 +0100 CET 1970
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00011
[08/23/14 15:38:12] [INFO] Adding shard to default: 11 - start: Thu Jan 15 01:00:00 +0100 CET 1970 (1209600). end: Thu Jan 22 01:00:00 +0100 CET 1970 (1814400). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092180533u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00012
[08/23/14 15:38:12] [INFO] Adding shard to default: 12 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092182884u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00013
[08/23/14 15:38:12] [INFO] Adding shard to default: 13 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092184782u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00014
[08/23/14 15:38:12] [INFO] Adding shard to default: 14 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092186995u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00015
[08/23/14 15:38:12] [INFO] Adding shard to default: 15 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346771000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00016
[08/23/14 15:38:12] [INFO] Adding shard to default: 16 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092191181u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00017
[08/23/14 15:38:12] [INFO] Adding shard to default: 17 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346631000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00018
[08/23/14 15:38:12] [INFO] Adding shard to default: 18 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092195054u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00019
[08/23/14 15:38:12] [INFO] Adding shard to default: 19 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346631000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00020
[08/23/14 15:38:12] [INFO] Adding shard to default: 20 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346631000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00021
[08/23/14 15:38:12] [INFO] Adding shard to default: 21 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346631000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00022
[08/23/14 15:38:12] [INFO] Adding shard to default: 22 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346721000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00023
[08/23/14 15:38:12] [INFO] Adding shard to default: 23 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346721000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00024
[08/23/14 15:38:12] [INFO] Adding shard to default: 24 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408798800000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00025
[08/23/14 15:38:12] [INFO] Adding shard to default: 25 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346631000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00026
[08/23/14 15:38:12] [INFO] Adding shard to default: 26 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408798800000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Jan 15 01:00:00 +0100 CET 1970. end: Thu Jan 22 01:00:00 +0100 CET 1970
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00027
[08/23/14 15:38:12] [INFO] Adding shard to default: 27 - start: Thu Jan 15 01:00:00 +0100 CET 1970 (1209600). end: Thu Jan 22 01:00:00 +0100 CET 1970 (1814400). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092264506u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00028
[08/23/14 15:38:12] [INFO] Adding shard to default: 28 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092266695u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00029
[08/23/14 15:38:12] [INFO] Adding shard to default: 29 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Jan 1 01:00:00 +0100 CET 1970. end: Thu Jan 8 01:00:00 +0100 CET 1970
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00030
[08/23/14 15:38:12] [INFO] Adding shard to default: 30 - start: Thu Jan 1 01:00:00 +0100 CET 1970 (0). end: Thu Jan 8 01:00:00 +0100 CET 1970 (604800). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381347703000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00031
[08/23/14 15:38:12] [INFO] Adding shard to default: 31 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381347700000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Jan 15 01:00:00 +0100 CET 1970. end: Thu Jan 22 01:00:00 +0100 CET 1970
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00032
[08/23/14 15:38:12] [INFO] Adding shard to default: 32 - start: Thu Jan 15 01:00:00 +0100 CET 1970 (1209600). end: Thu Jan 22 01:00:00 +0100 CET 1970 (1814400). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1399590719000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu May 8 02:00:00 +0200 CEST 2014. end: Thu May 15 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00033
[08/23/14 15:38:12] [INFO] Adding shard to default: 33 - start: Thu May 8 02:00:00 +0200 CEST 2014 (1399507200). end: Thu May 15 02:00:00 +0200 CEST 2014 (1400112000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1399590750000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu May 8 02:00:00 +0200 CEST 2014. end: Thu May 15 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00034
[08/23/14 15:38:12] [INFO] Adding shard to default: 34 - start: Thu May 8 02:00:00 +0200 CEST 2014 (1399507200). end: Thu May 15 02:00:00 +0200 CEST 2014 (1400112000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1399590720000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu May 8 02:00:00 +0200 CEST 2014. end: Thu May 15 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00035
[08/23/14 15:38:12] [INFO] Adding shard to default: 35 - start: Thu May 8 02:00:00 +0200 CEST 2014 (1399507200). end: Thu May 15 02:00:00 +0200 CEST 2014 (1400112000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408752000000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00036
[08/23/14 15:38:12] [INFO] Adding shard to default: 36 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408060800000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 14 02:00:00 +0200 CEST 2014. end: Thu Aug 21 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00037
[08/23/14 15:38:12] [INFO] Adding shard to default: 37 - start: Thu Aug 14 02:00:00 +0200 CEST 2014 (1407974400). end: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1407628800000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 7 02:00:00 +0200 CEST 2014. end: Thu Aug 14 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00038
[08/23/14 15:38:12] [INFO] Adding shard to default: 38 - start: Thu Aug 7 02:00:00 +0200 CEST 2014 (1407369600). end: Thu Aug 14 02:00:00 +0200 CEST 2014 (1407974400). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408752000000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00039
[08/23/14 15:38:12] [INFO] Adding shard to default: 39 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092286772u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00040
[08/23/14 15:38:12] [INFO] Adding shard to default: 40 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381347704000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00041
[08/23/14 15:38:12] [INFO] Adding shard to default: 41 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092293124u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00042
[08/23/14 15:38:12] [INFO] Adding shard to default: 42 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346871000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00043
[08/23/14 15:38:12] [INFO] Adding shard to default: 43 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346871000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00044
[08/23/14 15:38:12] [INFO] Adding shard to default: 44 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346871000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00045
[08/23/14 15:38:12] [INFO] Adding shard to default: 45 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346871000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00046
[08/23/14 15:38:12] [INFO] Adding shard to default: 46 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1381346871000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00047
[08/23/14 15:38:12] [INFO] Adding shard to default: 47 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092310110u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00048
[08/23/14 15:38:12] [INFO] Adding shard to default: 48 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092312789u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00049
[08/23/14 15:38:12] [INFO] Adding shard to default: 49 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092315145u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00050
[08/23/14 15:38:12] [INFO] Adding shard to default: 50 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092317219u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00051
[08/23/14 15:38:12] [INFO] Adding shard to default: 51 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092319152u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00052
[08/23/14 15:38:12] [INFO] Adding shard to default: 52 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092321406u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00053
[08/23/14 15:38:12] [INFO] Adding shard to default: 53 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1390852524000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Jan 15 01:00:00 +0100 CET 1970. end: Thu Jan 22 01:00:00 +0100 CET 1970
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00054
[08/23/14 15:38:12] [INFO] Adding shard to default: 54 - start: Thu Jan 15 01:00:00 +0100 CET 1970 (1209600). end: Thu Jan 22 01:00:00 +0100 CET 1970 (1814400). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092000000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00055
[08/23/14 15:38:12] [INFO] Adding shard to default: 55 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092327742u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00056
[08/23/14 15:38:12] [INFO] Adding shard to default: 56 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092329953u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00057
[08/23/14 15:38:12] [INFO] Adding shard to default: 57 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408801092332246u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00058
[08/23/14 15:38:12] [INFO] Adding shard to default: 58 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:12] [INFO] No matching shards for write at time 1408798799000u, creating...
[08/23/14 15:38:12] [INFO] createShards for space default: start: Thu Jan 15 01:00:00 +0100 CET 1970. end: Thu Jan 22 01:00:00 +0100 CET 1970
[08/23/14 15:38:12] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00059
[08/23/14 15:38:12] [INFO] Adding shard to default: 59 - start: Thu Jan 15 01:00:00 +0100 CET 1970 (1209600). end: Thu Jan 22 01:00:00 +0100 CET 1970 (1814400). isLocal: true. servers: [1]
[08/23/14 15:38:15] [INFO] No matching shards for write at time 1408801092000000u, creating...
[08/23/14 15:38:15] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:15] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00060
[08/23/14 15:38:15] [INFO] Adding shard to default: 60 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:15] [INFO] Checking for shards to drop
[08/23/14 15:38:15] [INFO] No matching shards for write at time 1408579199000000u, creating...
[08/23/14 15:38:15] [INFO] createShards for space default: start: Thu Aug 14 02:00:00 +0200 CEST 2014. end: Thu Aug 21 02:00:00 +0200 CEST 2014
[08/23/14 15:38:15] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00061
[08/23/14 15:38:15] [INFO] Adding shard to default: 61 - start: Thu Aug 14 02:00:00 +0200 CEST 2014 (1407974400). end: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). isLocal: true. servers: [1]
[08/23/14 15:38:16] [INFO] No matching shards for write at time 1407974399000000u, creating...
[08/23/14 15:38:16] [INFO] createShards for space default: start: Thu Aug 7 02:00:00 +0200 CEST 2014. end: Thu Aug 14 02:00:00 +0200 CEST 2014
[08/23/14 15:38:16] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00062
[08/23/14 15:38:16] [INFO] Adding shard to default: 62 - start: Thu Aug 7 02:00:00 +0200 CEST 2014 (1407369600). end: Thu Aug 14 02:00:00 +0200 CEST 2014 (1407974400). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1381346631000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00063
[08/23/14 15:38:18] [INFO] Adding shard to default: 63 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1381346701000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00064
[08/23/14 15:38:18] [INFO] Adding shard to default: 64 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1408801098761604u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00065
[08/23/14 15:38:18] [INFO] Adding shard to default: 65 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1408801098763849u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00066
[08/23/14 15:38:18] [INFO] Adding shard to default: 66 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1408801098765755u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00067
[08/23/14 15:38:18] [INFO] Adding shard to default: 67 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1377262800000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 22 02:00:00 +0200 CEST 2013. end: Thu Aug 29 02:00:00 +0200 CEST 2013
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00068
[08/23/14 15:38:18] [INFO] Adding shard to default: 68 - start: Thu Aug 22 02:00:00 +0200 CEST 2013 (1377129600). end: Thu Aug 29 02:00:00 +0200 CEST 2013 (1377734400). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1381346721000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00069
[08/23/14 15:38:18] [INFO] Adding shard to default: 69 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1381346721000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00070
[08/23/14 15:38:18] [INFO] Adding shard to default: 70 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1407937098000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 7 02:00:00 +0200 CEST 2014. end: Thu Aug 14 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00071
[08/23/14 15:38:18] [INFO] Adding shard to default: 71 - start: Thu Aug 7 02:00:00 +0200 CEST 2014 (1407369600). end: Thu Aug 14 02:00:00 +0200 CEST 2014 (1407974400). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1399590718000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu May 8 02:00:00 +0200 CEST 2014. end: Thu May 15 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00072
[08/23/14 15:38:18] [INFO] Adding shard to default: 72 - start: Thu May 8 02:00:00 +0200 CEST 2014 (1399507200). end: Thu May 15 02:00:00 +0200 CEST 2014 (1400112000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1408801098778663u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00073
[08/23/14 15:38:18] [INFO] Adding shard to default: 73 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1386262529794000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Dec 5 01:00:00 +0100 CET 2013. end: Thu Dec 12 01:00:00 +0100 CET 2013
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00074
[08/23/14 15:38:18] [INFO] Adding shard to default: 74 - start: Thu Dec 5 01:00:00 +0100 CET 2013 (1386201600). end: Thu Dec 12 01:00:00 +0100 CET 2013 (1386806400). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1408801098782260u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00075
[08/23/14 15:38:18] [INFO] Adding shard to default: 75 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1408801098784261u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00076
[08/23/14 15:38:18] [INFO] Adding shard to default: 76 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1408801098786126u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00077
[08/23/14 15:38:18] [INFO] Adding shard to default: 77 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1408801098000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00078
[08/23/14 15:38:18] [INFO] Adding shard to default: 78 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1408791600000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00079
[08/23/14 15:38:18] [INFO] Adding shard to default: 79 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1381346706000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00080
[08/23/14 15:38:18] [INFO] Adding shard to default: 80 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1405364150000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Jan 15 01:00:00 +0100 CET 1970. end: Thu Jan 22 01:00:00 +0100 CET 1970
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00081
[08/23/14 15:38:18] [INFO] Adding shard to default: 81 - start: Thu Jan 15 01:00:00 +0100 CET 1970 (1209600). end: Thu Jan 22 01:00:00 +0100 CET 1970 (1814400). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1408801098797135u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00082
[08/23/14 15:38:18] [INFO] Adding shard to default: 82 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1393577978000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Feb 27 01:00:00 +0100 CET 2014. end: Thu Mar 6 01:00:00 +0100 CET 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00083
[08/23/14 15:38:18] [INFO] Adding shard to default: 83 - start: Thu Feb 27 01:00:00 +0100 CET 2014 (1393459200). end: Thu Mar 6 01:00:00 +0100 CET 2014 (1394064000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1383577978000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Oct 31 01:00:00 +0100 CET 2013. end: Thu Nov 7 01:00:00 +0100 CET 2013
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00084
[08/23/14 15:38:18] [INFO] Adding shard to default: 84 - start: Thu Oct 31 01:00:00 +0100 CET 2013 (1383177600). end: Thu Nov 7 01:00:00 +0100 CET 2013 (1383782400). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1373577978000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Jul 11 02:00:00 +0200 CEST 2013. end: Thu Jul 18 02:00:00 +0200 CEST 2013
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00085
[08/23/14 15:38:18] [INFO] Adding shard to default: 85 - start: Thu Jul 11 02:00:00 +0200 CEST 2013 (1373500800). end: Thu Jul 18 02:00:00 +0200 CEST 2013 (1374105600). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1363577978000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Mar 14 01:00:00 +0100 CET 2013. end: Thu Mar 21 01:00:00 +0100 CET 2013
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00086
[08/23/14 15:38:18] [INFO] Adding shard to default: 86 - start: Thu Mar 14 01:00:00 +0100 CET 2013 (1363219200). end: Thu Mar 21 01:00:00 +0100 CET 2013 (1363824000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1353577978000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Nov 22 01:00:00 +0100 CET 2012. end: Thu Nov 29 01:00:00 +0100 CET 2012
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00087
[08/23/14 15:38:18] [INFO] Adding shard to default: 87 - start: Thu Nov 22 01:00:00 +0100 CET 2012 (1353542400). end: Thu Nov 29 01:00:00 +0100 CET 2012 (1354147200). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1343577978000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Jul 26 02:00:00 +0200 CEST 2012. end: Thu Aug 2 02:00:00 +0200 CEST 2012
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00088
[08/23/14 15:38:18] [INFO] Adding shard to default: 88 - start: Thu Jul 26 02:00:00 +0200 CEST 2012 (1343260800). end: Thu Aug 2 02:00:00 +0200 CEST 2012 (1343865600). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1333577978000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Mar 29 02:00:00 +0200 CEST 2012. end: Thu Apr 5 02:00:00 +0200 CEST 2012
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00089
[08/23/14 15:38:18] [INFO] Adding shard to default: 89 - start: Thu Mar 29 02:00:00 +0200 CEST 2012 (1332979200). end: Thu Apr 5 02:00:00 +0200 CEST 2012 (1333584000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1323577978000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Dec 8 01:00:00 +0100 CET 2011. end: Thu Dec 15 01:00:00 +0100 CET 2011
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00090
[08/23/14 15:38:18] [INFO] Adding shard to default: 90 - start: Thu Dec 8 01:00:00 +0100 CET 2011 (1323302400). end: Thu Dec 15 01:00:00 +0100 CET 2011 (1323907200). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1313577978000000u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 11 02:00:00 +0200 CEST 2011. end: Thu Aug 18 02:00:00 +0200 CEST 2011
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00091
[08/23/14 15:38:18] [INFO] Adding shard to default: 91 - start: Thu Aug 11 02:00:00 +0200 CEST 2011 (1313020800). end: Thu Aug 18 02:00:00 +0200 CEST 2011 (1313625600). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1408801098814707u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00092
[08/23/14 15:38:18] [INFO] Adding shard to default: 92 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:18] [INFO] No matching shards for write at time 1408801098964236u, creating...
[08/23/14 15:38:18] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:18] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00093
[08/23/14 15:38:18] [INFO] Adding shard to default: 93 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099190493u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00094
[08/23/14 15:38:19] [INFO] Adding shard to default: 94 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346701000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00095
[08/23/14 15:38:19] [INFO] Adding shard to default: 95 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346721000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00096
[08/23/14 15:38:19] [INFO] Adding shard to default: 96 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346721000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00097
[08/23/14 15:38:19] [INFO] Adding shard to default: 97 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1304378400000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Apr 28 02:00:00 +0200 CEST 2011. end: Thu May 5 02:00:00 +0200 CEST 2011
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00098
[08/23/14 15:38:19] [INFO] Adding shard to default: 98 - start: Thu Apr 28 02:00:00 +0200 CEST 2011 (1303948800). end: Thu May 5 02:00:00 +0200 CEST 2011 (1304553600). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346771000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00099
[08/23/14 15:38:19] [INFO] Adding shard to default: 99 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346771000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00100
[08/23/14 15:38:19] [INFO] Adding shard to default: 100 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099208258u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00101
[08/23/14 15:38:19] [INFO] Adding shard to default: 101 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] No matching shards for write at time 315532800000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Dec 27 01:00:00 +0100 CET 1979. end: Thu Jan 3 01:00:00 +0100 CET 1980
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00102
[08/23/14 15:38:19] [INFO] Adding shard to default: 102 - start: Thu Dec 27 01:00:00 +0100 CET 1979 (315100800). end: Thu Jan 3 01:00:00 +0100 CET 1980 (315705600). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1401321600000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu May 29 02:00:00 +0200 CEST 2014. end: Thu Jun 5 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00103
[08/23/14 15:38:19] [INFO] Adding shard to default: 103 - start: Thu May 29 02:00:00 +0200 CEST 2014 (1401321600). end: Thu Jun 5 02:00:00 +0200 CEST 2014 (1401926400). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346721000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00104
[08/23/14 15:38:19] [INFO] Adding shard to default: 104 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346771000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00105
[08/23/14 15:38:19] [INFO] Adding shard to default: 105 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099219102u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00106
[08/23/14 15:38:19] [INFO] Adding shard to default: 106 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099221196u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00107
[08/23/14 15:38:19] [INFO] Adding shard to default: 107 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099223246u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00108
[08/23/14 15:38:19] [INFO] Adding shard to default: 108 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099225258u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00109
[08/23/14 15:38:19] [INFO] Adding shard to default: 109 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time -1000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Dec 25 01:00:00 +0100 CET 1969. end: Thu Jan 1 01:00:00 +0100 CET 1970
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00110
[08/23/14 15:38:19] [INFO] Adding shard to default: 110 - start: Thu Dec 25 01:00:00 +0100 CET 1969 (-604800). end: Thu Jan 1 01:00:00 +0100 CET 1970 (0). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099229554u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00111
[08/23/14 15:38:19] [INFO] Adding shard to default: 111 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099231600u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00112
[08/23/14 15:38:19] [INFO] Adding shard to default: 112 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346771000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00113
[08/23/14 15:38:19] [INFO] Adding shard to default: 113 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099235531u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00114
[08/23/14 15:38:19] [INFO] Adding shard to default: 114 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1407591499000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 7 02:00:00 +0200 CEST 2014. end: Thu Aug 14 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00115
[08/23/14 15:38:19] [INFO] Adding shard to default: 115 - start: Thu Aug 7 02:00:00 +0200 CEST 2014 (1407369600). end: Thu Aug 14 02:00:00 +0200 CEST 2014 (1407974400). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099239129u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00116
[08/23/14 15:38:19] [INFO] Adding shard to default: 116 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1407591499000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 7 02:00:00 +0200 CEST 2014. end: Thu Aug 14 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00117
[08/23/14 15:38:19] [INFO] Adding shard to default: 117 - start: Thu Aug 7 02:00:00 +0200 CEST 2014 (1407369600). end: Thu Aug 14 02:00:00 +0200 CEST 2014 (1407974400). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346701000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00118
[08/23/14 15:38:19] [INFO] Adding shard to default: 118 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346701000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00119
[08/23/14 15:38:19] [INFO] Adding shard to default: 119 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346707000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00120
[08/23/14 15:38:19] [INFO] Adding shard to default: 120 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346707000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00121
[08/23/14 15:38:19] [INFO] Adding shard to default: 121 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346701000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00122
[08/23/14 15:38:19] [INFO] Adding shard to default: 122 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346707000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00123
[08/23/14 15:38:19] [INFO] Adding shard to default: 123 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099255381u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00124
[08/23/14 15:38:19] [INFO] Adding shard to default: 124 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099257387u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00125
[08/23/14 15:38:19] [INFO] Adding shard to default: 125 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099259641u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00126
[08/23/14 15:38:19] [INFO] Adding shard to default: 126 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099261601u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00127
[08/23/14 15:38:19] [INFO] Adding shard to default: 127 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099263579u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00128
[08/23/14 15:38:19] [INFO] Adding shard to default: 128 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099265733u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00129
[08/23/14 15:38:19] [INFO] Adding shard to default: 129 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099267620u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00130
[08/23/14 15:38:19] [INFO] Adding shard to default: 130 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099269448u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00131
[08/23/14 15:38:19] [INFO] Adding shard to default: 131 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 0u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Jan 1 01:00:00 +0100 CET 1970. end: Thu Jan 8 01:00:00 +0100 CET 1970
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00132
[08/23/14 15:38:19] [INFO] Adding shard to default: 132 - start: Thu Jan 1 01:00:00 +0100 CET 1970 (0). end: Thu Jan 8 01:00:00 +0100 CET 1970 (604800). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time -1000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Dec 25 01:00:00 +0100 CET 1969. end: Thu Jan 1 01:00:00 +0100 CET 1970
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00133
[08/23/14 15:38:19] [INFO] Adding shard to default: 133 - start: Thu Dec 25 01:00:00 +0100 CET 1969 (-604800). end: Thu Jan 1 01:00:00 +0100 CET 1970 (0). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099274183u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00134
[08/23/14 15:38:19] [INFO] Adding shard to default: 134 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099276049u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00135
[08/23/14 15:38:19] [INFO] Adding shard to default: 135 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099277814u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00136
[08/23/14 15:38:19] [INFO] Adding shard to default: 136 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381347703000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00137
[08/23/14 15:38:19] [INFO] Adding shard to default: 137 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346771000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00138
[08/23/14 15:38:19] [INFO] Adding shard to default: 138 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099283241u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00139
[08/23/14 15:38:19] [INFO] Adding shard to default: 139 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099285551u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00140
[08/23/14 15:38:19] [INFO] Adding shard to default: 140 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099287694u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00141
[08/23/14 15:38:19] [INFO] Adding shard to default: 141 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1400504400000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu May 15 02:00:00 +0200 CEST 2014. end: Thu May 22 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00142
[08/23/14 15:38:19] [INFO] Adding shard to default: 142 - start: Thu May 15 02:00:00 +0200 CEST 2014 (1400112000). end: Thu May 22 02:00:00 +0200 CEST 2014 (1400716800). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099292324u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00143
[08/23/14 15:38:19] [INFO] Adding shard to default: 143 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099294504u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00144
[08/23/14 15:38:19] [INFO] Adding shard to default: 144 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Jan 1 01:00:00 +0100 CET 1970. end: Thu Jan 8 01:00:00 +0100 CET 1970
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00145
[08/23/14 15:38:19] [INFO] Adding shard to default: 145 - start: Thu Jan 1 01:00:00 +0100 CET 1970 (0). end: Thu Jan 8 01:00:00 +0100 CET 1970 (604800). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1381346631000000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Oct 3 02:00:00 +0200 CEST 2013. end: Thu Oct 10 02:00:00 +0200 CEST 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00146
[08/23/14 15:38:19] [INFO] Adding shard to default: 146 - start: Thu Oct 3 02:00:00 +0200 CEST 2013 (1380758400). end: Thu Oct 10 02:00:00 +0200 CEST 2013 (1381363200). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099300280u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00147
[08/23/14 15:38:19] [INFO] Adding shard to default: 147 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099302117u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00148
[08/23/14 15:38:19] [INFO] Adding shard to default: 148 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1386262529794000u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Dec 5 01:00:00 +0100 CET 2013. end: Thu Dec 12 01:00:00 +0100 CET 2013
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00149
[08/23/14 15:38:19] [INFO] Adding shard to default: 149 - start: Thu Dec 5 01:00:00 +0100 CET 2013 (1386201600). end: Thu Dec 12 01:00:00 +0100 CET 2013 (1386806400). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099305441u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00150
[08/23/14 15:38:19] [INFO] Adding shard to default: 150 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [INFO] No matching shards for write at time 1408801099307284u, creating...
[08/23/14 15:38:19] [INFO] createShards for space default: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:38:19] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/development/db/shard_db_v2/00151
[08/23/14 15:38:19] [INFO] Adding shard to default: 151 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1]
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db0, u: root, q: select mean(a + b) from test_aggregate_expression
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db1, u: root, q: select input + output from test_arithmetic_3.0;
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db1, u: root, q: select input - output from test_arithmetic_-1.0;
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db1, u: root, q: select input * output from test_arithmetic_2.0;
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db1, u: root, q: select 1.0 * input / output from test_arithmetic_0.5;
[08/23/14 15:38:19] [INFO] Start Query: db: db2, u: root, q: select host, cpu from test_ascending order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db3, u: root, q: select * from foo order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db4, u: root, q: select count(value) from test_multiple_shards_big_group_by group by time(30d)
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db5, u: root, q: select count(a) from test_boolean_columns_where where a = true
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db6, u: root, q: select bottom(cpu, 5) from test_bottom;
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db7, u: root, q: select bottom(cpu, 2), host from test_bottom group by host;
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db8, u: root, q: select bottom(cpu, 20) from test_bottom;
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db9, u: root, q: select bottom(cpu, 2), host from test_bottom group by time(1d), host;
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db10, u: root, q: select bottom(host, 5) from test_bottom;
[08/23/14 15:38:19] [INFO] Start Query: db: db11, u: root, q: select * from cluster_query_with_columns
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db12, u: root, q: select * from test_missing_column_values where c = 'c'
[08/23/14 15:38:19] [INFO] Start Query: db: db13, u: root, q: select -1 * value from test_constants
[08/23/14 15:38:19] [INFO] Start Query: db: db13, u: root, q: select -1.0 * value from test_constants
[08/23/14 15:38:19] [INFO] Start Query: db: db14, u: root, q: select count(distinct(column_one)) from foo order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db14, u: root, q: select count(DISTINCT(column_one)) from foo order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db15, u: root, q: select count(distinct(column)) from test_null_with_distinct group by time(1m)
[08/23/14 15:38:19] [INFO] Start Query: db: db16, u: root, q: select count(column_one) from foo order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db17, u: root, q: select count(value) from test_count_query_single_shard group by time(1m)
[08/23/14 15:38:19] [INFO] Start Query: db: db18, u: root, q: select count(column_one), column_one from foo group by column_one order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db19, u: root, q: select count(column_two), column_one from foo group by column_one order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db20, u: root, q: select count(column_one), column_one, column_two from foo group by column_one, column_two order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db21, u: root, q: select count(column_one) from foo group by time(1m) order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db22, u: root, q: select count(column_one), column_one from foo group by time(1m), column_one order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db23, u: root, q: select count(column_two) from foo group by time(1s);
[08/23/14 15:38:19] [INFO] Start Query: db: db24, u: root, q: select count(column_one) from /foo.*/ order asc
query: select last(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select last(column0) as some_alias from test_aliasing
query: select min(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select min(column0) as some_alias from test_aliasing
query: select percentile(column0, 90) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select percentile(column0, 90) as some_alias from test_aliasing
query: select mean(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select mean(column0) as some_alias from test_aliasing
query: select histogram(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select histogram(column0) as some_alias from test_aliasing
query: select stddev(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select stddev(column0) as some_alias from test_aliasing
query: select top(column0, 10) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select top(column0, 10) as some_alias from test_aliasing
query: select bottom(column0, 10) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select bottom(column0, 10) as some_alias from test_aliasing
query: select max(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select max(column0) as some_alias from test_aliasing
query: select derivative(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select derivative(column0) as some_alias from test_aliasing
query: select difference(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select difference(column0) as some_alias from test_aliasing
query: select mode(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select mode(column0) as some_alias from test_aliasing
query: select distinct(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select distinct(column0) as some_alias from test_aliasing
query: select first(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select first(column0) as some_alias from test_aliasing
query: select count(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select count(column0) as some_alias from test_aliasing
query: select sum(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select sum(column0) as some_alias from test_aliasing
query: select median(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db25, u: root, q: select median(column0) as some_alias from test_aliasing
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db26, u: root, q: select count(host) from test_count group by host limit 10
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db27, u: root, q: select count(column0) from test_count_with_groupby_and_limit group by time(5m) limit 10
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db28, u: root, q: select * from foo
[08/23/14 15:38:19] [INFO] Start Query: db: db29, u: root, q: select derivative(column_one) from foo group by time(2s) order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db30, u: root, q: select derivative(column_one) from foo
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db31, u: root, q: select derivative(value) from test_derivative_values
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db32, u: root, q: select difference(value) from test_difference_group_values group by time(20s) order asc
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db33, u: root, q: select difference(value) from test_difference_values order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db34, u: root, q: select * from test_different_columns_across_shards
[08/23/14 15:38:19] [INFO] Start Query: db: db35, u: root, q: select * from test_different_columns_across_shards_2
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db36, u: root, q: select * from foo where val0 = 'a'
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db36, u: root, q: select * from foo where val0 = 'b'
[08/23/14 15:38:19] [INFO] Start Query: db: db37, u: root, q: select distinct(column_one) from foo order asc
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db38, u: root, q: select distinct(column0) from test_count_distinct_limit limit 10
[08/23/14 15:38:19] [INFO] Start Query: db: db39, u: root, q: select count(column_one) from foo where time > 1381346701s and time < 1381346872s group by time(1m) fill(0) order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db39, u: root, q: select count(column_one) from foo group by time(1m) fill(0) order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db40, u: root, q: select count(column_one) from foo where time > 1381346701s and time < 1381346872s group by time(1m) fill(0)
[08/23/14 15:38:19] [INFO] Start Query: db: db40, u: root, q: select count(column_one) from foo group by time(1m) fill(0)
[08/23/14 15:38:19] [INFO] Start Query: db: db41, u: root, q: select count(column_one) from foo where time > 1381346701s and time < 1381346872s group by time(1m), column_one fill(0) order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db41, u: root, q: select count(column_one) from foo group by time(1m), column_one fill(0) order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db42, u: root, q: select count(column_one) from foo where time > 1381346701s and time < 1381346872s group by time(1m) fill(10) order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db42, u: root, q: select count(column_one) from foo group by time(1m) fill(10) order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db43, u: root, q: select count(column_one) from foo where time > 1381346701s and time < 1381346872s group by column_one fill(0) order asc
[08/23/14 15:38:19] [INFO] Start Query: db: db43, u: root, q: select count(column_one) from foo group by column_one fill(0) order asc
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db44, u: root, q: explain select count(val_1) from test_local_aggregator group by time(1h) where time > now() - 1h
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db45, u: root, q: explain select count(val_1) from /.*test_local_aggregator_regex.*/ group by time(1h) where time > now() - 1h
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db46, u: root, q: explain select count(val_1) from test_explain_non_local where time > now() - 1h
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db47, u: root, q: explain select count(val_1) from /.*test_explain_non_local_regex.*/ where time > now() - 1h
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db48, u: root, q: explain select val_1 from test_explain_passthrough where time > now() - 1h
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db49, u: root, q: explain select val_1 from test_explain_passthrough_limit where time > now() - 1h limit 1
[08/23/14 15:38:19] [INFO] Start Query: db: db50, u: root, q: select * from test_extra_sequence_number_column
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db51, u: root, q: select count(distinct(val0)) from foo group by time(1h) fill(0)
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db52, u: root, q: select sum(value) from test_filling_range where time > now() - 1d group by time(1h) fill(0)
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db53, u: root, q: select host, cpu from test_in_clause where host in ('hostb')
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db54, u: root, q: select * from test_invalid_where_condition where column0 > 0.1s
[08/23/14 15:38:19] [EROR] Error while filtering points: Cannot evaluate expression [query = select * from test_invalid_where_condition where column0 > 0.1s]
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db55, u: root, q: select host, cpu from test_ascending where host = 'hostb' order asc limit 1
[08/23/14 15:38:19] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:19] [INFO] Start Query: db: db56, u: root, q: select column0 from test_filtering_shouldnt_stop where column0 < 10
[08/23/14 15:38:25] [INFO] Start Query: db: db57, u: root, q: select first(column_one), last(column_one) from foo
[08/23/14 15:38:25] [INFO] Start Query: db: db58, u: root, q: select count(column1) from foo group by time(1m), column1, column2, column3, column4
[08/23/14 15:38:25] [INFO] Start Query: db: db59, u: root, q: select count(value) from test_group_by_day group by time(1d)
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db60, u: root, q: select count(column0) from test_null_groups group by column1
[08/23/14 15:38:25] [INFO] Start Query: db: db61, u: root, q: select count(value) from test_group_by_day group by time(1y)
[08/23/14 15:38:25] [INFO] Start Query: db: db62, u: root, q: select histogram(column_one, 100) from foo group by time(1m) order asc
[08/23/14 15:38:25] [INFO] Start Query: db: db63, u: root, q: select histogram(column_one) from foo group by time(1m) order asc
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db64, u: root, q: select * from test_post_with_time where time > now() - 20d
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db65, u: root, q: select derivative(value) from test_infinite_values
[08/23/14 15:38:25] [WARN] Infinite or NaN value encountered
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db66, u: root, q: delete from test_invalid_delete_query where foo = 'bar'
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db66, u: root, q: select * from test_invalid_delete_query
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db67, u: root, q: select a, b from test_issue_105 where b > 0
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db68, u: root, q: select derivative(column0) from test_issue_106
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db69, u: root, q: select new_column from test_issue_85
[08/23/14 15:38:25] [EROR] Error looking up fields for test_issue_85: Field new_column doesn't exist in series test_issue_85
[08/23/14 15:38:25] [EROR] Error while executing query: Field new_column doesn't exist in series test_issue_85
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db69, u: root, q: select * from test_issue_85
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db70, u: root, q: select sum(c) from test_issue_89 group by b where a = 'x'
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db71, u: root, q: select sum(kb) from test_issue_92 group by time(1h), to, app
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db72, u: root, q: select foo.val + bar.val from foo inner join bar where bar.val <> 3
[08/23/14 15:38:25] [INFO] Start Query: db: db73, u: root, q: select * from t as foo inner join t as bar
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db74, u: root, q: SELECT total.hostname, total.value - idle.value FROM totalThreads AS total INNER JOIN idleThreads AS idle GROUP BY time(15s);
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db75, u: root, q: select * from test_large_integer_values
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db76, u: root, q: select * from test_limit_with_multiple_shards limit 1
[08/23/14 15:38:25] [INFO] Start Query: db: db77, u: root, q: select * from test_limit_query_single_shard limit 2
[08/23/14 15:38:25] [INFO] Start Query: db: db78, u: root, q: select * from /.*limit_with_regex_100.*/ limit 1
[08/23/14 15:38:25] [INFO] Start Query: db: db78, u: root, q: select * from /.*limit_with_regex_1000.*/ limit 1
[08/23/14 15:38:25] [INFO] Start Query: db: db79, u: root, q: list series
[08/23/14 15:38:25] [INFO] Start Query: db: db80, u: root, q: select percentile(column_one, 40) from foo group by time(1m)
[08/23/14 15:38:25] [INFO] Start Query: db: db81, u: root, q: select max(column_one), min(column_one) from foo group by time(1m) order asc
[08/23/14 15:38:25] [INFO] Start Query: db: db82, u: root, q: select max(column_one) from foo group by time(1m) order asc
[08/23/14 15:38:25] [INFO] Start Query: db: db83, u: root, q: select mean(value) from test_fill_zero group by time(10s) fill(42)
[08/23/14 15:38:25] [INFO] Start Query: db: db83, u: root, q: select mean(value) from test_fill_zero group by time(10s) fill(null)
[08/23/14 15:38:25] [INFO] Start Query: db: db83, u: root, q: select mean(value) from test_fill_zero group by time(10s)
[08/23/14 15:38:25] [INFO] Start Query: db: db83, u: root, q: select mean(value) from test_fill_zero group by time(10s) fill(0)
[08/23/14 15:38:25] [INFO] Start Query: db: db83, u: root, q: select mean(value) from test_fill_zero group by time(10s) fill(-42)
[08/23/14 15:38:25] [INFO] Start Query: db: db84, u: root, q: select mean(column_one) from foo group by time(1m) order asc
[08/23/14 15:38:25] [INFO] Start Query: db: db85, u: root, q: select median(column_one) from foo group by time(1m) order asc
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db86, u: root, q: select median(cpu) from test_medians group by host;
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db87, u: root, q: select * from test_merge_1 merge test_merge_2
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db87, u: root, q: select * from test_merge_1 merge test_merge_2 where time > '1980-01-01' and time < '1980-01-04'
[08/23/14 15:38:25] [INFO] Start Query: db: db88, u: root, q: select min(column_one) from foo group by time(1m) order asc
[08/23/14 15:38:25] [INFO] Start Query: db: db89, u: root, q: select mode(column_one) from foo group by time(1m) order asc
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db90, u: root, q: select mode(value) from test_mode
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db91, u: root, q: select mode(value) as m1, mode(value2) as m2 from test_mode_nils
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db92, u: root, q: select mode(value) from test_mode_string
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db93, u: root, q: select * from test_negative_in_where_clause where val_2 = -1 limit 1
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db94, u: root, q: select count(cpu) from test_negative_interval
[08/23/14 15:38:25] [INFO] Start Query: db: db95, u: root, q: select * from foo where bar < 10
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db96, u: root, q: select (value + one) as value_plus_one from test_parantheses_aliasing
[08/23/14 15:38:25] [INFO] Start Query: db: db97, u: root, q: select percentile(column_one, 80) from foo group by time(1m) order asc
[08/23/14 15:38:25] [INFO] Start Query: db: db98, u: root, q: select count(value) from test_query_against_multiple_shards group by time(1h)
[08/23/14 15:38:25] [INFO] Start Query: db: db99, u: root, q: select * from test_ascending_against_multiple_shards order asc
[08/23/14 15:38:25] [INFO] Start Query: db: db100, u: root, q: select * from foo inner join bar order asc
[08/23/14 15:38:25] [INFO] Start Query: db: db101, u: root, q: select bar.value - foo.value from foo inner join bar
[08/23/14 15:38:25] [INFO] Start Query: db: db102, u: root, q: select * from foo inner join bar
[08/23/14 15:38:25] [INFO] Start Query: db: db103, u: root, q: select * from foo inner join bar where foo.value = 3
[08/23/14 15:38:25] [INFO] Start Query: db: db104, u: root, q: select * from foo merge bar order asc
[08/23/14 15:38:25] [INFO] Start Query: db: db105, u: root, q: select * from foo merge bar order asc
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db106, u: root, q: select last.name from test_column_names_with_dots
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db106, u: root, q: select first.name from test_column_names_with_dots
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db107, u: root, q: select * from /cpu\..*/ limit 1
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db108, u: root, q: select * from /test\.negative\.in\.where\.clause\.\d$/ limit 1
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db109, u: root, q: select * from cpu1.load_one, cpu2.load_one
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db110, u: root, q: select * from cpu1.load_one, cpu2.load_one limit 2
[08/23/14 15:38:25] [INFO] Start Query: db: db111, u: root, q: select * from /.*/ limit 1
[08/23/14 15:38:25] [INFO] Start Query: db: db112, u: root, q: select val1, time from selecting_time_column
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db113, u: root, q: list series
Running query: select count(cpu) from test_end_time_of_shard_is_exclusive where time > 0s
[08/23/14 15:38:25] [INFO] Start Query: db: db114, u: root, q: select count(cpu) from test_end_time_of_shard_is_exclusive where time > 0s
Running query: select count(cpu) from test_end_time_of_shard_is_exclusive where time < 0s
[08/23/14 15:38:25] [INFO] Start Query: db: db114, u: root, q: select count(cpu) from test_end_time_of_shard_is_exclusive where time < 0s
[08/23/14 15:38:25] [INFO] Start Query: db: db115, u: root, q: select * from test_single_points;
[08/23/14 15:38:25] [INFO] Start Query: db: db115, u: root, q: select * from test_single_points where time = 1408801099274183u and sequence_number = 11152000001;
[08/23/14 15:38:25] [INFO] Start Query: db: db115, u: root, q: select * from test_single_points where time = 1408801099274183u and sequence_number = 11151990001;
[08/23/14 15:38:25] [INFO] Start Query: db: db116, u: root, q: select * from test_single_points_with_nulls where name='john';
[08/23/14 15:38:25] [INFO] Start Query: db: db116, u: root, q: select * from test_single_points_with_nulls where time = 1408801099276049u and sequence_number = 11152020001;
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db117, u: root, q: select count(column0) from test_small_group_by group by time(10)
[08/23/14 15:38:25] [INFO] Start Query: db: db118, u: root, q: select stddev(column_one) from foo group by time(2s) order asc
[08/23/14 15:38:25] [INFO] Start Query: db: db119, u: root, q: select sum(column_one) from foo group by time(1m) order asc
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db120, u: root, q: select top(cpu, 5) from test_top;
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db121, u: root, q: select top(cpu, 2), host from test_top group by host;
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db122, u: root, q: select top(cpu, 20) from test_top;
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db123, u: root, q: select top(cpu, 2), host from test_top group by time(1d), host;
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db124, u: root, q: select top(host, 5) from test_top;
[08/23/14 15:38:25] [INFO] Start Query: db: db125, u: root, q: select * from test_unicode
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db126, u: root, q: select * from foo
[08/23/14 15:38:25] [INFO] Start Query: db: db127, u: root, q: select COUNT(column_one) from foo order asc
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db128, u: root, q: select column1 / 2 from foo where column0 > 1
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db129, u: root, q: explain select * from /test_where_and_limit/ where host = 'hosta' limit 1
[08/23/14 15:38:25] [WARN] time_precision=m will be disabled in future release, use time_precision=ms instead
[08/23/14 15:38:25] [INFO] Start Query: db: db130, u: root, q: select a, b from test_where_expression where a + b >= 3
[08/23/14 15:38:25] [INFO] Start Query: db: db131, u: root, q: select * from test_where_query where value < 6
[08/23/14 15:38:25] [INFO] Start Query: db: db132, u: root, q: select count(value) from test_write_multiple_shards
[08/23/14 15:38:25] [INFO] Start Query: db: db132, u: root, q: select * from Test_write_multiple_shards
[08/23/14 15:38:25] [INFO] Received signal: terminated
[08/23/14 15:38:25] [INFO] Stopping server
[08/23/14 15:38:25] [INFO] Stopping api server
[08/23/14 15:38:25] [INFO] Closing http server
[08/23/14 15:38:25] [INFO] Waiting for all requests to finish before killing the process
[08/23/14 15:38:25] [INFO] Api server stopped
[08/23/14 15:38:25] [INFO] Stopping admin server
[08/23/14 15:38:25] [INFO] admin server stopped
[08/23/14 15:38:25] [INFO] Stopping raft server
[08/23/14 15:38:25] [INFO] (raft:f9e8245f1fcec253) Demoted from leader. Ending leader loop.

----------------------------------------------------------------------
FAIL: late_join_test.go:25: LateJoinSuite.TestReplayingWAL

late_join_test.go:27:
    c.Assert(err, IsNil)
... value *os.SyscallError = &os.SyscallError{Syscall:"readdirent", Err:0x16} ("readdirent: invalid argument")

Starting server[08/23/14 15:38:25] [INFO] Loading configuration file ../integration/test_config1.toml
[08/23/14 15:38:25] [INFO] Loading configuration file integration/test_config1.toml

+---------------------------------------------+
|  _____        __ _            _____  ____   |
| |_   _|      / _| |          |  __ \|  _ \  |
|   | |  _ __ | |_| |_   ___  _| |  | | |_) | |
|   | | | '_ \|  _| | | | \ \/ / |  | |  _ <  |
|  _| |_| | | | | | | |_| |>  <| |__| | |_) | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/  |
+---------------------------------------------+

[08/23/14 15:38:25] [INFO] Redirectoring logging to stdout
[08/23/14 15:38:25] [INFO] Starting Influx Server dev...
[08/23/14 15:38:25] [INFO] Opening database at /tmp/influxdb/test/1/db
[08/23/14 15:38:25] [INFO] Opening wal in /tmp/influxdb/test/1/wal
[08/23/14 15:38:25] [INFO] Using /dev/urandom to initialize the raft server name
[08/23/14 15:38:25] [INFO] Setting raft name to fc401efaa3a91ac1
[08/23/14 15:38:25] [INFO] Initializing Raft HTTP server
[08/23/14 15:38:25] [INFO] Raft Server Listening at :60501
[08/23/14 15:38:25] [INFO] Initializing Raft Server: http://localhost:60501
[08/23/14 15:38:25] [INFO] Starting as new Raft leader...
[08/23/14 15:38:25] [INFO] (raft:fc401efaa3a91ac1) Selected as leader. Starting leader loop.
[08/23/14 15:38:25] [INFO] Adding new server to the cluster config fc401efaa3a91ac1
[08/23/14 15:38:25] [INFO] Added server to cluster config: 1, http://localhost:60501, localhost:60502
[08/23/14 15:38:25] [INFO] Checking whether this is the local server local: localhost:60502, new: localhost:60502
[08/23/14 15:38:25] [INFO] Added the local server
[08/23/14 15:38:25] [INFO] Waiting for local server to be added
[08/23/14 15:38:25] [INFO] Setting server id to 1 and recovering
[08/23/14 15:38:26] [INFO] Checking for shards to drop
[08/23/14 15:38:27] [INFO] Checking for shards to drop
[08/23/14 15:38:28] [INFO] Checking for shards to drop
[08/23/14 15:38:29] [INFO] Checking for shards to drop
[08/23/14 15:38:30] [INFO] Checking for shards to drop
[08/23/14 15:38:30] [INFO] Recovering from log...
[08/23/14 15:38:30] [INFO] local: Initializing write buffer with buffer size of 1000
[08/23/14 15:38:30] [INFO] Waiting for servers to recover
[08/23/14 15:38:30] [INFO] Recovering local server
[08/23/14 15:38:30] [INFO] ProtobufServer listening on :60502
[08/23/14 15:38:30] [INFO] No shards to recover for 1
[08/23/14 15:38:30] [INFO] Recovered local server
[08/23/14 15:38:30] [INFO] recovered
[08/23/14 15:38:30] [INFO] Connecting to other nodes in the cluster
[08/23/14 15:38:30] [INFO] Starting admin interface on port 60504
[08/23/14 15:38:30] [INFO] Starting Graphite Listener on port 60513
[08/23/14 15:38:30] [INFO] Starting UDP Listener on port 60514 to database udp_db
[08/23/14 15:38:30] [INFO] Starting Http Api server on port 60500
[08/23/14 15:38:30] [INFO] Starting SSL api on port :60503 using certificate in ./cert.pem
Starting server[08/23/14 15:38:31] [INFO] Loading configuration file ../integration/test_config2.toml
[08/23/14 15:38:31] [INFO] Loading configuration file integration/test_config2.toml

+---------------------------------------------+
|  _____        __ _            _____  ____   |
| |_   _|      / _| |          |  __ \|  _ \  |
|   | |  _ __ | |_| |_   ___  _| |  | | |_) | |
|   | | | '_ \|  _| | | | \ \/ / |  | |  _ <  |
|  _| |_| | | | | | | |_| |>  <| |__| | |_) | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/  |
+---------------------------------------------+

[08/23/14 15:38:31] [INFO] Redirectoring logging to stdout
[08/23/14 15:38:31] [INFO] Starting Influx Server dev...
[08/23/14 15:38:31] [INFO] Opening database at /tmp/influxdb/test/2/db
[08/23/14 15:38:31] [INFO] Opening wal in /tmp/influxdb/test/2/wal
[08/23/14 15:38:31] [INFO] Using /dev/urandom to initialize the raft server name
[08/23/14 15:38:31] [INFO] Setting raft name to 9feab36b8df6a7f4
[08/23/14 15:38:31] [INFO] Ssl will be disabled since the ssl port or certificate path weren't set
[08/23/14 15:38:31] [INFO] Initializing Raft HTTP server
[08/23/14 15:38:31] [INFO] Raft Server Listening at :60507
[08/23/14 15:38:31] [INFO] Initializing Raft Server: http://localhost:60507
[08/23/14 15:38:31] [INFO] (raft:9feab36b8df6a7f4) Attempting to join leader: localhost:60501
[08/23/14 15:38:31] [INFO] Adding new server to the cluster config 9feab36b8df6a7f4
[08/23/14 15:38:31] [INFO] Added server to cluster config: 2, http://localhost:60507, localhost:60508
[08/23/14 15:38:31] [INFO] Checking whether this is the local server local: localhost:60502, new: localhost:60508
[08/23/14 15:38:31] [INFO] Connecting to ProtobufServer: localhost:60508 from localhost:60502
[08/23/14 15:38:31] [INFO] ClusterServer: 2 connecting to: localhost:60508
[08/23/14 15:38:31] [INFO] 2: Initializing write buffer with buffer size of 1000
[08/23/14 15:38:31] [INFO] Joined: localhost:60501
[08/23/14 15:38:31] [INFO] Waiting for local server to be added
[08/23/14 15:38:31] [INFO] Adding new server to the cluster config fc401efaa3a91ac1
[08/23/14 15:38:31] [INFO] Added server to cluster config: 1, http://localhost:60501, localhost:60502
[08/23/14 15:38:31] [INFO] Checking whether this is the local server local: localhost:60508, new: localhost:60502
[08/23/14 15:38:31] [INFO] Connecting to ProtobufServer: localhost:60502 from localhost:60508
[08/23/14 15:38:31] [INFO] ClusterServer: 1 connecting to: localhost:60502
[08/23/14 15:38:31] [INFO] 1: Initializing write buffer with buffer size of 1000
[08/23/14 15:38:31] [INFO] connected to localhost:60502
[08/23/14 15:38:31] [INFO] ProtobufServer: client connected: 127.0.0.1:59994
[08/23/14 15:38:31] [INFO] Adding new server to the cluster config 9feab36b8df6a7f4
[08/23/14 15:38:31] [INFO] Added server to cluster config: 2, http://localhost:60507, localhost:60508
[08/23/14 15:38:31] [INFO] Checking whether this is the local server local: localhost:60508, new: localhost:60508
[08/23/14 15:38:31] [INFO] Added the local server
[08/23/14 15:38:31] [INFO] Setting server id to 2 and recovering
[08/23/14 15:38:31] [INFO] Checking for shards to drop
[08/23/14 15:38:32] [INFO] Checking for shards to drop
[08/23/14 15:38:33] [INFO] Checking for shards to drop
[08/23/14 15:38:34] [INFO] Checking for shards to drop
[08/23/14 15:38:35] [INFO] Checking for shards to drop
[08/23/14 15:38:36] [INFO] Recovering from log...
[08/23/14 15:38:36] [INFO] local: Initializing write buffer with buffer size of 1000
[08/23/14 15:38:36] [INFO] Waiting for servers to recover
[08/23/14 15:38:36] [INFO] Recovering local server
[08/23/14 15:38:36] [INFO] No shards to recover for 2
[08/23/14 15:38:36] [INFO] Recovered local server
[08/23/14 15:38:36] [INFO] ProtobufServer listening on :60508
[08/23/14 15:38:36] [INFO] Recovering remote server 1
[08/23/14 15:38:36] [INFO] No shards to recover for 1
[08/23/14 15:38:36] [INFO] Recovered remote server 1
[08/23/14 15:38:36] [INFO] recovered
[08/23/14 15:38:36] [INFO] Connecting to other nodes in the cluster
[08/23/14 15:38:36] [INFO] ClusterServer: 1 connecting to: localhost:60502
[08/23/14 15:38:36] [INFO] Starting admin interface on port 60505
[08/23/14 15:38:36] [INFO] Graphite input plugins is disabled
[08/23/14 15:38:36] [INFO] UDP server is disabled
[08/23/14 15:38:36] [INFO] Starting Http Api server on port 60506
[08/23/14 15:38:36] [INFO] connected to localhost:60508
[08/23/14 15:38:36] [INFO] ProtobufServer: client connected: 127.0.0.1:60099
[08/23/14 15:38:36] [WARN] Server marked as up. Hearbeat succeeded
[08/23/14 15:38:36] [INFO] Checking for shards to drop
Starting server[08/23/14 15:38:37] [INFO] Loading configuration file ../integration/test_config3.toml
[08/23/14 15:38:37] [INFO] Loading configuration file integration/test_config3.toml

+---------------------------------------------+
|  _____        __ _            _____  ____   |
| |_   _|      / _| |          |  __ \|  _ \  |
|   | |  _ __ | |_| |_   ___  _| |  | | |_) | |
|   | | | '_ \|  _| | | | \ \/ / |  | |  _ <  |
|  _| |_| | | | | | | |_| |>  <| |__| | |_) | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/  |
+---------------------------------------------+

[08/23/14 15:38:37] [INFO] Redirectoring logging to stdout
[08/23/14 15:38:37] [INFO] Starting Influx Server dev...
[08/23/14 15:38:37] [INFO] Opening database at /tmp/influxdb/test/3/db
[08/23/14 15:38:37] [INFO] Opening wal in /tmp/influxdb/test/3/wal
[08/23/14 15:38:37] [INFO] Using /dev/urandom to initialize the raft server name
[08/23/14 15:38:37] [INFO] Setting raft name to d9c11ff8ce07b4db
[08/23/14 15:38:37] [INFO] Ssl will be disabled since the ssl port or certificate path weren't set
[08/23/14 15:38:37] [INFO] Initializing Raft HTTP server
[08/23/14 15:38:37] [INFO] Raft Server Listening at :60511
[08/23/14 15:38:37] [INFO] Initializing Raft Server: http://localhost:60511
[08/23/14 15:38:37] [INFO] (raft:d9c11ff8ce07b4db) Attempting to join leader: localhost:60501
[08/23/14 15:38:37] [INFO] Adding new server to the cluster config d9c11ff8ce07b4db
[08/23/14 15:38:37] [INFO] Added server to cluster config: 3, http://localhost:60511, localhost:60512
[08/23/14 15:38:37] [INFO] Checking whether this is the local server local: localhost:60502, new: localhost:60512
[08/23/14 15:38:37] [INFO] Connecting to ProtobufServer: localhost:60512 from localhost:60502
[08/23/14 15:38:37] [INFO] ClusterServer: 3 connecting to: localhost:60512
[08/23/14 15:38:37] [INFO] 3: Initializing write buffer with buffer size of 1000
[08/23/14 15:38:37] [INFO] Joined: localhost:60501
[08/23/14 15:38:37] [INFO] Waiting for local server to be added
[08/23/14 15:38:37] [INFO] Adding new server to the cluster config d9c11ff8ce07b4db
[08/23/14 15:38:37] [INFO] Added server to cluster config: 3, http://localhost:60511, localhost:60512
[08/23/14 15:38:37] [INFO] Checking whether this is the local server local: localhost:60508, new: localhost:60512
[08/23/14 15:38:37] [INFO] Connecting to ProtobufServer: localhost:60512 from localhost:60508
[08/23/14 15:38:37] [INFO] ClusterServer: 3 connecting to: localhost:60512
[08/23/14 15:38:37] [INFO] 3: Initializing write buffer with buffer size of 1000
[08/23/14 15:38:37] [INFO] Adding new server to the cluster config fc401efaa3a91ac1
[08/23/14 15:38:37] [INFO] Added server to cluster config: 1, http://localhost:60501, localhost:60502
[08/23/14 15:38:37] [INFO] Checking whether this is the local server local: localhost:60512, new: localhost:60502
[08/23/14 15:38:37] [INFO] Connecting to ProtobufServer: localhost:60502 from localhost:60512
[08/23/14 15:38:37] [INFO] ClusterServer: 1 connecting to: localhost:60502
[08/23/14 15:38:37] [INFO] 1: Initializing write buffer with buffer size of 1000
[08/23/14 15:38:37] [INFO] ProtobufServer: client connected: 127.0.0.1:60109
[08/23/14 15:38:37] [INFO] connected to localhost:60502
[08/23/14 15:38:37] [INFO] Adding new server to the cluster config 9feab36b8df6a7f4
[08/23/14 15:38:37] [INFO] Added server to cluster config: 2, http://localhost:60507, localhost:60508
[08/23/14 15:38:37] [INFO] Checking whether this is the local server local: localhost:60512, new: localhost:60508
[08/23/14 15:38:37] [INFO] Connecting to ProtobufServer: localhost:60508 from localhost:60512
[08/23/14 15:38:37] [INFO] ClusterServer: 2 connecting to: localhost:60508
[08/23/14 15:38:37] [INFO] 2: Initializing write buffer with buffer size of 1000
[08/23/14 15:38:37] [INFO] connected to localhost:60508
[08/23/14 15:38:37] [INFO] ProtobufServer: client connected: 127.0.0.1:60111
[08/23/14 15:38:37] [INFO] Adding new server to the cluster config d9c11ff8ce07b4db
[08/23/14 15:38:37] [INFO] Added server to cluster config: 3, http://localhost:60511, localhost:60512
[08/23/14 15:38:37] [INFO] Checking whether this is the local server local: localhost:60512, new: localhost:60512
[08/23/14 15:38:37] [INFO] Added the local server
[08/23/14 15:38:37] [INFO] Setting server id to 3 and recovering
[08/23/14 15:38:37] [INFO] Checking for shards to drop
[08/23/14 15:38:38] [INFO] Checking for shards to drop
[08/23/14 15:38:39] [INFO] Checking for shards to drop
[08/23/14 15:38:40] [INFO] Checking for shards to drop
[08/23/14 15:38:41] [INFO] Checking for shards to drop
[08/23/14 15:38:42] [INFO] Recovering from log...
[08/23/14 15:38:42] [INFO] local: Initializing write buffer with buffer size of 1000
[08/23/14 15:38:42] [INFO] Waiting for servers to recover
[08/23/14 15:38:42] [INFO] Recovering remote server 1
[08/23/14 15:38:42] [INFO] Recovering local server
[08/23/14 15:38:42] [INFO] Recovering remote server 2
[08/23/14 15:38:42] [INFO] No shards to recover for 3
[08/23/14 15:38:42] [INFO] No shards to recover for 2
[08/23/14 15:38:42] [INFO] Recovered local server
[08/23/14 15:38:42] [INFO] Recovered remote server 2
[08/23/14 15:38:42] [INFO] No shards to recover for 1
[08/23/14 15:38:42] [INFO] Recovered remote server 1
[08/23/14 15:38:42] [INFO] recovered
[08/23/14 15:38:42] [INFO] ProtobufServer listening on :60512
[08/23/14 15:38:42] [INFO] Connecting to other nodes in the cluster
[08/23/14 15:38:42] [INFO] ClusterServer: 1 connecting to: localhost:60502
[08/23/14 15:38:42] [INFO] ClusterServer: 2 connecting to: localhost:60508
[08/23/14 15:38:42] [INFO] Starting admin interface on port 60509
[08/23/14 15:38:42] [INFO] Graphite input plugins is disabled
[08/23/14 15:38:42] [INFO] UDP server is disabled
[08/23/14 15:38:42] [INFO] Starting Http Api server on port 60510
[08/23/14 15:38:42] [INFO] connected to localhost:60512
[08/23/14 15:38:42] [INFO] ProtobufServer: client connected: 127.0.0.1:60259
[08/23/14 15:38:42] [INFO] connected to localhost:60512
[08/23/14 15:38:42] [INFO] ProtobufServer: client connected: 127.0.0.1:60261
[08/23/14 15:38:42] [WARN] Server marked as up. Hearbeat succeeded
[08/23/14 15:38:42] [WARN] Server marked as up. Hearbeat succeeded
[08/23/14 15:38:42] [INFO] Checking for shards to drop
[08/23/14 15:38:43] [INFO] Checking for shards to drop
[08/23/14 15:38:44] [INFO] Checking for shards to drop
[08/23/14 15:38:45] [INFO] Received signal: terminated
[08/23/14 15:38:45] [INFO] Stopping server
[08/23/14 15:38:45] [INFO] Stopping api server
[08/23/14 15:38:45] [EROR] Error reading from connection (127.0.0.1:60261): EOF
[08/23/14 15:38:45] [EROR] Error reading from connection (127.0.0.1:60099): EOF
[08/23/14 15:38:45] [EROR] Error while reading messsage size: &{%!d(string=EOF)}
[08/23/14 15:38:45] [EROR] Error while reading messsage size: &{%!d(string=EOF)}
[08/23/14 15:38:45] [INFO] Received signal: terminated
[08/23/14 15:38:45] [INFO] Stopping server
[08/23/14 15:38:45] [INFO] Stopping api server
[08/23/14 15:38:45] [INFO] Closing http server
[08/23/14 15:38:45] [INFO] Waiting for all requests to finish before killing the process
[08/23/14 15:38:45] [INFO] Api server stopped
[08/23/14 15:38:45] [INFO] Stopping admin server
[08/23/14 15:38:45] [INFO] admin server stopped
[08/23/14 15:38:45] [EROR] Error reading from connection (127.0.0.1:60259): EOF
[08/23/14 15:38:45] [EROR] Error while reading messsage size: &{%!d(string=EOF)}
[08/23/14 15:38:45] [INFO] Received signal: terminated
[08/23/14 15:38:45] [INFO] Stopping server
[08/23/14 15:38:45] [INFO] Stopping api server
[08/23/14 15:38:45] [INFO] Closing http server
[08/23/14 15:38:45] [INFO] Waiting for all requests to finish before killing the process
[08/23/14 15:38:45] [INFO] Api server stopped
[08/23/14 15:38:45] [INFO] Stopping admin server
[08/23/14 15:38:45] [INFO] admin server stopped
[08/23/14 15:38:50] [INFO] Loading configuration file ../integration/test_config1.toml

----------------------------------------------------------------------
FAIL: multiple_servers_test.go:1258: ServerSuite.TestChangingRaftPort

multiple_servers_test.go:1265:
    server1 := NewServer("integration/test_config1.toml", c)
helpers/server.go:47:
    c.Assert(os.RemoveAll(config.DataDir), IsNil)
... value *os.SyscallError = &os.SyscallError{Syscall:"readdirent", Err:0x16} ("readdirent: invalid argument")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:95: ServerSuite.TestChangingRootPassword

multiple_servers_test.go:97:
    c.Assert(rootClient.CreateClusterAdmin("newroot", "root"), IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/cluster_admins?u=root&p=root", Err:(*net.OpError)(0xc216f58cc0)} ("Post http://localhost:60500/cluster_admins?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:457: ServerSuite.TestClusterAdminPermissionToDeleteData

multiple_servers_test.go:466:
    self.serverProcesses[0].Post("/db/test_rep/series?u=paul&p=pass", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/test_rep/series?u=paul&p=pass", Err:(*net.OpError)(0xc21701c500)} ("Post http://localhost:60500/db/test_rep/series?u=paul&p=pass: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:1185: ServerSuite.TestContinuousQueryBackfillOperations

multiple_servers_test.go:1203:
    self.serverProcesses[0].Post("/db/test_cq/series?u=paul&p=pass&time_precision=s", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/test_cq/series?u=paul&p=pass&time_precision=s", Err:(*net.OpError)(0xc217120a00)} ("Post http://localhost:60500/db/test_cq/series?u=paul&p=pass&time_precision=s: dial tcp 127.0.0.1:60500: connection refused")

multiple_servers_test.go:1203:
    self.serverProcesses[0].Post("/db/test_cq/series?u=paul&p=pass&time_precision=s", data, c)
helpers/server.go:364:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Get", URL:"http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root", Err:(*net.OpError)(0xc217224ec0)} ("Get http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:690: ServerSuite.TestContinuousQueryFanoutOperations

multiple_servers_test.go:693:
    self.serverProcesses[0].QueryAsRoot("test_cq", "select * from s1 into d1;", false, c)
helpers/server.go:284:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Get", URL:"http://localhost:60500/db/test_cq/series?u=root&p=root&q=select+%2A+from+s1+into+d1%3B", Err:(*net.OpError)(0xc217321380)} ("Get http://localhost:60500/db/test_cq/series?u=root&p=root&q=select+%2A+from+s1+into+d1%3B: dial tcp 127.0.0.1:60500: connection refused")

multiple_servers_test.go:693:
    self.serverProcesses[0].QueryAsRoot("test_cq", "select * from s1 into d1;", false, c)
helpers/server.go:364:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Get", URL:"http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root", Err:(*net.OpError)(0xc209ffa000)} ("Get http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:763: ServerSuite.TestContinuousQueryGroupByOperations

multiple_servers_test.go:783:
    self.serverProcesses[0].Post("/db/test_cq/series?u=paul&p=pass&time_precision=s", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/test_cq/series?u=paul&p=pass&time_precision=s", Err:(*net.OpError)(0xc209d5a400)} ("Post http://localhost:60500/db/test_cq/series?u=paul&p=pass&time_precision=s: dial tcp 127.0.0.1:60500: connection refused")

multiple_servers_test.go:783:
    self.serverProcesses[0].Post("/db/test_cq/series?u=paul&p=pass&time_precision=s", data, c)
helpers/server.go:364:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Get", URL:"http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root", Err:(*net.OpError)(0xc209ffa000)} ("Get http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:817: ServerSuite.TestContinuousQueryGroupByOperationsWithNullColumns

multiple_servers_test.go:837:
    c.Assert(client.WriteSeries(series), IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/test_cq_null/series?u=root&p=root", Err:(*net.OpError)(0xc208108500)} ("Post http://localhost:60500/db/test_cq_null/series?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")

multiple_servers_test.go:837:
    c.Assert(client.WriteSeries(series), IsNil)
helpers/server.go:364:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Get", URL:"http://localhost:60500/db/test_cq_null/continuous_queries?u=root&p=root", Err:(*net.OpError)(0xc216d8fd00)} ("Get http://localhost:60500/db/test_cq_null/continuous_queries?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:859: ServerSuite.TestContinuousQueryInterpolation

multiple_servers_test.go:862:
    self.serverProcesses[0].QueryAsRoot("test_cq", "select * from s1 into :series_name.foo;", false, c)
helpers/server.go:284:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Get", URL:"http://localhost:60500/db/test_cq/series?u=root&p=root&q=select+%2A+from+s1+into+%3Aseries_name.foo%3B", Err:(*net.OpError)(0xc216d8e000)} ("Get http://localhost:60500/db/test_cq/series?u=root&p=root&q=select+%2A+from+s1+into+%3Aseries_name.foo%3B: dial tcp 127.0.0.1:60500: connection refused")

multiple_servers_test.go:862:
    self.serverProcesses[0].QueryAsRoot("test_cq", "select * from s1 into :series_name.foo;", false, c)
helpers/server.go:364:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Get", URL:"http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root", Err:(*net.OpError)(0xc2080f2000)} ("Get http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:646: ServerSuite.TestContinuousQueryManagement

multiple_servers_test.go:649:
    collection := self.serverProcesses[0].QueryAsRoot("test_cq", "list continuous queries;", false, c)
helpers/server.go:284:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Get", URL:"http://localhost:60500/db/test_cq/series?u=root&p=root&q=list+continuous+queries%3B", Err:(*net.OpError)(0xc2081e0000)} ("Get http://localhost:60500/db/test_cq/series?u=root&p=root&q=list+continuous+queries%3B: dial tcp 127.0.0.1:60500: connection refused")

multiple_servers_test.go:649:
    collection := self.serverProcesses[0].QueryAsRoot("test_cq", "list continuous queries;", false, c)
helpers/server.go:364:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Get", URL:"http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root", Err:(*net.OpError)(0xc216d8e000)} ("Get http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:921: ServerSuite.TestContinuousQuerySequenceNumberAssignmentWithInterpolation

multiple_servers_test.go:942:
    self.serverProcesses[0].Post("/db/test_cq/series?u=paul&p=pass", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/test_cq/series?u=paul&p=pass", Err:(*net.OpError)(0xc2080a44c0)} ("Post http://localhost:60500/db/test_cq/series?u=paul&p=pass: dial tcp 127.0.0.1:60500: connection refused")

multiple_servers_test.go:942:
    self.serverProcesses[0].Post("/db/test_cq/series?u=paul&p=pass", data, c)
helpers/server.go:364:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Get", URL:"http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root", Err:(*net.OpError)(0xc20804a040)} ("Get http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:1138: ServerSuite.TestContinuousQueryWithMixedGroupByOperations

multiple_servers_test.go:1156:
    self.serverProcesses[0].Post("/db/test_cq/series?u=paul&p=pass&time_precision=s", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/test_cq/series?u=paul&p=pass&time_precision=s", Err:(*net.OpError)(0xc208102480)} ("Post http://localhost:60500/db/test_cq/series?u=paul&p=pass&time_precision=s: dial tcp 127.0.0.1:60500: connection refused")

multiple_servers_test.go:1156:
    self.serverProcesses[0].Post("/db/test_cq/series?u=paul&p=pass&time_precision=s", data, c)
helpers/server.go:364:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Get", URL:"http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root", Err:(*net.OpError)(0xc2080f2000)} ("Get http://localhost:60500/db/test_cq/continuous_queries?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:437: ServerSuite.TestDbAdminPermissionToDeleteData

multiple_servers_test.go:446:
    self.serverProcesses[0].Post("/db/test_rep/series?u=paul&p=pass", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/test_rep/series?u=paul&p=pass", Err:(*net.OpError)(0xc2080f4540)} ("Post http://localhost:60500/db/test_rep/series?u=paul&p=pass: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:387: ServerSuite.TestDeleteFullReplication

multiple_servers_test.go:396:
    self.serverProcesses[0].Post("/db/full_rep/series?u=paul&p=pass", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/full_rep/series?u=paul&p=pass", Err:(*net.OpError)(0xc216d8e000)} ("Post http://localhost:60500/db/full_rep/series?u=paul&p=pass: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:411: ServerSuite.TestDeleteReplication

multiple_servers_test.go:420:
    self.serverProcesses[0].Post("/db/test_rep/series?u=paul&p=pass", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/test_rep/series?u=paul&p=pass", Err:(*net.OpError)(0xc2080a4640)} ("Post http://localhost:60500/db/test_rep/series?u=paul&p=pass: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:477: ServerSuite.TestDropDatabase

multiple_servers_test.go:483:
    self.serverProcesses[0].Post("/db/drop_db/series?u=paul&p=pass", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/drop_db/series?u=paul&p=pass", Err:(*net.OpError)(0xc2080f2000)} ("Post http://localhost:60500/db/drop_db/series?u=paul&p=pass: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:501: ServerSuite.TestDropSeries

multiple_servers_test.go:503:
    self.serverProcesses[0].Post("/db?u=root&p=root", `{"name": "drop_series", "replicationFactor": 3}`, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db?u=root&p=root", Err:(*net.OpError)(0xc2080fa5c0)} ("Post http://localhost:60500/db?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:1002: ServerSuite.TestDropShard

multiple_servers_test.go:1008:
    c.Assert(client.CreateDatabase("test_drop_shard"), IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db?u=root&p=root", Err:(*net.OpError)(0xc209ffa000)} ("Post http://localhost:60500/db?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:246: ServerSuite.TestEntireClusterReStartAfterCompaction

multiple_servers_test.go:248:
    resp := self.serverProcesses[i].Post("/raft/force_compaction?u=root&p=root", "", c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/raft/force_compaction?u=root&p=root", Err:(*net.OpError)(0xc2081e1f80)} ("Post http://localhost:60500/raft/force_compaction?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:582: ServerSuite.TestFailureAndReplicationReplays

multiple_servers_test.go:592:
    self.serverProcesses[0].Post("/db/full_rep/series?u=paul&p=pass", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/full_rep/series?u=paul&p=pass", Err:(*net.OpError)(0xc216e08000)} ("Post http://localhost:60500/db/full_rep/series?u=paul&p=pass: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:989: ServerSuite.TestGetServers

multiple_servers_test.go:990:
    body := self.serverProcesses[0].Get("/cluster/servers?u=root&p=root", c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Get", URL:"http://localhost:60500/cluster/servers?u=root&p=root", Err:(*net.OpError)(0xc20d9de640)} ("Get http://localhost:60500/cluster/servers?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:120: ServerSuite.TestGraphiteInterface

multiple_servers_test.go:122:
    c.Assert(err, IsNil)
... value *net.OpError = &net.OpError{Op:"dial", Net:"tcp", Addr:(*net.TCPAddr)(0xc20d9e1b00), Err:0x3d} ("dial tcp 127.0.0.1:60513: connection refused")


----------------------------------------------------------------------
PANIC: multiple_servers_test.go:146: ServerSuite.TestGraphiteUdpInterface

... Panic: Get http://localhost:60500/sync?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused (PC=0x40148FD)

/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/panic.c:248
  in panic
helpers/server.go:96
  in Server.WaitForServerToSync
multiple_servers_test.go:162
  in ServerSuite.TestGraphiteUdpInterface
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/asm_amd64.s:360
  in call16

----------------------------------------------------------------------
FAIL: multiple_servers_test.go:338: ServerSuite.TestInvalidUserNameAndDbName

multiple_servers_test.go:339:
    resp := self.serverProcesses[0].Post("/db/dummy_db/users?u=root&p=3rrpl4n3!", "{\"name\":\"foo%bar\", \"password\":\"root\"}", c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/dummy_db/users?u=root&p=3rrpl4n3!", Err:(*net.OpError)(0xc216d8eb00)} ("Post http://localhost:60500/db/dummy_db/users?u=root&p=3rrpl4n3!: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:56: ServerSuite.TestLargeRequestSize

multiple_servers_test.go:58:
    c.Assert(client.CreateDatabase("db1"), IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db?u=root&p=root", Err:(*net.OpError)(0xc21721a040)} ("Post http://localhost:60500/db?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:551: ServerSuite.TestRelogging

multiple_servers_test.go:562:
    self.serverProcesses[0].Post("/db/full_rep/series?u=paul&p=pass", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/full_rep/series?u=paul&p=pass", Err:(*net.OpError)(0xc21720c000)} ("Post http://localhost:60500/db/full_rep/series?u=paul&p=pass: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:74: ServerSuite.TestRemoteQueryTimeConditions

multiple_servers_test.go:79:
    self.serverProcesses[0].WriteData(data, c)
helpers/server.go:149:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/db1/series?u=root&p=root", Err:(*net.OpError)(0xc216d86000)} ("Post http://localhost:60500/db/db1/series?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:212: ServerSuite.TestRestartAfterCompaction

multiple_servers_test.go:220:
    self.serverProcesses[0].Post("/db/test_rep/series?u=paul&p=pass", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/test_rep/series?u=paul&p=pass", Err:(*net.OpError)(0xc216f507c0)} ("Post http://localhost:60500/db/test_rep/series?u=paul&p=pass: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:266: ServerSuite.TestRestartServers

multiple_servers_test.go:274:
    self.serverProcesses[0].Post("/db/test_rep/series?u=paul&p=pass", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/test_rep/series?u=paul&p=pass", Err:(*net.OpError)(0xc209ffa000)} ("Post http://localhost:60500/db/test_rep/series?u=paul&p=pass: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:172: ServerSuite.TestShardExpiration

multiple_servers_test.go:180:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/cluster/shard_spaces/db1?u=root&p=root", Err:(*net.OpError)(0xc216c088c0)} ("Post http://localhost:60500/cluster/shard_spaces/db1?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:1306: ServerSuite.TestShardIdUniquenessAfterReStart

multiple_servers_test.go:1310:
    server.Post("/db/test_rep/series?u=paul&p=pass", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/test_rep/series?u=paul&p=pass", Err:(*net.OpError)(0xc216dfe0c0)} ("Post http://localhost:60500/db/test_rep/series?u=paul&p=pass: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:376: ServerSuite.TestShouldNotResetRootsPassword

multiple_servers_test.go:377:
    self.serverProcesses[0].Post("/db?u=root&p=root", "{\"name\":\"dummy_db\"}", c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db?u=root&p=root", Err:(*net.OpError)(0xc20861c000)} ("Post http://localhost:60500/db?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
FAIL: multiple_servers_test.go:305: ServerSuite.TestSslSupport

multiple_servers_test.go:314:
    self.serverProcesses[0].Post("/db/test_rep/series?u=paul&p=pass", data, c)
helpers/server.go:357:
    c.Assert(err, IsNil)
... value *url.Error = &url.Error{Op:"Post", URL:"http://localhost:60500/db/test_rep/series?u=paul&p=pass", Err:(*net.OpError)(0xc2080f2000)} ("Post http://localhost:60500/db/test_rep/series?u=paul&p=pass: dial tcp 127.0.0.1:60500: connection refused")


----------------------------------------------------------------------
PANIC: multiple_servers_test.go:345: ServerSuite.TestUdpInterface

... Panic: Get http://localhost:60500/sync?u=root&p=root: dial tcp 127.0.0.1:60500: connection refused (PC=0x40148FD)

/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/panic.c:248
  in panic
helpers/server.go:96
  in Server.WaitForServerToSync
multiple_servers_test.go:363
  in ServerSuite.TestUdpInterface
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/asm_amd64.s:360
  in call16

----------------------------------------------------------------------
FAIL: remove_node_test.go:26: RemoveNodeSuite.TestRemovingNode

remove_node_test.go:28:
    c.Assert(err, IsNil)
... value *os.SyscallError = &os.SyscallError{Syscall:"readdirent", Err:0x16} ("readdirent: invalid argument")

Starting server[08/23/14 15:38:52] [INFO] Loading configuration file ../integration/test_rf_1.toml
[08/23/14 15:38:52] [INFO] Loading configuration file integration/test_rf_1.toml

+---------------------------------------------+
|  _____        __ _            _____  ____   |
| |_   _|      / _| |          |  __ \|  _ \  |
|   | |  _ __ | |_| |_   ___  _| |  | | |_) | |
|   | | | '_ \|  _| | | | \ \/ / |  | |  _ <  |
|  _| |_| | | | | | | |_| |>  <| |__| | |_) | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/  |
+---------------------------------------------+

[08/23/14 15:38:52] [INFO] Redirectoring logging to stdout
[08/23/14 15:38:52] [INFO] Starting Influx Server dev...
[08/23/14 15:38:52] [INFO] Opening database at /tmp/influxdb/test/1/db
[08/23/14 15:38:52] [INFO] Opening wal in /tmp/influxdb/test/1/wal
[08/23/14 15:38:52] [INFO] Using /dev/urandom to initialize the raft server name
[08/23/14 15:38:52] [INFO] Setting raft name to 2c7d592668b42446
[08/23/14 15:38:52] [INFO] Initializing Raft HTTP server
[08/23/14 15:38:52] [INFO] Raft Server Listening at :60501
[08/23/14 15:38:52] [INFO] Initializing Raft Server: http://localhost:60501
[08/23/14 15:38:52] [INFO] Starting as new Raft leader...
[08/23/14 15:38:52] [INFO] (raft:2c7d592668b42446) Selected as leader. Starting leader loop.
[08/23/14 15:38:52] [INFO] Adding new server to the cluster config 2c7d592668b42446
[08/23/14 15:38:52] [INFO] Added server to cluster config: 1, http://localhost:60501, localhost:60502
[08/23/14 15:38:52] [INFO] Checking whether this is the local server local: localhost:60502, new: localhost:60502
[08/23/14 15:38:52] [INFO] Added the local server
[08/23/14 15:38:52] [INFO] Waiting for local server to be added
[08/23/14 15:38:52] [INFO] Setting server id to 1 and recovering
[08/23/14 15:38:57] [INFO] Recovering from log...
[08/23/14 15:38:57] [INFO] local: Initializing write buffer with buffer size of 1000
[08/23/14 15:38:57] [INFO] Waiting for servers to recover
[08/23/14 15:38:57] [INFO] ProtobufServer listening on :60502
[08/23/14 15:38:57] [INFO] Recovering local server
[08/23/14 15:38:57] [INFO] No shards to recover for 1
[08/23/14 15:38:57] [INFO] Recovered local server
[08/23/14 15:38:57] [INFO] recovered
[08/23/14 15:38:57] [INFO] Connecting to other nodes in the cluster
[08/23/14 15:38:57] [INFO] Starting admin interface on port 60504
[08/23/14 15:38:57] [INFO] Starting Graphite Listener on port 60513
[08/23/14 15:38:57] [INFO] Starting UDP Listener on port 60514 to database udp_db
[08/23/14 15:38:57] [INFO] Starting Http Api server on port 60500
[08/23/14 15:38:57] [INFO] Starting SSL api on port :60503 using certificate in ./cert.pem
Starting server[08/23/14 15:38:58] [INFO] Loading configuration file ../integration/test_rf_2.toml
[08/23/14 15:38:58] [INFO] Loading configuration file integration/test_rf_2.toml

+---------------------------------------------+
|  _____        __ _            _____  ____   |
| |_   _|      / _| |          |  __ \|  _ \  |
|   | |  _ __ | |_| |_   ___  _| |  | | |_) | |
|   | | | '_ \|  _| | | | \ \/ / |  | |  _ <  |
|  _| |_| | | | | | | |_| |>  <| |__| | |_) | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/  |
+---------------------------------------------+

[08/23/14 15:38:58] [INFO] Redirectoring logging to stdout
[08/23/14 15:38:58] [INFO] Starting Influx Server dev...
[08/23/14 15:38:58] [INFO] Opening database at /tmp/influxdb/test/2/db
[08/23/14 15:38:58] [INFO] Opening wal in /tmp/influxdb/test/2/wal
[08/23/14 15:38:58] [INFO] Using /dev/urandom to initialize the raft server name
[08/23/14 15:38:58] [INFO] Setting raft name to 9e3bec43f980b0c
[08/23/14 15:38:58] [INFO] Ssl will be disabled since the ssl port or certificate path weren't set
[08/23/14 15:38:58] [INFO] Initializing Raft HTTP server
[08/23/14 15:38:58] [INFO] Raft Server Listening at :60507
[08/23/14 15:38:58] [INFO] Initializing Raft Server: http://localhost:60507
[08/23/14 15:38:58] [INFO] (raft:9e3bec43f980b0c) Attempting to join leader: localhost:60501
[08/23/14 15:38:58] [INFO] Adding new server to the cluster config 9e3bec43f980b0c
[08/23/14 15:38:58] [INFO] Added server to cluster config: 2, http://localhost:60507, localhost:60508
[08/23/14 15:38:58] [INFO] Checking whether this is the local server local: localhost:60502, new: localhost:60508
[08/23/14 15:38:58] [INFO] Connecting to ProtobufServer: localhost:60508 from localhost:60502
[08/23/14 15:38:58] [INFO] ClusterServer: 2 connecting to: localhost:60508
[08/23/14 15:38:58] [INFO] 2: Initializing write buffer with buffer size of 1000
[08/23/14 15:38:58] [INFO] Joined: localhost:60501
[08/23/14 15:38:58] [INFO] Waiting for local server to be added
[08/23/14 15:38:58] [INFO] Adding new server to the cluster config 2c7d592668b42446
[08/23/14 15:38:58] [INFO] Added server to cluster config: 1, http://localhost:60501, localhost:60502
[08/23/14 15:38:58] [INFO] Checking whether this is the local server local: localhost:60508, new: localhost:60502
[08/23/14 15:38:58] [INFO] Connecting to ProtobufServer: localhost:60502 from localhost:60508
[08/23/14 15:38:58] [INFO] ClusterServer: 1 connecting to: localhost:60502
[08/23/14 15:38:58] [INFO] 1: Initializing write buffer with buffer size of 1000
[08/23/14 15:38:58] [INFO] ProtobufServer: client connected: 127.0.0.1:60373
[08/23/14 15:38:58] [INFO] connected to localhost:60502
[08/23/14 15:38:58] [INFO] Adding new server to the cluster config 9e3bec43f980b0c
[08/23/14 15:38:58] [INFO] Added server to cluster config: 2, http://localhost:60507, localhost:60508
[08/23/14 15:38:58] [INFO] Checking whether this is the local server local: localhost:60508, new: localhost:60508
[08/23/14 15:38:58] [INFO] Added the local server
[08/23/14 15:38:58] [INFO] Setting server id to 2 and recovering
[08/23/14 15:39:02] [INFO] Checking for shards to drop
[08/23/14 15:39:03] [INFO] Recovering from log...
[08/23/14 15:39:03] [INFO] local: Initializing write buffer with buffer size of 1000
[08/23/14 15:39:03] [INFO] Waiting for servers to recover
[08/23/14 15:39:03] [INFO] Recovering remote server 1
[08/23/14 15:39:03] [INFO] Recovering local server
[08/23/14 15:39:03] [INFO] No shards to recover for 1
[08/23/14 15:39:03] [INFO] No shards to recover for 2
[08/23/14 15:39:03] [INFO] Recovered remote server 1
[08/23/14 15:39:03] [INFO] Recovered local server
[08/23/14 15:39:03] [INFO] recovered
[08/23/14 15:39:03] [INFO] Connecting to other nodes in the cluster
[08/23/14 15:39:03] [INFO] ClusterServer: 1 connecting to: localhost:60502
[08/23/14 15:39:03] [INFO] ProtobufServer listening on :60508
[08/23/14 15:39:03] [INFO] Starting admin interface on port 60505
[08/23/14 15:39:03] [INFO] Graphite input plugins is disabled
[08/23/14 15:39:03] [INFO] UDP server is disabled
[08/23/14 15:39:03] [INFO] Starting Http Api server on port 60506
[08/23/14 15:39:03] [INFO] connected to localhost:60508
[08/23/14 15:39:03] [INFO] ProtobufServer: client connected: 127.0.0.1:60472
[08/23/14 15:39:04] [WARN] Server marked as up. Hearbeat succeeded
[08/23/14 15:39:05] [INFO] No matching shards for write at time 1408801145068441u, creating...
[08/23/14 15:39:05] [INFO] createShards for space test_space: start: Thu Aug 21 02:00:00 +0200 CEST 2014. end: Thu Aug 28 02:00:00 +0200 CEST 2014
[08/23/14 15:39:05] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/test/1/db/shard_db_v2/00001
[08/23/14 15:39:05] [INFO] Adding shard to test_space: 1 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1 2]
[08/23/14 15:39:05] [INFO] DATASTORE: opening or creating shard /tmp/influxdb/test/2/db/shard_db_v2/00001
[08/23/14 15:39:05] [INFO] Adding shard to test_space: 1 - start: Thu Aug 21 02:00:00 +0200 CEST 2014 (1408579200). end: Thu Aug 28 02:00:00 +0200 CEST 2014 (1409184000). isLocal: true. servers: [1 2]
[08/23/14 15:39:05] [INFO] Opening log file /tmp/influxdb/test/1/wal/log.1
[08/23/14 15:39:05] [WARN] /tmp/influxdb/test/1/wal/log.1 was truncated to 0 since the file has a zero size request
[08/23/14 15:39:05] [INFO] Opening index file /tmp/influxdb/test/1/wal/index.1
[08/23/14 15:39:05] [INFO] Received signal: terminated
[08/23/14 15:39:05] [INFO] Stopping server
[08/23/14 15:39:05] [INFO] Stopping api server
[08/23/14 15:39:05] [INFO] Closing http server
[08/23/14 15:39:05] [INFO] Waiting for all requests to finish before killing the process
[08/23/14 15:39:05] [INFO] Api server stopped
[08/23/14 15:39:05] [INFO] Stopping admin server
[08/23/14 15:39:05] [EROR] Error reading from connection (127.0.0.1:60373): EOF
[08/23/14 15:39:05] [EROR] Error while reading messsage size: &{%!d(string=EOF)}
[08/23/14 15:39:05] [INFO] Running the actual command
[08/23/14 15:39:05] [WARN] Couldn't find server with id 2. Cluster servers: []*cluster.ClusterServer{(*cluster.ClusterServer)(0xc2080ca120)}
[08/23/14 15:39:05] [INFO] Received signal: terminated
[08/23/14 15:39:05] [INFO] Stopping server
[08/23/14 15:39:05] [INFO] Stopping api server
[08/23/14 15:39:05] [INFO] Closing http server
[08/23/14 15:39:05] [INFO] Waiting for all requests to finish before killing the process
[08/23/14 15:39:05] [INFO] Api server stopped

----------------------------------------------------------------------
FAIL: replication_factor_test.go:16: ReplicationFactorSuite.SetUpSuite

replication_factor_test.go:18:
    c.Assert(err, IsNil)
... value *os.SyscallError = &os.SyscallError{Syscall:"readdirent", Err:0x16} ("readdirent: invalid argument")

[08/23/14 15:39:05] [INFO] Loading configuration file ../integration/test_config_single.toml

----------------------------------------------------------------------
FAIL: single_server_test.go:37: SingleServerSuite.SetUpSuite

single_server_test.go:38:
    self.server = NewServer("integration/test_config_single.toml", c)
helpers/server.go:47:
    c.Assert(os.RemoveAll(config.DataDir), IsNil)
... value *os.SyscallError = &os.SyscallError{Syscall:"readdirent", Err:0x16} ("readdirent: invalid argument")


----------------------------------------------------------------------
PANIC: single_server_test.go:42: SingleServerSuite.TearDownSuite

... Panic: runtime error: invalid memory address or nil pointer dereference (PC=0x40148FD)

/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/panic.c:248
  in panic
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/panic.c:552
  in panicstring
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/os_darwin.c:454
  in sigpanic
helpers/server.go:207
  in Server.Stop
single_server_test.go:43
  in SingleServerSuite.TearDownSuite
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/asm_amd64.s:360
  in call16
OOPS: 3 passed, 35 FAILED, 2 PANICKED, 1 FIXTURE-PANICKED, 36 MISSED
--- FAIL: Test (82.13 seconds)
FAIL
FAIL    github.com/influxdb/influxdb/integration    82.199s
make: *** [integration_test] Error 1

from tar:

# cd ~/Downloads/influxdb-0.8.0/
# ./configure --with-flex=/usr/local/Cellar/flex/2.5.37/bin/flex --with-bison=/usr/local/Cellar/bison/3.0.2/bin/bison && make
checking for protoc... /usr/local/bin/protoc
checking for go... /usr/local/bin/go
checking for gofmt... /usr/local/bin/gofmt
checking for autoreconf... /usr/local/bin/autoreconf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gzdopen in -lz... yes
checking for BZ2_bzReadOpen in -lbz2... yes
checking for library containing clock_gettime... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating parser/Makefile
/bin/bash: gawk: command not found
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C parser
/usr/local/Cellar/bison/3.0.2/bin/bison -t -d query.yacc -o y.tab.c --defines=y.tab.h
query.yacc:120.38-49: warning: type <expression> is used, but is not associated to any symbol [-Wother]
 %destructor { free_expression($$); } <expression>
                                      ^^^^^^^^^^^^
query.yacc: warning: 7 shift/reduce conflicts [-Wconflicts-sr]
query.yacc: warning: 32 reduce/reduce conflicts [-Wconflicts-rr]
/usr/local/Cellar/flex/2.5.37/bin/flex -o lex.yy.c -i query.lex
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/influxdb/influxdb/_vendor/raft github.com/influxdb/go-cache github.com/BurntSushi/toml code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet github.com/jmhodges/levigo github.com/influxdb/rocksdb github.com/influxdb/hyperleveldb-go; do /usr/local/bin/go get -d $i; done
/usr/local/bin/go get code.google.com/p/goprotobuf/protoc-gen-go
rm -f protocol/*.pb.go
PATH=/Users/nicolai86/Downloads/influxdb-0.8.0/../../../../bin:$PATH /usr/local/bin/protoc --go_out=. protocol/*.proto
fatal: Not a git repository (or any of the parent directories): .git
/usr/local/bin/go build -o influxdb  github.com/influxdb/influxdb/daemon
# github.com/influxdb/influxdb/parser
query.yacc:122:9: warning: implicit declaration of function 'free_groupby_clause' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:117:9: warning: implicit declaration of function 'free_from_clause' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:1718:16: warning: implicit declaration of function 'yylex' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:2642:9: warning: implicit declaration of function 'yyerror' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:710:3: warning: implicit declaration of function 'yylex_init' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:718:3: warning: implicit declaration of function 'yylex_destroy' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:729:1: warning: control reaches end of non-void function [-Wreturn-type]
# github.com/influxdb/gomdb
../../go/src/github.com/influxdb/gomdb/mdb.c:8584:46: warning: data argument not used by format string [-Wformat-extra-args]
/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
/usr/local/bin/go build -o benchmark-storage  github.com/influxdb/influxdb/tools/benchmark-storage
# github.com/influxdb/gomdb
../../go/src/github.com/influxdb/gomdb/mdb.c:8584:46: warning: data argument not used by format string [-Wformat-extra-args]
/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
/usr/local/bin/go build -o benchmark-tool github.com/influxdb/influxdb/tools/benchmark
/usr/local/bin/go get launchpad.net/gocheck
/usr/local/bin/go test github.com/influxdb/influxdb/admin github.com/influxdb/influxdb/api/http github.com/influxdb/influxdb/api/graphite github.com/influxdb/influxdb/cluster github.com/influxdb/influxdb/common github.com/influxdb/influxdb/configuration github.com/influxdb/influxdb/checkers github.com/influxdb/influxdb/coordinator github.com/influxdb/influxdb/datastore github.com/influxdb/influxdb/engine github.com/influxdb/influxdb/parser github.com/influxdb/influxdb/protocol github.com/influxdb/influxdb/wal -test.timeout=10m
ok      github.com/influxdb/influxdb/admin  0.018s
# github.com/influxdb/influxdb/parser
query.yacc:122:9: warning: implicit declaration of function 'free_groupby_clause' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:117:9: warning: implicit declaration of function 'free_from_clause' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:1718:16: warning: implicit declaration of function 'yylex' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:2642:9: warning: implicit declaration of function 'yyerror' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:710:3: warning: implicit declaration of function 'yylex_init' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:718:3: warning: implicit declaration of function 'yylex_destroy' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:729:1: warning: control reaches end of non-void function [-Wreturn-type]
# github.com/influxdb/influxdb/parser
query.yacc:122:9: warning: implicit declaration of function 'free_groupby_clause' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:117:9: warning: implicit declaration of function 'free_from_clause' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:1718:16: warning: implicit declaration of function 'yylex' is invalid in C99 [-Wimplicit-function-declaration]
y.tab.c:2642:9: warning: implicit declaration of function 'yyerror' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:710:3: warning: implicit declaration of function 'yylex_init' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:718:3: warning: implicit declaration of function 'yylex_destroy' is invalid in C99 [-Wimplicit-function-declaration]
query.yacc:729:1: warning: control reaches end of non-void function [-Wreturn-type]
# github.com/influxdb/gomdb
../../go/src/github.com/influxdb/gomdb/mdb.c:8584:46: warning: data argument not used by format string [-Wformat-extra-args]
/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
ok      github.com/influxdb/influxdb/api/http   1.100s
?       github.com/influxdb/influxdb/api/graphite   [no test files]
ok      github.com/influxdb/influxdb/cluster    0.380s
ok      github.com/influxdb/influxdb/common 0.012s
ok      github.com/influxdb/influxdb/configuration  0.012s
?       github.com/influxdb/influxdb/checkers   [no test files]
ok      github.com/influxdb/influxdb/coordinator    1.073s

----------------------------------------------------------------------
FAIL: shard_datastore_test.go:16: ShardDatastoreSuite.SetUpSuite

shard_datastore_test.go:18:
    c.Assert(err, IsNil)
... value *os.SyscallError = &os.SyscallError{Syscall:"readdirent", Err:0x16} ("readdirent: invalid argument")

OOPS: 0 passed, 1 FAILED, 1 MISSED
--- FAIL: Test (0.00 seconds)
FAIL
FAIL    github.com/influxdb/influxdb/datastore  0.057s
ok      github.com/influxdb/influxdb/engine 0.055s
ok      github.com/influxdb/influxdb/parser 0.053s
ok      github.com/influxdb/influxdb/protocol   0.007s
ok      github.com/influxdb/influxdb/wal    11.885s
make: *** [test] Error 1

both versions fail.
Some basic system informations:

I'm running OS X 10.10 Yosemite.

# clang --version
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix

# gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix

# go version
go version go1.3.1 darwin/amd64

# brew info protobuf bison flex leveldb hg bzr
protobuf: stable 2.5.0
http://code.google.com/p/protobuf/
/usr/local/Cellar/protobuf/2.5.0 (75 files, 6.0M) *
  Built from source
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/protobuf.rb
==> Options
--c++11
    Build using C++11 mode
--universal
    Build a universal binary
--with-python
    Build with python support
==> Caveats
Editor support and examples have been installed to:
  /usr/local/Cellar/protobuf/2.5.0/share/doc/protobuf

bison: stable 3.0.2
http://www.gnu.org/software/bison/

This formula is keg-only.
Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.

Some formulae require a newer version of bison.

/usr/local/Cellar/bison/3.0.2 (37 files, 2.0M) *
  Built from source
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/bison.rb

flex: stable 2.5.37
http://flex.sourceforge.net

This formula is keg-only.
Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.

Some formulae require a newer version of flex.

/usr/local/Cellar/flex/2.5.37 (40 files, 2.1M) *
  Built from source
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/flex.rb
==> Dependencies
Required: gettext ✔

leveldb: stable 1.15.0
https://code.google.com/p/leveldb/
/usr/local/Cellar/leveldb/1.15.0_1 (22 files, 1.3M) *
  Built from source
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/leveldb.rb
==> Dependencies
Required: snappy ✔

mercurial: stable 3.1
http://mercurial.selenic.com/
/usr/local/Cellar/mercurial/3.1 (537 files, 7.9M) *
  Built from source
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/mercurial.rb
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

zsh completion has been installed to:
  /usr/local/share/zsh/site-functions

If you need Python to find the installed site-packages:
  mkdir -p ~/Library/Python/2.7/lib/python/site-packages
  echo '/usr/local/lib/python2.7/site-packages' > ~/Library/Python/2.7/lib/python/site-packages/homebrew.pth

bazaar: stable 2.6.0
http://bazaar-vcs.org/
/usr/local/Cellar/bazaar/2.6.0 (1042 files, 23M) *
  Built from source
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/bazaar.rb

Any hints on how to make it work?

@nicolai86
Copy link
Contributor Author

small update, compilation also fails on 10.9.4. Same errors as above.

@jvshahid
Copy link
Contributor

Small correction, these aren't compilation errors. These are test failures. I'm not sure if this is a show stopper in your case. We are aware of some issues with the test suite, but we make sure that the test suite passes on our local systems before cutting a release, so the 0.8.0 release should be fine. Since the title of this issue doesn't state the correct issue, I'll go ahead and close it. Feel free to reopen if you can clarify why this is stopping you from using InfluxDB.

@nicolai86
Copy link
Contributor Author

@jvshahid true.
Let's rephrase: even tho compilation fails, influxdb 0.8.0 panics on both osx 10.9.4 and 10.10 for me:

# ./daemon -config=/usr/local/etc/influxdb.conf
[08/25/14 18:25:50] [INFO] Loading configuration file /usr/local/etc/influxdb.conf

+---------------------------------------------+
|  _____        __ _            _____  ____   |
| |_   _|      / _| |          |  __ \|  _ \  |
|   | |  _ __ | |_| |_   ___  _| |  | | |_) | |
|   | | | '_ \|  _| | | | \ \/ / |  | |  _ <  |
|  _| |_| | | | | | | |_| |>  <| |__| | |_) | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/  |
+---------------------------------------------+

panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x41a1e6f]

goroutine 27 [running]:
runtime.panic(0x4578480, 0x48e72e4)
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/panic.c:279 +0xf5
github.com/influxdb/influxdb/cluster.(*ClusterConfiguration).Recovery(0xc208112000, 0xc20804db80, 0x547, 0x549, 0x0, 0x0)
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/cluster/cluster_configuration.go:692 +0x13ef
github.com/influxdb/influxdb/_vendor/raft.(*server).LoadSnapshot(0xc2080039e0, 0x0, 0x0)
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/_vendor/raft/server.go:1377 +0xc92
github.com/influxdb/influxdb/coordinator.(*RaftServer).startRaft(0xc2080744d0, 0x0, 0x0)
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/coordinator/raft_server.go:387 +0x353
github.com/influxdb/influxdb/coordinator.func·009()
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/coordinator/raft_server.go:571 +0x32
created by github.com/influxdb/influxdb/coordinator.(*RaftServer).Serve
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/coordinator/raft_server.go:572 +0x587

goroutine 16 [chan receive]:
github.com/influxdb/influxdb/coordinator.(*RaftServer).Serve(0xc2080744d0, 0x4a5b3a0, 0xc2080383e0, 0x0, 0x0)
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/coordinator/raft_server.go:573 +0x5bf
github.com/influxdb/influxdb/coordinator.(*RaftServer).ListenAndServe(0xc2080744d0, 0x0, 0x0)
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/coordinator/raft_server.go:544 +0xed
github.com/influxdb/influxdb/server.(*Server).ListenAndServe(0xc208102bd0, 0x0, 0x0)
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/server/server.go:87 +0x50
main.main()
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/daemon/influxd.go:162 +0xe94

goroutine 19 [finalizer wait]:
runtime.park(0x402a150, 0x48ea9c0, 0x48e93a9)
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/proc.c:1369 +0x89
runtime.parkunlock(0x48ea9c0, 0x48e93a9)
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/proc.c:1385 +0x3b
runfinq()
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/mgc0.c:2644 +0xcf
runtime.goexit()
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/proc.c:1445

goroutine 20 [syscall]:
os/signal.loop()
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/os/signal/signal_unix.go:21 +0x1e
created by os/signal.init·1
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/os/signal/signal_unix.go:27 +0x32

goroutine 21 [chan receive]:
code.google.com/p/log4go.ConsoleLogWriter.run(0xc208070000, 0x4a50418, 0xc208038008)
    /Users/nicolai86/go/src/code.google.com/p/log4go/termlog.go:27 +0x79
created by code.google.com/p/log4go.NewConsoleLogWriter
    /Users/nicolai86/go/src/code.google.com/p/log4go/termlog.go:19 +0x68

goroutine 17 [syscall]:
runtime.goexit()
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/proc.c:1445

goroutine 22 [select]:
code.google.com/p/log4go.func·002()
    /Users/nicolai86/go/src/code.google.com/p/log4go/filelog.go:84 +0x8ac
created by code.google.com/p/log4go.NewFileLogWriter
    /Users/nicolai86/go/src/code.google.com/p/log4go/filelog.go:116 +0x2c4

goroutine 23 [chan receive]:
github.com/influxdb/influxdb/wal.(*WAL).processEntries(0xc20802cc40)
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/wal/wal.go:252 +0x64
created by github.com/influxdb/influxdb/wal.NewWAL
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/wal/wal.go:103 +0xa53

goroutine 24 [sleep]:
time.Sleep(0x8bb2c97000)
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/time.goc:39 +0x31
github.com/influxdb/influxdb/cluster.func·001()
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/cluster/cluster_configuration.go:170 +0x3d
created by github.com/influxdb/influxdb/cluster.(*ClusterConfiguration).CreateFutureShardsAutomaticallyBeforeTimeComes
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/cluster/cluster_configuration.go:177 +0x63

goroutine 25 [chan receive]:
main.waitForSignals(0x4a5b320, 0xc208102bd0)
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/daemon/null_profiler.go:23 +0x14c
created by main.startProfiler
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/daemon/null_profiler.go:15 +0x4b

goroutine 26 [IO wait]:
net.runtime_pollWait(0x4a5c348, 0x72, 0x0)
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/netpoll.goc:146 +0x66
net.(*pollDesc).Wait(0xc2080ef090, 0x72, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/net/fd_poll_runtime.go:84 +0x46
net.(*pollDesc).WaitRead(0xc2080ef090, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/net/fd_poll_runtime.go:89 +0x42
net.(*netFD).accept(0xc2080ef030, 0x47081d0, 0x0, 0x4a50290, 0x23)
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/net/fd_unix.go:419 +0x343
net.(*TCPListener).AcceptTCP(0xc2080383e0, 0xc2081080a8, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/net/tcpsock_posix.go:234 +0x5d
net.(*TCPListener).Accept(0xc2080383e0, 0x0, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/net/tcpsock_posix.go:244 +0x4b
net/http.(*Server).Serve(0xc208004720, 0x4a5b3a0, 0xc2080383e0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.1/libexec/src/pkg/net/http/server.go:1698 +0x91
github.com/influxdb/influxdb/coordinator.func·008()
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/coordinator/raft_server.go:564 +0x3a
created by github.com/influxdb/influxdb/coordinator.(*RaftServer).Serve
    /Users/nicolai86/go/src/github.com/influxdb/influxdb/coordinator/raft_server.go:568 +0x516

Should we reopen or create a new issue for the panic?

@jvshahid
Copy link
Contributor

That's a more actionable issue than the previous one. I'll reopen the issue and take a look as soon as i can.

@jvshahid jvshahid reopened this Aug 25, 2014
@jvshahid jvshahid changed the title compilation of v0.8.0 fails v0.8.0 panics on startup (see this comment https://github.com/influxdb/influxdb/issues/868#issuecomment-53287762) Aug 25, 2014
@jvshahid jvshahid changed the title v0.8.0 panics on startup (see this comment https://github.com/influxdb/influxdb/issues/868#issuecomment-53287762) v0.8.0 panics on startup (see this [comment](https://github.com/influxdb/influxdb/issues/868#issuecomment-53287762) ) Aug 25, 2014
@jvshahid jvshahid changed the title v0.8.0 panics on startup (see this [comment](https://github.com/influxdb/influxdb/issues/868#issuecomment-53287762) ) v0.8.0 panics on startup Aug 25, 2014
@jvshahid jvshahid added this to the Next release milestone Aug 25, 2014
@nicolai86
Copy link
Contributor Author

@jvshahid I was able to solve the Problem by completly removing /usr/local/var/influxdb. I guess it was related to some data which sticked around from before.

@pierreaubert
Copy link

Hello,
i have the same traceback and the same panic. I have now 20GB of datas i do not want to loose thus i'am waiting a bit. just to let you know i have the same prb.

THanks

@jvshahid jvshahid added the bug label Aug 29, 2014
@jvshahid
Copy link
Contributor

Here's another report of a similar panic on the mailing list

@pauldix pauldix closed this as completed in d9a1486 Sep 3, 2014
jvshahid added a commit that referenced this issue Sep 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants