Created
September 24, 2015 11:13
-
-
Save tfalencar/8bf760702c120511f288 to your computer and use it in GitHub Desktop.
Tests output from influxdb commit 8f4b354f8f1f236, compiled for x86_64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== RUN TestBalancerEmptyNodes | |
--- PASS: TestBalancerEmptyNodes (0.00s) | |
=== RUN TestBalancerUp | |
--- PASS: TestBalancerUp (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb 0.026s | |
=== RUN TestNewClient | |
--- PASS: TestNewClient (0.00s) | |
=== RUN TestClient_Ping | |
--- PASS: TestClient_Ping (0.00s) | |
=== RUN TestClient_Query | |
--- PASS: TestClient_Query (0.00s) | |
=== RUN TestClient_BasicAuth | |
--- PASS: TestClient_BasicAuth (0.00s) | |
=== RUN TestClient_Write | |
--- PASS: TestClient_Write (0.00s) | |
=== RUN TestClient_UserAgent | |
--- PASS: TestClient_UserAgent (0.01s) | |
=== RUN TestPoint_UnmarshalEpoch | |
--- PASS: TestPoint_UnmarshalEpoch (0.00s) | |
influxdb_test.go:325: testing "nanoseconds" | |
influxdb_test.go:327: json: {"time": 1443090923378616871, "precision":"n"} | |
influxdb_test.go:325: testing "microseconds" | |
influxdb_test.go:327: json: {"time": 1443090923378617, "precision":"u"} | |
influxdb_test.go:325: testing "milliseconds" | |
influxdb_test.go:327: json: {"time": 1443090923379, "precision":"ms"} | |
influxdb_test.go:325: testing "seconds" | |
influxdb_test.go:327: json: {"time": 1443090923, "precision":"s"} | |
influxdb_test.go:325: testing "minutes" | |
influxdb_test.go:327: json: {"time": 24051515, "precision":"m"} | |
influxdb_test.go:325: testing "hours" | |
influxdb_test.go:327: json: {"time": 400859, "precision":"h"} | |
influxdb_test.go:325: testing "max int64" | |
influxdb_test.go:327: json: {"time": 9223372036854775807, "precision":"n"} | |
influxdb_test.go:325: testing "100 years from now" | |
influxdb_test.go:327: json: {"time": 4596690923378616871, "precision":"n"} | |
=== RUN TestPoint_UnmarshalRFC | |
--- PASS: TestPoint_UnmarshalRFC (0.00s) | |
influxdb_test.go:362: testing "RFC3339Nano" | |
influxdb_test.go:365: json: {"time": "2015-09-24T10:35:23.379014119Z"} | |
influxdb_test.go:362: testing "RFC3339" | |
influxdb_test.go:365: json: {"time": "2015-09-24T10:35:23Z"} | |
=== RUN TestPoint_MarshalOmitempty | |
--- PASS: TestPoint_MarshalOmitempty (0.00s) | |
influxdb_test.go:412: testing "all empty" | |
influxdb_test.go:412: testing "with time" | |
influxdb_test.go:412: testing "with tags" | |
influxdb_test.go:412: testing "with precision" | |
=== RUN TestEpochToTime | |
--- PASS: TestEpochToTime (0.00s) | |
influxdb_test.go:441: testing "nanoseconds" | |
influxdb_test.go:441: testing "microseconds" | |
influxdb_test.go:441: testing "milliseconds" | |
influxdb_test.go:441: testing "seconds" | |
influxdb_test.go:441: testing "minutes" | |
influxdb_test.go:441: testing "hours" | |
=== RUN TestBatchPoints_Normal | |
--- PASS: TestBatchPoints_Normal (0.00s) | |
=== RUN TestClient_Timeout | |
--- PASS: TestClient_Timeout (0.50s) | |
=== RUN TestClient_NoTimeout | |
--- PASS: TestClient_NoTimeout (1.00s) | |
PASS | |
ok github.com/influxdb/influxdb/client 1.548s | |
=== RUN TestWriteShardRequestBinary | |
--- PASS: TestWriteShardRequestBinary (0.00s) | |
=== RUN TestWriteShardResponseBinary | |
--- PASS: TestWriteShardResponseBinary (0.00s) | |
=== RUN TestShardWriter_RemoteMapper_Success | |
--- PASS: TestShardWriter_RemoteMapper_Success (0.00s) | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
=== RUN TestPointsWriter_MapShards_One | |
--- PASS: TestPointsWriter_MapShards_One (0.00s) | |
=== RUN TestPointsWriter_MapShards_Multiple | |
--- PASS: TestPointsWriter_MapShards_Multiple (0.00s) | |
=== RUN TestPointsWriter_WritePoints | |
[write] 2015/09/24 12:35:25 write failed for shard 13 on node 3: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 11 on node 3: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 13 on node 1: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 13 on node 2: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 11 on node 1: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 11 on node 2: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 25 on node 2: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 29 on node 3: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 23 on node 2: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 27 on node 3: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 29 on node 2: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 27 on node 2: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 33 on node 1: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 33 on node 2: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 37 on node 3: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 31 on node 1: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 31 on node 2: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 35 on node 3: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 45 on node 3: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 43 on node 3: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 45 on node 1: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 45 on node 2: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 43 on node 1: a failure | |
[write] 2015/09/24 12:35:25 write failed for shard 43 on node 2: a failure | |
--- PASS: TestPointsWriter_WritePoints (0.00s) | |
=== RUN TestShardWriter_WriteShard_Success | |
[tcp] 2015/09/24 12:35:25 Starting cluster service | |
[tcp] 2015/09/24 12:35:25 accept remote write connection from 127.0.0.1:50619 | |
[tcp] 2015/09/24 12:35:25 unable to read type-length-value read message type: read tcp 127.0.0.1:55761->127.0.0.1:50619: use of closed network connection | |
[tcp] 2015/09/24 12:35:25 close remote write connection from 127.0.0.1:50619 | |
[tcp] 2015/09/24 12:35:25 cluster service accept error: network connection closed | |
--- PASS: TestShardWriter_WriteShard_Success (0.00s) | |
=== RUN TestShardWriter_WriteShard_Multiple | |
[tcp] 2015/09/24 12:35:25 Starting cluster service | |
[tcp] 2015/09/24 12:35:25 accept remote write connection from 127.0.0.1:59767 | |
[tcp] 2015/09/24 12:35:25 unable to read type-length-value read message type: read tcp 127.0.0.1:42740->127.0.0.1:59767: use of closed network connection | |
[tcp] 2015/09/24 12:35:25 close remote write connection from 127.0.0.1:59767 | |
[tcp] 2015/09/24 12:35:25 cluster service accept error: network connection closed | |
--- PASS: TestShardWriter_WriteShard_Multiple (0.00s) | |
=== RUN TestShardWriter_WriteShard_Error | |
[tcp] 2015/09/24 12:35:25 Starting cluster service | |
[tcp] 2015/09/24 12:35:25 accept remote write connection from 127.0.0.1:47219 | |
[tcp] 2015/09/24 12:35:25 process write shard error: write shard 1: failed to write | |
[tcp] 2015/09/24 12:35:25 unable to read type-length-value read message type: read tcp 127.0.0.1:39591->127.0.0.1:47219: use of closed network connection | |
[tcp] 2015/09/24 12:35:25 close remote write connection from 127.0.0.1:47219 | |
[tcp] 2015/09/24 12:35:25 cluster service accept error: network connection closed | |
--- PASS: TestShardWriter_WriteShard_Error (0.00s) | |
=== RUN TestShardWriter_Write_ErrDialTimeout | |
[tcp] 2015/09/24 12:35:25 Starting cluster service | |
--- PASS: TestShardWriter_Write_ErrDialTimeout (0.00s) | |
=== RUN TestShardWriter_Write_ErrReadTimeout | |
--- PASS: TestShardWriter_Write_ErrReadTimeout (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/cluster 0.023s | |
? github.com/influxdb/influxdb/cluster/internal [no test files] | |
=== RUN TestParseCommand_CommandsExist | |
=== RUN TestParseCommand_TogglePretty | |
=== RUN TestParseCommand_Exit | |
=== RUN TestParseCommand_Use | |
=== RUN TestParseCommand_Consistency | |
=== RUN TestParseCommand_Insert | |
=== RUN TestParseCommand_InsertInto | |
Using database db | |
Using database db | |
Using database db | |
Using database db | |
Using database db | |
Using database db | |
--- PASS: TestParseCommand_Use (0.00s) | |
Unknown consistency level "one;". Please use any, one, quorum, or all. | |
Unknown consistency level "one;". Please use any, one, quorum, or all. | |
Unknown consistency level "consistency one". Please use any, one, quorum, or all. | |
--- PASS: TestParseCommand_Consistency (0.00s) | |
Pretty print enabled | |
Pretty print disabled | |
--- PASS: TestParseCommand_TogglePretty (0.00s) | |
Using retention policy test | |
.-::-::://:-::- .:/++/' | |
'://:-''/oo+//++o+/.://o- ./+: | |
.:-. '++- .o/ '+yydhy' o- | |
.:/. .h: :osoys .smMN- :/ | |
-/:.' s- /MMMymh. '/y/ s' | |
-+s:'''' d -mMMms// '-/o: | |
-/++/++/////:. o: '... s- :s. | |
:+-+s-' ':/' 's- /+ 'o: | |
'+-'o: /ydhsh. '//. '-o- o- | |
.y. o: .MMMdm+y ':+++:::/+:.' s: | |
.-h/ y- 'sdmds'h -+ydds:::-.' 'h. | |
.//-.d' o: '.' 'dsNMMMNh:.:++' :y | |
+y. 'd 's. .s:mddds: ++ o/ | |
'N- odd 'o/. './o-s-' .---+++' o- | |
'N' yNd .://:/:::::. -s -+/s/./s' 'o/' | |
so' .h '''' ////s: '+. .s +y' | |
os/-.y' 's' 'y::+ +d' | |
'.:o/ -+:-:.' so.---.' | |
o' 'd-.''/s' | |
.s' :y.''.y | |
-s mo:::' | |
:: yh | |
// '''' /M' | |
o+ .s///:/. 'N: | |
:+ /: -s' ho | |
's- -/s/:+/.+h' +h | |
ys' ':' '-. -d | |
oh .h | |
/o .s | |
s. .h | |
-y .d | |
m/ -h | |
+d /o | |
'N- y: | |
h: m. | |
s- -d | |
o- s+ | |
+- 'm' | |
s/ oo--. | |
y- /s ':+' | |
s' 'od--' .d: | |
-+ ':o: ':+-/+ | |
y- .:+- ' | |
//o- '.:+/. | |
.-:+/' ''-/+/. | |
./:' ''.:o+/-' | |
.+o:/:/+-' ''.-+ooo/-' | |
o: -h///++////-. | |
/: .o/ | |
//+ 'y | |
./sooy. | |
Usage: | |
connect <host:port> connect to another node | |
auth prompt for username and password | |
pretty toggle pretty print | |
use <db_name> set current databases | |
format <format> set the output format: json, csv, or column | |
precision <format> set the timestamp format: h,m,s,ms,u,ns | |
consistency <level> set write consistency level: any, one, quorum, or all | |
settings output the current settings for the shell | |
exit quit the influx shell | |
show databases show database names | |
show series show series information | |
show measurements show measurement information | |
show tag keys show tag key information | |
show tag values show tag value information | |
a full list of influxql commands can be found at: | |
https://influxdb.com/docs/v0.9/query_language/spec.html | |
Pretty print enabled | |
Could not parse database name from "use". | |
--- PASS: TestParseCommand_CommandsExist (0.00s) | |
--- PASS: TestParseCommand_Exit (0.00s) | |
Using database | |
Using retention policy test | |
Using retention policy test test | |
Using database test | |
Using retention policy test | |
Using retention policy test test | |
Using database d b | |
Using retention policy test test | |
--- PASS: TestParseCommand_InsertInto (0.00s) | |
--- PASS: TestParseCommand_Insert (0.01s) | |
PASS | |
ok github.com/influxdb/influxdb/cmd/influx 0.044s | |
? github.com/influxdb/influxdb/cmd/influx_stress [no test files] | |
? github.com/influxdb/influxdb/cmd/influxd [no test files] | |
testing: warning: no tests to run | |
PASS | |
ok github.com/influxdb/influxdb/cmd/influxd/backup 0.007s | |
? github.com/influxdb/influxdb/cmd/influxd/help [no test files] | |
testing: warning: no tests to run | |
PASS | |
ok github.com/influxdb/influxdb/cmd/influxd/restore 0.024s | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
=== RUN TestConfig_Parse_EnvOverride | |
--- PASS: TestConfig_Parse_EnvOverride (0.00s) | |
=== RUN TestServer_HTTPResponseVersion | |
[metastore] 2015/09/24 12:35:33 Using data dir: /tmp/influxd-772530513 | |
[metastore] 2015/09/24 12:35:33 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:33 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:33 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:35:33 Starting monitor system | |
[monitor] 2015/09/24 12:35:33 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:33 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:33 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:33 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:33 Using data dir: /tmp/influxd-711536252 | |
[handoff] 2015/09/24 12:35:33 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:33 Using data dir: /tmp/influxd-653893390 | |
[tcp] 2015/09/24 12:35:33 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:33 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:33 Starting snapshot service | |
[copier] 2015/09/24 12:35:33 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:33 Starting continuous query service | |
[httpd] 2015/09/24 12:35:33 Starting HTTP service | |
[httpd] 2015/09/24 12:35:33 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:33 Listening on HTTP: 127.0.0.1:43118 | |
[retention] 2015/09/24 12:35:33 Starting retention policy enforcement service with check interval of 30m0s | |
[http] 2015/09/24 12:35:33 127.0.0.1 - - [24/Sep/2015:12:35:33 +0200] GET /query HTTP/1.1 400 68 - Go-http-client/1.1 fc459db6-62a7-11e5-8001-000000000000 395.213µs | |
[copier] 2015/09/24 12:35:33 copier listener closed | |
[tcp] 2015/09/24 12:35:33 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:33 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:33 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:35:33 continuous query service terminating | |
[retention] 2015/09/24 12:35:33 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:33 shutting down monitor system | |
--- PASS: TestServer_HTTPResponseVersion (0.38s) | |
=== RUN TestServer_DatabaseCommands | |
=== RUN TestServer_Query_DropAndRecreateDatabase | |
=== RUN TestServer_Query_DropDatabaseIsolated | |
=== RUN TestServer_Query_DropAndRecreateSeries | |
=== RUN TestServer_RetentionPolicyCommands | |
=== RUN TestServer_DatabaseRetentionPolicyAutoCreate | |
=== RUN TestServer_UserCommands | |
=== RUN TestServer_Write_JSON | |
=== RUN TestServer_Write_LineProtocol_Float | |
=== RUN TestServer_Write_LineProtocol_Bool | |
=== RUN TestServer_Write_LineProtocol_String | |
=== RUN TestServer_Write_LineProtocol_Integer | |
=== RUN TestServer_Query_DefaultDBAndRP | |
=== RUN TestServer_Query_Multiple_Measurements | |
=== RUN TestServer_Query_IdenticalTagValues | |
=== RUN TestServer_Query_NoShards | |
=== RUN TestServer_Query_NonExistent | |
=== RUN TestServer_Query_Math | |
=== RUN TestServer_Query_Count | |
=== RUN TestServer_Query_Now | |
=== RUN TestServer_Query_EpochPrecision | |
=== RUN TestServer_Query_Tags | |
=== RUN TestServer_Query_Alias | |
=== RUN TestServer_Query_Common | |
=== RUN TestServer_Query_SelectTwoPoints | |
=== RUN TestServer_Query_SelectTwoNegativePoints | |
=== RUN TestServer_Query_SelectRelativeTime | |
=== RUN TestServer_Query_SelectRawCalculus | |
=== RUN TestServer_Query_MergeMany | |
=== RUN TestServer_Query_SLimitAndSOffset | |
=== RUN TestServer_Query_Regex | |
=== RUN TestServer_Query_AggregatesCommon | |
=== RUN TestServer_Query_AggregateSelectors | |
=== RUN TestServer_Query_TopInt | |
=== RUN TestServer_Query_Aggregates_IdenticalTime | |
=== RUN TestServer_Query_GroupByTimeCutoffs | |
=== RUN TestServer_Write_Precision | |
=== RUN TestServer_Query_Wildcards | |
=== RUN TestServer_Query_WildcardExpansion | |
=== RUN TestServer_Query_AcrossShardsAndFields | |
=== RUN TestServer_Query_Where_Fields | |
=== RUN TestServer_Query_Where_With_Tags | |
=== RUN TestServer_Query_LimitAndOffset | |
=== RUN TestServer_Query_Fill | |
=== RUN TestServer_Query_Chunk | |
=== RUN TestServer_Query_DropAndRecreateMeasurement | |
=== RUN TestServer_Query_ShowSeries | |
=== RUN TestServer_Query_ShowMeasurements | |
=== RUN TestServer_Query_ShowTagKeys | |
=== RUN TestServer_Query_ShowFieldKeys | |
=== RUN TestServer_ContinuousQuery | |
--- SKIP: TestServer_ContinuousQuery (0.00s) | |
server_test.go:4311: | |
=== RUN TestServer_ContinuousQuery_Deadlock | |
--- SKIP: TestServer_ContinuousQuery_Deadlock (0.00s) | |
server_test.go:4435: Skipping CQ deadlock test | |
=== RUN TestServer_Query_EvilIdentifiers | |
=== RUN TestServer_Query_OrderByTime | |
=== RUN TestServer_Query_FieldWithMultiplePeriods | |
=== RUN TestServer_Query_FieldWithMultiplePeriodsMeasurementPrefixMatch | |
[metastore] 2015/09/24 12:35:33 Using data dir: /tmp/influxd-721176853 | |
[metastore] 2015/09/24 12:35:33 Using data dir: /tmp/influxd-282206489 | |
[metastore] 2015/09/24 12:35:33 Using data dir: /tmp/influxd-243523421 | |
[metastore] 2015/09/24 12:35:33 Using data dir: /tmp/influxd-123495393 | |
[metastore] 2015/09/24 12:35:33 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:33 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:33 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:33 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:34 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:34 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:34 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:34 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:34 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:34 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:34 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:34 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:35:34 Starting monitor system | |
[monitor] 2015/09/24 12:35:34 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:34 Using data dir: /tmp/influxd-412782360 | |
[handoff] 2015/09/24 12:35:34 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:34 Using data dir: /tmp/influxd-949421578 | |
[tcp] 2015/09/24 12:35:34 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:34 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:34 Starting snapshot service | |
[copier] 2015/09/24 12:35:34 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:34 Starting continuous query service | |
[httpd] 2015/09/24 12:35:34 Starting HTTP service | |
[httpd] 2015/09/24 12:35:34 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:34 Listening on HTTP: 127.0.0.1:39152 | |
[retention] 2015/09/24 12:35:34 Starting retention policy enforcement service with check interval of 30m0s | |
[monitor] 2015/09/24 12:35:34 Starting monitor system | |
[monitor] 2015/09/24 12:35:34 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:34 Using data dir: /tmp/influxd-994717040 | |
[handoff] 2015/09/24 12:35:34 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:34 Using data dir: /tmp/influxd-440197666 | |
[tcp] 2015/09/24 12:35:34 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:34 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:34 Starting snapshot service | |
[copier] 2015/09/24 12:35:34 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:34 Starting continuous query service | |
[httpd] 2015/09/24 12:35:34 Starting HTTP service | |
[httpd] 2015/09/24 12:35:34 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:34 Listening on HTTP: 127.0.0.1:49766 | |
[retention] 2015/09/24 12:35:34 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:34 database 'db0' created | |
[metastore] 2015/09/24 12:35:34 database 'db0' created | |
[metastore] 2015/09/24 12:35:34 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:34 retention policy 'default' for database 'db0' created | |
[monitor] 2015/09/24 12:35:34 Starting monitor system | |
[monitor] 2015/09/24 12:35:34 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:34 Using data dir: /tmp/influxd-961718220 | |
[handoff] 2015/09/24 12:35:34 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:34 Using data dir: /tmp/influxd-093690078 | |
[tcp] 2015/09/24 12:35:34 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:34 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:34 Starting snapshot service | |
[copier] 2015/09/24 12:35:34 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:34 Starting continuous query service | |
[httpd] 2015/09/24 12:35:34 Starting HTTP service | |
[httpd] 2015/09/24 12:35:34 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:34 Listening on HTTP: 127.0.0.1:44679 | |
[retention] 2015/09/24 12:35:34 Starting retention policy enforcement service with check interval of 30m0s | |
[monitor] 2015/09/24 12:35:34 Starting monitor system | |
[monitor] 2015/09/24 12:35:34 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:34 Using data dir: /tmp/influxd-405377956 | |
[handoff] 2015/09/24 12:35:34 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:34 Using data dir: /tmp/influxd-568205430 | |
[tcp] 2015/09/24 12:35:34 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:34 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:34 Starting snapshot service | |
[copier] 2015/09/24 12:35:34 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:34 Starting continuous query service | |
[httpd] 2015/09/24 12:35:34 Starting HTTP service | |
[httpd] 2015/09/24 12:35:34 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:34 Listening on HTTP: 127.0.0.1:44007 | |
[retention] 2015/09/24 12:35:34 Starting retention policy enforcement service with check interval of 30m0s | |
[query] 2015/09/24 12:35:34 CREATE DATABASE db0 | |
[metastore] 2015/09/24 12:35:34 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:34 database 'db0' created | |
[metastore] 2015/09/24 12:35:34 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:34 database 'db0' created | |
[metastore] 2015/09/24 12:35:34 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:34 retention policy 'default' for database 'db0' created | |
[http] 2015/09/24 12:35:34 127.0.0.1 - - [24/Sep/2015:12:35:34 +0200] GET /query?q=CREATE+DATABASE+db0 HTTP/1.1 200 40 - Go-http-client/1.1 fcafa0fd-62a7-11e5-8002-000000000000 132.129755ms | |
[http] 2015/09/24 12:35:34 127.0.0.1 - - [24/Sep/2015:12:35:34 +0200] GET /query?q=CREATE+DATABASE+0xdb0 HTTP/1.1 400 97 - Go-http-client/1.1 fcc3e150-62a7-11e5-8004-000000000000 435.358µs | |
[query] 2015/09/24 12:35:34 SHOW DATABASES | |
[http] 2015/09/24 12:35:34 127.0.0.1 - - [24/Sep/2015:12:35:34 +0200] GET /query?q=SHOW+DATABASES HTTP/1.1 200 92 - Go-http-client/1.1 fcc400a0-62a7-11e5-8005-000000000000 397.125µs | |
[query] 2015/09/24 12:35:34 CREATE DATABASE db0 | |
[metastore] 2015/09/24 12:35:34 database 'db1' created | |
[metastore] 2015/09/24 12:35:34 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:34 retention policy 'default' for database 'db1' created | |
[http] 2015/09/24 12:35:34 127.0.0.1 - - [24/Sep/2015:12:35:34 +0200] GET /query?q=CREATE+DATABASE+db0 HTTP/1.1 200 72 - Go-http-client/1.1 fcc41a35-62a7-11e5-8006-000000000000 68.276274ms | |
[query] 2015/09/24 12:35:34 CREATE DATABASE IF NOT EXISTS db0 | |
[metastore] 2015/09/24 12:35:34 retention policy 'rp1' for database 'db1' created | |
[http] 2015/09/24 12:35:34 127.0.0.1 - - [24/Sep/2015:12:35:34 +0200] GET /query?q=CREATE+DATABASE+IF+NOT+EXISTS+db0 HTTP/1.1 200 40 - Go-http-client/1.1 fcce9476-62a7-11e5-8007-000000000000 117.861966ms | |
[query] 2015/09/24 12:35:34 CREATE DATABASE IF NOT EXISTS db1 | |
[metastore] 2015/09/24 12:35:34 database 'db1' created | |
[metastore] 2015/09/24 12:35:34 retention policy 'default' for database 'db1' created | |
[http] 2015/09/24 12:35:34 127.0.0.1 - - [24/Sep/2015:12:35:34 +0200] GET /query?q=CREATE+DATABASE+IF+NOT+EXISTS+db1 HTTP/1.1 200 40 - Go-http-client/1.1 fce09c38-62a7-11e5-800a-000000000000 302.118979ms | |
[query] 2015/09/24 12:35:34 SHOW DATABASES | |
[http] 2015/09/24 12:35:34 127.0.0.1 - - [24/Sep/2015:12:35:34 +0200] GET /query?q=SHOW+DATABASES HTTP/1.1 200 96 - Go-http-client/1.1 fd0ec4c4-62a7-11e5-800b-000000000000 994.957µs | |
[query] 2015/09/24 12:35:34 DROP DATABASE db0 | |
[http] 2015/09/24 12:35:34 127.0.0.1 - - [24/Sep/2015:12:35:34 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 fcbe95a9-62a7-11e5-8003-000000000000 591.268193ms | |
[query] 2015/09/24 12:35:34 SHOW SERIES | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:34 +0200] GET /query?db=db0&q=SHOW+SERIES HTTP/1.1 200 125 - Go-http-client/1.1 fd18db88-62a7-11e5-800d-000000000000 3.156457ms | |
[query] 2015/09/24 12:35:35 DROP SERIES FROM cpu | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:34 +0200] GET /query?q=DROP+DATABASE+db0 HTTP/1.1 200 40 - Go-http-client/1.1 fd0efb1d-62a7-11e5-800c-000000000000 97.965741ms | |
[query] 2015/09/24 12:35:35 DROP DATABASE db1 | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?q=DROP+DATABASE+db1 HTTP/1.1 200 40 - Go-http-client/1.1 fd1dff39-62a7-11e5-800f-000000000000 92.344906ms | |
[query] 2015/09/24 12:35:35 SHOW DATABASES | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?q=SHOW+DATABASES HTTP/1.1 200 76 - Go-http-client/1.1 fd2c3c29-62a7-11e5-8010-000000000000 3.163255ms | |
[query] 2015/09/24 12:35:35 DROP DATABASE db0 | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?q=DROP+DATABASE+db0 HTTP/1.1 200 73 - Go-http-client/1.1 fd2cc32b-62a7-11e5-8011-000000000000 2.370137ms | |
[copier] 2015/09/24 12:35:35 copier listener closed | |
[tcp] 2015/09/24 12:35:35 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:35 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:35 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:35:35 continuous query service terminating | |
[retention] 2015/09/24 12:35:35 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:35 shutting down monitor system | |
--- PASS: TestServer_DatabaseCommands (1.51s) | |
[metastore] 2015/09/24 12:35:35 Using data dir: /tmp/influxd-228469413 | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:34 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 fcd43a1e-62a7-11e5-8008-000000000000 624.36257ms | |
[query] 2015/09/24 12:35:35 DROP DATABASE db0 | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:34 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 fce08093-62a7-11e5-8009-000000000000 612.315262ms | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?db=db0&q=DROP+SERIES+FROM+cpu HTTP/1.1 200 40 - Go-http-client/1.1 fd1965c8-62a7-11e5-800e-000000000000 240.050217ms | |
[query] 2015/09/24 12:35:35 SELECT * FROM "db0"."rp0".cpu | |
[query] 2015/09/24 12:35:35 SHOW SERIES | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?db=db0&q=SHOW+SERIES HTTP/1.1 200 40 - Go-http-client/1.1 fd3e0fa5-62a7-11e5-8014-000000000000 3.859031ms | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu HTTP/1.1 200 134 - Go-http-client/1.1 fd3e0712-62a7-11e5-8013-000000000000 4.114961ms | |
[query] 2015/09/24 12:35:35 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu+GROUP+BY+%2A HTTP/1.1 200 140 - Go-http-client/1.1 fd3ebafc-62a7-11e5-8015-000000000000 2.930437ms | |
[query] 2015/09/24 12:35:35 DROP DATABASE db1 | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?q=DROP+DATABASE+db0 HTTP/1.1 200 40 - Go-http-client/1.1 fd33959d-62a7-11e5-8012-000000000000 138.087219ms | |
[query] 2015/09/24 12:35:35 CREATE DATABASE db0 | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?q=DROP+DATABASE+db1 HTTP/1.1 200 40 - Go-http-client/1.1 fd3f3f92-62a7-11e5-8017-000000000000 113.891017ms | |
[query] 2015/09/24 12:35:35 SELECT * FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu HTTP/1.1 200 134 - Go-http-client/1.1 fd50ec30-62a7-11e5-8019-000000000000 1.802645ms | |
[query] 2015/09/24 12:35:35 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu+GROUP+BY+%2A HTTP/1.1 200 140 - Go-http-client/1.1 fd514117-62a7-11e5-801a-000000000000 3.707256ms | |
[tcp] 2015/09/24 12:35:35 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:35 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:35 snapshot listener closed | |
[copier] 2015/09/24 12:35:35 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:35 continuous query service terminating | |
[retention] 2015/09/24 12:35:35 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:35 shutting down monitor system | |
--- PASS: TestServer_Query_DropDatabaseIsolated (1.76s) | |
[metastore] 2015/09/24 12:35:35 Using data dir: /tmp/influxd-252140969 | |
[metastore] 2015/09/24 12:35:35 database 'db0' created | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 fd3ebafa-62a7-11e5-8016-000000000000 192.984624ms | |
[query] 2015/09/24 12:35:35 SHOW SERIES | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?db=db0&q=SHOW+SERIES HTTP/1.1 200 125 - Go-http-client/1.1 fd5c3850-62a7-11e5-801b-000000000000 518.275µs | |
[tcp] 2015/09/24 12:35:35 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:35 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:35 snapshot listener closed | |
[copier] 2015/09/24 12:35:35 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:35 continuous query service terminating | |
[retention] 2015/09/24 12:35:35 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:35 shutting down monitor system | |
--- PASS: TestServer_Query_DropAndRecreateSeries (1.83s) | |
[metastore] 2015/09/24 12:35:35 Using data dir: /tmp/influxd-160030445 | |
[metastore] 2015/09/24 12:35:35 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:35 Node at localhost:0 [Follower] | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?q=CREATE+DATABASE+db0 HTTP/1.1 200 40 - Go-http-client/1.1 fd48b59c-62a7-11e5-8018-000000000000 269.371998ms | |
[query] 2015/09/24 12:35:35 CREATE RETENTION POLICY rp0 ON db0 DURATION 365d REPLICATION 1 DEFAULT | |
[metastore] 2015/09/24 12:35:35 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:35 Node at localhost:0 [Follower] | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?q=CREATE+RETENTION+POLICY+rp0+ON+db0+DURATION+365d+REPLICATION+1+DEFAULT HTTP/1.1 200 40 - Go-http-client/1.1 fd71dff8-62a7-11e5-801c-000000000000 199.787852ms | |
[query] 2015/09/24 12:35:35 SHOW MEASUREMENTS | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?db=db0&q=SHOW+MEASUREMENTS HTTP/1.1 200 40 - Go-http-client/1.1 fd906b0d-62a7-11e5-801d-000000000000 2.000513ms | |
[query] 2015/09/24 12:35:35 SELECT * FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:35 127.0.0.1 - - [24/Sep/2015:12:35:35 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu HTTP/1.1 200 40 - Go-http-client/1.1 fd90f056-62a7-11e5-801e-000000000000 634.937µs | |
[snapshot] 2015/09/24 12:35:35 snapshot listener closed | |
[tcp] 2015/09/24 12:35:35 cluster service accept error: network connection closed | |
[copier] 2015/09/24 12:35:35 copier listener closed | |
[shard-precreation] 2015/09/24 12:35:35 Precreation service terminating | |
[continuous_querier] 2015/09/24 12:35:35 continuous query service terminating | |
[retention] 2015/09/24 12:35:35 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:35 shutting down monitor system | |
--- PASS: TestServer_Query_DropAndRecreateDatabase (2.17s) | |
[metastore] 2015/09/24 12:35:35 Using data dir: /tmp/influxd-759001713 | |
[metastore] 2015/09/24 12:35:35 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:35 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:35 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:36 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:36 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:36 Node at localhost:0 [Leader]. peers=[] | |
[monitor] 2015/09/24 12:35:36 Starting monitor system | |
[monitor] 2015/09/24 12:35:36 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:36 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:36 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:36 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:36 Using data dir: /tmp/influxd-479321024 | |
[handoff] 2015/09/24 12:35:36 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:36 Using data dir: /tmp/influxd-767745266 | |
[tcp] 2015/09/24 12:35:36 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:36 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:36 Starting snapshot service | |
[copier] 2015/09/24 12:35:36 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:36 Starting continuous query service | |
[httpd] 2015/09/24 12:35:36 Starting HTTP service | |
[httpd] 2015/09/24 12:35:36 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:36 Listening on HTTP: 127.0.0.1:46105 | |
[retention] 2015/09/24 12:35:36 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:36 database 'db0' created | |
[query] 2015/09/24 12:35:36 CREATE RETENTION POLICY rp0 ON db0 DURATION 1h REPLICATION 1 | |
[metastore] 2015/09/24 12:35:36 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:36 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:36 retention policy 'rp0' for database 'db0' created | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=CREATE+RETENTION+POLICY+rp0+ON+db0+DURATION+1h+REPLICATION+1 HTTP/1.1 200 40 - Go-http-client/1.1 fdc731e7-62a7-11e5-801f-000000000000 94.376403ms | |
[query] 2015/09/24 12:35:36 CREATE RETENTION POLICY rp0 ON db0 DURATION 1h REPLICATION 1 | |
[monitor] 2015/09/24 12:35:36 Starting monitor system | |
[monitor] 2015/09/24 12:35:36 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:36 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:36 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:36 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:36 Using data dir: /tmp/influxd-346098420 | |
[handoff] 2015/09/24 12:35:36 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:36 Using data dir: /tmp/influxd-384832582 | |
[tcp] 2015/09/24 12:35:36 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:36 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:36 Starting snapshot service | |
[copier] 2015/09/24 12:35:36 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:36 Starting continuous query service | |
[httpd] 2015/09/24 12:35:36 Starting HTTP service | |
[httpd] 2015/09/24 12:35:36 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:36 Listening on HTTP: 127.0.0.1:42688 | |
[retention] 2015/09/24 12:35:36 Starting retention policy enforcement service with check interval of 30m0s | |
[query] 2015/09/24 12:35:36 CREATE DATABASE db0 | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=CREATE+RETENTION+POLICY+rp0+ON+db0+DURATION+1h+REPLICATION+1 HTTP/1.1 200 79 - Go-http-client/1.1 fdd5ac3f-62a7-11e5-8020-000000000000 72.594109ms | |
[monitor] 2015/09/24 12:35:36 Starting monitor system | |
[monitor] 2015/09/24 12:35:36 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:36 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:36 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:36 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:36 Using data dir: /tmp/influxd-818669928 | |
[handoff] 2015/09/24 12:35:36 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:36 Using data dir: /tmp/influxd-448474842 | |
[tcp] 2015/09/24 12:35:36 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:36 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:36 Starting snapshot service | |
[copier] 2015/09/24 12:35:36 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:36 Starting continuous query service | |
[httpd] 2015/09/24 12:35:36 Starting HTTP service | |
[httpd] 2015/09/24 12:35:36 Authentication enabled: false | |
[query] 2015/09/24 12:35:36 SHOW RETENTION POLICIES db0 | |
[httpd] 2015/09/24 12:35:36 Listening on HTTP: 127.0.0.1:45392 | |
[retention] 2015/09/24 12:35:36 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:36 database 'db0' created | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=SHOW+RETENTION+POLICIES+ON+db0 HTTP/1.1 200 118 - Go-http-client/1.1 fde112a5-62a7-11e5-8022-000000000000 13.933856ms | |
[query] 2015/09/24 12:35:36 ALTER RETENTION POLICY rp0 ON db0 DURATION 2h REPLICATION 3 DEFAULT | |
[metastore] 2015/09/24 12:35:36 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:36 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:36 database 'db0' created | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=ALTER+RETENTION+POLICY+rp0+ON+db0+DURATION+2h+REPLICATION+3+DEFAULT HTTP/1.1 200 40 - Go-http-client/1.1 fde3541c-62a7-11e5-8023-000000000000 100.381064ms | |
[query] 2015/09/24 12:35:36 SHOW RETENTION POLICIES db0 | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=SHOW+RETENTION+POLICIES+ON+db0 HTTP/1.1 200 118 - Go-http-client/1.1 fdf2b7e8-62a7-11e5-8024-000000000000 8.27159ms | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=CREATE+DATABASE+db0 HTTP/1.1 200 40 - Go-http-client/1.1 fdd80900-62a7-11e5-8021-000000000000 185.632839ms | |
[query] 2015/09/24 12:35:36 SHOW RETENTION POLICIES db0 | |
[query] 2015/09/24 12:35:36 DROP RETENTION POLICY rp0 ON db0 | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=SHOW+RETENTION+POLICIES+ON+db0 HTTP/1.1 200 113 - Go-http-client/1.1 fdf4711d-62a7-11e5-8026-000000000000 6.324065ms | |
[copier] 2015/09/24 12:35:36 copier listener closed | |
[tcp] 2015/09/24 12:35:36 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:36 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:36 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:35:36 continuous query service terminating | |
[retention] 2015/09/24 12:35:36 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:36 shutting down monitor system | |
--- PASS: TestServer_DatabaseRetentionPolicyAutoCreate (1.07s) | |
[metastore] 2015/09/24 12:35:36 Using data dir: /tmp/influxd-446938677 | |
[metastore] 2015/09/24 12:35:36 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:36 Created local node: id=1, host=localhost:0 | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=DROP+RETENTION+POLICY+rp0+ON+db0 HTTP/1.1 200 75 - Go-http-client/1.1 fdf46a8d-62a7-11e5-8025-000000000000 48.545315ms | |
[query] 2015/09/24 12:35:36 SHOW RETENTION POLICIES db0 | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=SHOW+RETENTION+POLICIES+ON+db0 HTTP/1.1 200 118 - Go-http-client/1.1 fdfbde6f-62a7-11e5-8027-000000000000 2.847076ms | |
[query] 2015/09/24 12:35:36 CREATE RETENTION POLICY rp2 ON db0 DURATION 1h REPLICATION 1 | |
[query] 2015/09/24 12:35:36 SHOW USERS | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=SHOW+USERS HTTP/1.1 200 69 - Go-http-client/1.1 fe01c8d5-62a7-11e5-8029-000000000000 730.513µs | |
[query] 2015/09/24 12:35:36 CREATE USER jdoe WITH PASSWORD [REDACTED] | |
[metastore] 2015/09/24 12:35:36 retention policy 'rp2' for database 'db0' created | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=CREATE+RETENTION+POLICY+rp2+ON+db0+DURATION+1h+REPLICATION+1 HTTP/1.1 200 40 - Go-http-client/1.1 fdfc7f6e-62a7-11e5-8028-000000000000 81.24872ms | |
[query] 2015/09/24 12:35:36 SHOW RETENTION POLICIES db0 | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=SHOW+RETENTION+POLICIES+ON+db0 HTTP/1.1 200 130 - Go-http-client/1.1 fe09635f-62a7-11e5-802b-000000000000 2.752634ms | |
[query] 2015/09/24 12:35:36 DROP RETENTION POLICY rp2 ON db0 | |
[monitor] 2015/09/24 12:35:36 Starting monitor system | |
[monitor] 2015/09/24 12:35:36 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:36 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:36 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:36 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:36 Using data dir: /tmp/influxd-825215260 | |
[handoff] 2015/09/24 12:35:36 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:36 Using data dir: /tmp/influxd-849818286 | |
[tcp] 2015/09/24 12:35:36 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:36 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:36 Starting snapshot service | |
[copier] 2015/09/24 12:35:36 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:36 Starting continuous query service | |
[httpd] 2015/09/24 12:35:36 Starting HTTP service | |
[httpd] 2015/09/24 12:35:36 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:36 Listening on HTTP: 127.0.0.1:56519 | |
[retention] 2015/09/24 12:35:36 Starting retention policy enforcement service with check interval of 30m0s | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=DROP+RETENTION+POLICY+rp2+ON+db0 HTTP/1.1 200 40 - Go-http-client/1.1 fe09db91-62a7-11e5-802c-000000000000 60.618865ms | |
[metastore] 2015/09/24 12:35:36 database 'db0' created | |
[query] 2015/09/24 12:35:36 SHOW RETENTION POLICIES db0 | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=SHOW+RETENTION+POLICIES+ON+db0 HTTP/1.1 200 118 - Go-http-client/1.1 fe145893-62a7-11e5-802d-000000000000 4.472764ms | |
[query] 2015/09/24 12:35:36 CREATE RETENTION POLICY rp3 ON db0 DURATION 1s REPLICATION 1 | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=CREATE+RETENTION+POLICY+rp3+ON+db0+DURATION+1s+REPLICATION+1 HTTP/1.1 200 93 - Go-http-client/1.1 fe151c82-62a7-11e5-802e-000000000000 3.344927ms | |
[metastore] 2015/09/24 12:35:36 Node at localhost:0 [Follower] | |
[query] 2015/09/24 12:35:36 DROP RETENTION POLICY rp1 ON mydatabase | |
[metastore] 2015/09/24 12:35:36 retention policy 'default' for database 'db0' created | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=DROP+RETENTION+POLICY+rp1+ON+mydatabase HTTP/1.1 200 68 - Go-http-client/1.1 fe164798-62a7-11e5-802f-000000000000 40.548754ms | |
[tcp] 2015/09/24 12:35:36 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:36 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:36 snapshot listener closed | |
[copier] 2015/09/24 12:35:36 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:36 continuous query service terminating | |
[retention] 2015/09/24 12:35:36 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:36 shutting down monitor system | |
--- PASS: TestServer_RetentionPolicyCommands (1.57s) | |
[metastore] 2015/09/24 12:35:36 Using data dir: /tmp/influxd-020848697 | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=CREATE+USER+jdoe+WITH+PASSWORD+%27[REDACTED]%27 HTTP/1.1 200 40 - Go-http-client/1.1 fe01f797-62a7-11e5-802a-000000000000 203.469303ms | |
[query] 2015/09/24 12:35:36 SHOW USERS | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=SHOW+USERS HTTP/1.1 200 92 - Go-http-client/1.1 fe219401-62a7-11e5-8030-000000000000 3.859987ms | |
[query] 2015/09/24 12:35:36 GRANT ALL PRIVILEGES TO jdoe | |
[metastore] 2015/09/24 12:35:36 retention policy 'rp0' for database 'db0' created | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=GRANT+ALL+PRIVILEGES+TO+jdoe HTTP/1.1 200 40 - Go-http-client/1.1 fe223818-62a7-11e5-8031-000000000000 104.934886ms | |
[query] 2015/09/24 12:35:36 SHOW USERS | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=SHOW+USERS HTTP/1.1 200 91 - Go-http-client/1.1 fe325976-62a7-11e5-8033-000000000000 533.697µs | |
[query] 2015/09/24 12:35:36 GRANT READ ON db0 TO jdoe | |
[http] 2015/09/24 12:35:36 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=GRANT+READ+ON+db0+TO+jdoe HTTP/1.1 200 40 - Go-http-client/1.1 fe327a4d-62a7-11e5-8034-000000000000 85.919341ms | |
[query] 2015/09/24 12:35:36 REVOKE ALL PRIVILEGES FROM jdoe | |
[metastore] 2015/09/24 12:35:37 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:37 Node at localhost:0 [Leader]. peers=[] | |
[http] 2015/09/24 12:35:37 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] GET /query?q=REVOKE+ALL+PRIVILEGES+FROM+jdoe HTTP/1.1 200 40 - Go-http-client/1.1 fe405a47-62a7-11e5-8035-000000000000 147.673713ms | |
[http] 2015/09/24 12:35:37 127.0.0.1 - - [24/Sep/2015:12:35:37 +0200] GET /query?q=CREATE+USER+0xBAD+WITH+PASSWORD+pwd1337 HTTP/1.1 400 96 - Go-http-client/1.1 fe56f201-62a7-11e5-8036-000000000000 2.223359ms | |
[http] 2015/09/24 12:35:37 127.0.0.1 - - [24/Sep/2015:12:35:37 +0200] GET /query?q=CREATE+USER+WITH+PASSWORD+pwd1337 HTTP/1.1 400 103 - Go-http-client/1.1 fe57a3c3-62a7-11e5-8037-000000000000 497.443µs | |
[http] 2015/09/24 12:35:37 127.0.0.1 - - [24/Sep/2015:12:35:37 +0200] GET /query?q=CREATE+USER+jdoe HTTP/1.1 400 96 - Go-http-client/1.1 fe57cd40-62a7-11e5-8038-000000000000 2.399777ms | |
[query] 2015/09/24 12:35:37 DROP USER jdoe | |
[metastore] 2015/09/24 12:35:37 Created local node: id=1, host=localhost:0 | |
[http] 2015/09/24 12:35:37 127.0.0.1 - - [24/Sep/2015:12:35:37 +0200] GET /query?q=DROP+USER+jdoe HTTP/1.1 200 40 - Go-http-client/1.1 fe58583d-62a7-11e5-8039-000000000000 74.65364ms | |
[query] 2015/09/24 12:35:37 SHOW USERS | |
[http] 2015/09/24 12:35:37 127.0.0.1 - - [24/Sep/2015:12:35:37 +0200] GET /query?q=SHOW+USERS HTTP/1.1 200 69 - Go-http-client/1.1 fe63c9eb-62a7-11e5-803a-000000000000 3.063507ms | |
[query] 2015/09/24 12:35:37 DROP USER noone | |
[http] 2015/09/24 12:35:37 127.0.0.1 - - [24/Sep/2015:12:35:37 +0200] GET /query?q=DROP+USER+noone HTTP/1.1 200 64 - Go-http-client/1.1 fe645414-62a7-11e5-803b-000000000000 66.561648ms | |
[copier] 2015/09/24 12:35:37 copier listener closed | |
[tcp] 2015/09/24 12:35:37 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:37 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:37 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:35:37 continuous query service terminating | |
[retention] 2015/09/24 12:35:37 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:37 shutting down monitor system | |
--- PASS: TestServer_UserCommands (1.80s) | |
[metastore] 2015/09/24 12:35:37 Using data dir: /tmp/influxd-855142013 | |
[monitor] 2015/09/24 12:35:37 Starting monitor system | |
[monitor] 2015/09/24 12:35:37 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:37 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:37 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:37 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:37 Using data dir: /tmp/influxd-948497424 | |
[handoff] 2015/09/24 12:35:37 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:37 Using data dir: /tmp/influxd-899183554 | |
[tcp] 2015/09/24 12:35:37 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:37 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:37 Starting snapshot service | |
[copier] 2015/09/24 12:35:37 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:37 Starting continuous query service | |
[httpd] 2015/09/24 12:35:37 Starting HTTP service | |
[httpd] 2015/09/24 12:35:37 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:37 Listening on HTTP: 127.0.0.1:38543 | |
[retention] 2015/09/24 12:35:37 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:37 Node at localhost:0 [Leader]. peers=[] | |
[http] 2015/09/24 12:35:37 127.0.0.1 - - [24/Sep/2015:12:35:36 +0200] POST /write?db=&rp= HTTP/1.1 204 0 - Go-http-client/1.1 fe2e4676-62a7-11e5-8032-000000000000 535.878651ms | |
[query] 2015/09/24 12:35:37 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:37 127.0.0.1 - - [24/Sep/2015:12:35:37 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 140 - Go-http-client/1.1 fe801610-62a7-11e5-803c-000000000000 798.701µs | |
[copier] 2015/09/24 12:35:37 copier listener closed | |
[tcp] 2015/09/24 12:35:37 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:37 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:37 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:35:37 continuous query service terminating | |
[retention] 2015/09/24 12:35:37 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:37 shutting down monitor system | |
--- PASS: TestServer_Write_JSON (1.57s) | |
[metastore] 2015/09/24 12:35:37 Using data dir: /tmp/influxd-626820865 | |
[metastore] 2015/09/24 12:35:37 database 'db0' created | |
[metastore] 2015/09/24 12:35:37 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:37 retention policy 'default' for database 'db0' created | |
[monitor] 2015/09/24 12:35:37 Starting monitor system | |
[monitor] 2015/09/24 12:35:37 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:37 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:37 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:37 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:37 Using data dir: /tmp/influxd-855526468 | |
[handoff] 2015/09/24 12:35:37 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:37 Using data dir: /tmp/influxd-528019990 | |
[tcp] 2015/09/24 12:35:37 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:37 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:37 Starting snapshot service | |
[copier] 2015/09/24 12:35:37 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:37 Starting continuous query service | |
[httpd] 2015/09/24 12:35:37 Starting HTTP service | |
[httpd] 2015/09/24 12:35:37 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:37 Listening on HTTP: 127.0.0.1:51406 | |
[retention] 2015/09/24 12:35:37 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:37 database 'db0' created | |
[metastore] 2015/09/24 12:35:37 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:37 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:37 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:37 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:37 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:37 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:38 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:38 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:38 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:35:38 Starting monitor system | |
[monitor] 2015/09/24 12:35:38 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:38 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:38 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:38 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:38 Using data dir: /tmp/influxd-945625016 | |
[handoff] 2015/09/24 12:35:38 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:38 Using data dir: /tmp/influxd-545385898 | |
[tcp] 2015/09/24 12:35:38 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:38 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:38 Starting snapshot service | |
[copier] 2015/09/24 12:35:38 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:38 Starting continuous query service | |
[httpd] 2015/09/24 12:35:38 Starting HTTP service | |
[httpd] 2015/09/24 12:35:38 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:38 Listening on HTTP: 127.0.0.1:60412 | |
[retention] 2015/09/24 12:35:38 Starting retention policy enforcement service with check interval of 30m0s | |
[http] 2015/09/24 12:35:38 127.0.0.1 - - [24/Sep/2015:12:35:37 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 feb1550c-62a7-11e5-803d-000000000000 669.673914ms | |
[query] 2015/09/24 12:35:38 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:38 127.0.0.1 - - [24/Sep/2015:12:35:38 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 140 - Go-http-client/1.1 ff17bbcf-62a7-11e5-803f-000000000000 4.312681ms | |
[tcp] 2015/09/24 12:35:38 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:38 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:38 snapshot listener closed | |
[copier] 2015/09/24 12:35:38 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:38 continuous query service terminating | |
[retention] 2015/09/24 12:35:38 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:38 shutting down monitor system | |
--- PASS: TestServer_Write_LineProtocol_Float (1.91s) | |
[metastore] 2015/09/24 12:35:38 Using data dir: /tmp/influxd-715960773 | |
[metastore] 2015/09/24 12:35:38 database 'db0' created | |
[monitor] 2015/09/24 12:35:38 Starting monitor system | |
[monitor] 2015/09/24 12:35:38 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:38 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:38 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:38 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:38 Using data dir: /tmp/influxd-788870252 | |
[handoff] 2015/09/24 12:35:38 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:38 Using data dir: /tmp/influxd-547080830 | |
[tcp] 2015/09/24 12:35:38 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:38 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:38 Starting snapshot service | |
[copier] 2015/09/24 12:35:38 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:38 Starting continuous query service | |
[httpd] 2015/09/24 12:35:38 Starting HTTP service | |
[httpd] 2015/09/24 12:35:38 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:38 Listening on HTTP: 127.0.0.1:51409 | |
[retention] 2015/09/24 12:35:38 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:38 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:38 database 'db0' created | |
[http] 2015/09/24 12:35:38 127.0.0.1 - - [24/Sep/2015:12:35:37 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 fecee6d0-62a7-11e5-803e-000000000000 705.007334ms | |
[query] 2015/09/24 12:35:38 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:38 127.0.0.1 - - [24/Sep/2015:12:35:38 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 142 - Go-http-client/1.1 ff3a847d-62a7-11e5-8040-000000000000 3.036581ms | |
[tcp] 2015/09/24 12:35:38 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:38 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:38 snapshot listener closed | |
[copier] 2015/09/24 12:35:38 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:38 continuous query service terminating | |
[retention] 2015/09/24 12:35:38 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:38 shutting down monitor system | |
--- PASS: TestServer_Write_LineProtocol_Bool (1.88s) | |
[metastore] 2015/09/24 12:35:38 Using data dir: /tmp/influxd-656028361 | |
[metastore] 2015/09/24 12:35:38 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:38 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:38 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:38 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:38 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:39 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:39 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:39 Node at localhost:0 [Leader]. peers=[] | |
[monitor] 2015/09/24 12:35:39 Starting monitor system | |
[monitor] 2015/09/24 12:35:39 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:39 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:39 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:39 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:39 Using data dir: /tmp/influxd-454026336 | |
[handoff] 2015/09/24 12:35:39 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:39 Using data dir: /tmp/influxd-278839954 | |
[tcp] 2015/09/24 12:35:39 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:39 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:39 Starting snapshot service | |
[copier] 2015/09/24 12:35:39 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:39 Starting continuous query service | |
[httpd] 2015/09/24 12:35:39 Starting HTTP service | |
[httpd] 2015/09/24 12:35:39 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:39 Listening on HTTP: 127.0.0.1:42305 | |
[retention] 2015/09/24 12:35:39 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:39 database 'db0' created | |
[http] 2015/09/24 12:35:39 127.0.0.1 - - [24/Sep/2015:12:35:38 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 ff4dcf17-62a7-11e5-8041-000000000000 827.62976ms | |
[query] 2015/09/24 12:35:39 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:39 127.0.0.1 - - [24/Sep/2015:12:35:39 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 148 - Go-http-client/1.1 ffcc29d4-62a7-11e5-8043-000000000000 3.650055ms | |
[tcp] 2015/09/24 12:35:39 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:39 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:39 snapshot listener closed | |
[copier] 2015/09/24 12:35:39 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:39 continuous query service terminating | |
[retention] 2015/09/24 12:35:39 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:39 shutting down monitor system | |
--- PASS: TestServer_Write_LineProtocol_String (2.30s) | |
[metastore] 2015/09/24 12:35:39 Using data dir: /tmp/influxd-485392397 | |
[metastore] 2015/09/24 12:35:39 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:39 Created local node: id=1, host=localhost:0 | |
[http] 2015/09/24 12:35:39 127.0.0.1 - - [24/Sep/2015:12:35:38 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 ff628eb1-62a7-11e5-8042-000000000000 783.170714ms | |
[query] 2015/09/24 12:35:39 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:39 127.0.0.1 - - [24/Sep/2015:12:35:39 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 141 - Go-http-client/1.1 ffda19ef-62a7-11e5-8044-000000000000 1.173016ms | |
[tcp] 2015/09/24 12:35:39 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:39 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:39 snapshot listener closed | |
[copier] 2015/09/24 12:35:39 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:39 continuous query service terminating | |
[retention] 2015/09/24 12:35:39 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:39 shutting down monitor system | |
--- PASS: TestServer_Write_LineProtocol_Integer (2.27s) | |
[metastore] 2015/09/24 12:35:39 Using data dir: /tmp/influxd-666042257 | |
[monitor] 2015/09/24 12:35:39 Starting monitor system | |
[monitor] 2015/09/24 12:35:39 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:39 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:39 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:39 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:39 Using data dir: /tmp/influxd-035360148 | |
[handoff] 2015/09/24 12:35:39 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:39 Using data dir: /tmp/influxd-709919718 | |
[tcp] 2015/09/24 12:35:39 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:39 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:39 Starting snapshot service | |
[copier] 2015/09/24 12:35:39 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:39 Starting continuous query service | |
[httpd] 2015/09/24 12:35:39 Starting HTTP service | |
[httpd] 2015/09/24 12:35:39 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:39 Listening on HTTP: 127.0.0.1:36046 | |
[retention] 2015/09/24 12:35:39 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:39 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:39 database 'db0' created | |
[metastore] 2015/09/24 12:35:39 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:39 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:40 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:40 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:40 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:40 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:40 Node at localhost:0 [Leader]. peers=[] | |
[monitor] 2015/09/24 12:35:40 Starting monitor system | |
[monitor] 2015/09/24 12:35:40 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:40 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:40 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:40 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:40 Using data dir: /tmp/influxd-855134216 | |
[handoff] 2015/09/24 12:35:40 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:40 Using data dir: /tmp/influxd-075379834 | |
[tcp] 2015/09/24 12:35:40 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:40 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:40 Starting snapshot service | |
[copier] 2015/09/24 12:35:40 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:40 Starting continuous query service | |
[httpd] 2015/09/24 12:35:40 Starting HTTP service | |
[httpd] 2015/09/24 12:35:40 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:40 Listening on HTTP: 127.0.0.1:35218 | |
[retention] 2015/09/24 12:35:40 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:40 database 'db0' created | |
[http] 2015/09/24 12:35:40 127.0.0.1 - - [24/Sep/2015:12:35:39 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 00005188-62a8-11e5-8045-000000000000 838.731503ms | |
[metastore] 2015/09/24 12:35:40 Created local node: id=1, host=localhost:0 | |
[query] 2015/09/24 12:35:40 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:40 127.0.0.1 - - [24/Sep/2015:12:35:40 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu+GROUP+BY+%2A HTTP/1.1 200 108 - Go-http-client/1.1 008059a3-62a8-11e5-8047-000000000000 4.066521ms | |
[query] 2015/09/24 12:35:40 SHOW RETENTION POLICIES db0 | |
[http] 2015/09/24 12:35:40 127.0.0.1 - - [24/Sep/2015:12:35:40 +0200] GET /query?q=show+retention+policies+ON+db0 HTTP/1.1 200 127 - Go-http-client/1.1 00813bce-62a8-11e5-8048-000000000000 612.272µs | |
[query] 2015/09/24 12:35:40 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:40 127.0.0.1 - - [24/Sep/2015:12:35:40 +0200] GET /query?q=SELECT+%2A+FROM+db0..cpu+GROUP+BY+%2A HTTP/1.1 200 108 - Go-http-client/1.1 00818330-62a8-11e5-8049-000000000000 3.339782ms | |
[query] 2015/09/24 12:35:40 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:40 127.0.0.1 - - [24/Sep/2015:12:35:40 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 108 - Go-http-client/1.1 008213be-62a8-11e5-804a-000000000000 3.134743ms | |
[tcp] 2015/09/24 12:35:40 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:40 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:40 snapshot listener closed | |
[copier] 2015/09/24 12:35:40 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:40 continuous query service terminating | |
[retention] 2015/09/24 12:35:40 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:40 shutting down monitor system | |
--- PASS: TestServer_Query_DefaultDBAndRP (2.37s) | |
[metastore] 2015/09/24 12:35:40 Using data dir: /tmp/influxd-424367957 | |
[metastore] 2015/09/24 12:35:40 retention policy 'default' for database 'db0' created | |
[monitor] 2015/09/24 12:35:40 Starting monitor system | |
[monitor] 2015/09/24 12:35:40 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:40 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:40 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:40 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:40 Using data dir: /tmp/influxd-273489852 | |
[handoff] 2015/09/24 12:35:40 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:40 Using data dir: /tmp/influxd-931136078 | |
[tcp] 2015/09/24 12:35:40 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:40 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:40 Starting snapshot service | |
[copier] 2015/09/24 12:35:40 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:40 Starting continuous query service | |
[httpd] 2015/09/24 12:35:40 Starting HTTP service | |
[httpd] 2015/09/24 12:35:40 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:40 Listening on HTTP: 127.0.0.1:44129 | |
[retention] 2015/09/24 12:35:40 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:40 database 'db0' created | |
[metastore] 2015/09/24 12:35:41 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:41 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:41 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:41 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:41 Node at localhost:0 [Leader]. peers=[] | |
[http] 2015/09/24 12:35:41 127.0.0.1 - - [24/Sep/2015:12:35:40 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 002ec88f-62a8-11e5-8046-000000000000 1.520540725s | |
[query] 2015/09/24 12:35:41 SELECT host, value FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:41 127.0.0.1 - - [24/Sep/2015:12:35:41 +0200] GET /query?q=SELECT+host%2Cvalue++FROM+db0.rp0.cpu HTTP/1.1 200 122 - Go-http-client/1.1 0116d90a-62a8-11e5-804d-000000000000 1.79391ms | |
[query] 2015/09/24 12:35:41 SELECT host, value FROM "db0"."rp0".cpu GROUP BY host | |
[http] 2015/09/24 12:35:41 127.0.0.1 - - [24/Sep/2015:12:35:41 +0200] GET /query?q=SELECT+host%2Cvalue++FROM+db0.rp0.cpu+GROUP+BY+host HTTP/1.1 200 127 - Go-http-client/1.1 01173e42-62a8-11e5-804e-000000000000 1.747899ms | |
[metastore] 2015/09/24 12:35:41 Created local node: id=1, host=localhost:0 | |
[tcp] 2015/09/24 12:35:41 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:41 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:41 snapshot listener closed | |
[copier] 2015/09/24 12:35:41 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:41 continuous query service terminating | |
[retention] 2015/09/24 12:35:41 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:41 shutting down monitor system | |
--- PASS: TestServer_Query_Multiple_Measurements (3.14s) | |
[metastore] 2015/09/24 12:35:41 Using data dir: /tmp/influxd-277172569 | |
[http] 2015/09/24 12:35:41 127.0.0.1 - - [24/Sep/2015:12:35:41 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 00ad4cbe-62a8-11e5-804b-000000000000 756.294978ms | |
[query] 2015/09/24 12:35:41 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:41 127.0.0.1 - - [24/Sep/2015:12:35:41 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 150 - Go-http-client/1.1 0120e437-62a8-11e5-804f-000000000000 3.682689ms | |
[query] 2015/09/24 12:35:41 SELECT value FROM "db0"."rp0".cpu GROUP BY t1, t2 | |
[http] 2015/09/24 12:35:41 127.0.0.1 - - [24/Sep/2015:12:35:41 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu+GROUP+BY+t1%2Ct2 HTTP/1.1 200 150 - Go-http-client/1.1 0121a989-62a8-11e5-8050-000000000000 2.702497ms | |
[query] 2015/09/24 12:35:41 SELECT value FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:41 127.0.0.1 - - [24/Sep/2015:12:35:41 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu HTTP/1.1 200 122 - Go-http-client/1.1 01221ef4-62a8-11e5-8051-000000000000 2.196756ms | |
[tcp] 2015/09/24 12:35:41 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:41 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:41 snapshot listener closed | |
[copier] 2015/09/24 12:35:41 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:41 continuous query service terminating | |
[retention] 2015/09/24 12:35:41 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:41 shutting down monitor system | |
--- PASS: TestServer_Query_IdenticalTagValues (2.24s) | |
[metastore] 2015/09/24 12:35:41 Using data dir: /tmp/influxd-874796957 | |
[monitor] 2015/09/24 12:35:41 Starting monitor system | |
[monitor] 2015/09/24 12:35:41 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:41 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:41 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:41 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:41 Using data dir: /tmp/influxd-960194224 | |
[handoff] 2015/09/24 12:35:41 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:41 Using data dir: /tmp/influxd-742670690 | |
[tcp] 2015/09/24 12:35:41 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:41 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:41 Starting snapshot service | |
[copier] 2015/09/24 12:35:41 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:41 Starting continuous query service | |
[httpd] 2015/09/24 12:35:41 Starting HTTP service | |
[httpd] 2015/09/24 12:35:41 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:41 Listening on HTTP: 127.0.0.1:40435 | |
[retention] 2015/09/24 12:35:41 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:41 database 'db0' created | |
[http] 2015/09/24 12:35:41 127.0.0.1 - - [24/Sep/2015:12:35:41 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 00cf4f27-62a8-11e5-804c-000000000000 686.047101ms | |
[query] 2015/09/24 12:35:41 SELECT value FROM "db0"."rp0".cpu WHERE time < now() - 1d | |
[http] 2015/09/24 12:35:41 127.0.0.1 - - [24/Sep/2015:12:35:41 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu+WHERE+time+%3C+now%28%29+-+1d HTTP/1.1 200 40 - Go-http-client/1.1 013808ad-62a8-11e5-8052-000000000000 2.57774ms | |
[snapshot] 2015/09/24 12:35:41 snapshot listener closed | |
[copier] 2015/09/24 12:35:41 copier listener closed | |
[tcp] 2015/09/24 12:35:41 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:41 Precreation service terminating | |
[continuous_querier] 2015/09/24 12:35:41 continuous query service terminating | |
[retention] 2015/09/24 12:35:41 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:41 shutting down monitor system | |
--- PASS: TestServer_Query_NoShards (2.29s) | |
[metastore] 2015/09/24 12:35:41 Using data dir: /tmp/influxd-812927009 | |
[metastore] 2015/09/24 12:35:42 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:42 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:42 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:42 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:42 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:42 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:42 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:42 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:42 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:42 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:42 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:35:42 Starting monitor system | |
[monitor] 2015/09/24 12:35:42 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:42 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:42 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:42 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:42 Using data dir: /tmp/influxd-592349924 | |
[handoff] 2015/09/24 12:35:42 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:42 Using data dir: /tmp/influxd-918435254 | |
[tcp] 2015/09/24 12:35:42 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:42 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:42 Starting snapshot service | |
[copier] 2015/09/24 12:35:42 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:42 Starting continuous query service | |
[httpd] 2015/09/24 12:35:42 Starting HTTP service | |
[httpd] 2015/09/24 12:35:42 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:42 Listening on HTTP: 127.0.0.1:32877 | |
[retention] 2015/09/24 12:35:42 Starting retention policy enforcement service with check interval of 30m0s | |
[http] 2015/09/24 12:35:42 127.0.0.1 - - [24/Sep/2015:12:35:42 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 01753da6-62a8-11e5-8053-000000000000 564.925997ms | |
[query] 2015/09/24 12:35:42 SELECT value FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:42 127.0.0.1 - - [24/Sep/2015:12:35:42 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu HTTP/1.1 200 123 - Go-http-client/1.1 01cb8dee-62a8-11e5-8054-000000000000 2.018051ms | |
[query] 2015/09/24 12:35:42 SELECT foo FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:42 127.0.0.1 - - [24/Sep/2015:12:35:42 +0200] GET /query?q=SELECT+foo+FROM+db0.rp0.cpu HTTP/1.1 200 40 - Go-http-client/1.1 01cbec4d-62a8-11e5-8055-000000000000 2.168755ms | |
[monitor] 2015/09/24 12:35:42 Starting monitor system | |
[monitor] 2015/09/24 12:35:42 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:42 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:42 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:42 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:42 Using data dir: /tmp/influxd-864926296 | |
[monitor] 2015/09/24 12:35:42 Starting monitor system | |
[monitor] 2015/09/24 12:35:42 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:42 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:42 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:42 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:42 Using data dir: /tmp/influxd-976021772 | |
[handoff] 2015/09/24 12:35:42 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:42 Using data dir: /tmp/influxd-927428426 | |
[handoff] 2015/09/24 12:35:42 Starting hinted handoff service | |
[tcp] 2015/09/24 12:35:42 Starting cluster service | |
[handoff] 2015/09/24 12:35:42 Using data dir: /tmp/influxd-588355102 | |
[shard-precreation] 2015/09/24 12:35:42 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:42 Starting snapshot service | |
[copier] 2015/09/24 12:35:42 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:42 Starting continuous query service | |
[httpd] 2015/09/24 12:35:42 Starting HTTP service | |
[httpd] 2015/09/24 12:35:42 Authentication enabled: false | |
[tcp] 2015/09/24 12:35:42 Starting cluster service | |
[httpd] 2015/09/24 12:35:42 Listening on HTTP: 127.0.0.1:55961 | |
[shard-precreation] 2015/09/24 12:35:42 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[retention] 2015/09/24 12:35:42 Starting retention policy enforcement service with check interval of 30m0s | |
[snapshot] 2015/09/24 12:35:42 Starting snapshot service | |
[copier] 2015/09/24 12:35:42 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:42 Starting continuous query service | |
[httpd] 2015/09/24 12:35:42 Starting HTTP service | |
[httpd] 2015/09/24 12:35:42 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:42 Listening on HTTP: 127.0.0.1:49304 | |
[retention] 2015/09/24 12:35:42 Starting retention policy enforcement service with check interval of 30m0s | |
[tcp] 2015/09/24 12:35:43 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:43 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:43 snapshot listener closed | |
[copier] 2015/09/24 12:35:43 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:43 continuous query service terminating | |
[retention] 2015/09/24 12:35:43 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:43 shutting down monitor system | |
--- PASS: TestServer_Query_NonExistent (2.51s) | |
[metastore] 2015/09/24 12:35:43 Using data dir: /tmp/influxd-476694757 | |
[metastore] 2015/09/24 12:35:43 database 'db' created | |
[metastore] 2015/09/24 12:35:43 database 'db0' created | |
[metastore] 2015/09/24 12:35:43 database 'db0' created | |
[metastore] 2015/09/24 12:35:43 retention policy 'default' for database 'db' created | |
[metastore] 2015/09/24 12:35:43 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:43 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:43 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:43 retention policy 'rp' for database 'db' created | |
[metastore] 2015/09/24 12:35:43 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:43 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:44 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:44 Created local node: id=1, host=localhost:0 | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:43 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0252418f-62a8-11e5-8056-000000000000 608.70851ms | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:43 +0200] POST /write?db=db&rp=rp HTTP/1.1 204 0 - Go-http-client/1.1 0253d552-62a8-11e5-8057-000000000000 598.37405ms | |
[query] 2015/09/24 12:35:44 SELECT value * 2.000 FROM "db"."rp".float | |
[query] 2015/09/24 12:35:44 SELECT count(value) FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:44 +0200] GET /query?q=SELECT+value+%2A+2+from+db.rp.float HTTP/1.1 200 125 - Go-http-client/1.1 02af4c96-62a8-11e5-8059-000000000000 3.112476ms | |
[query] 2015/09/24 12:35:44 SELECT 2.000 * value FROM "db"."rp".float | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:44 +0200] GET /query?q=SELECT+count%28value%29+FROM+db0.rp0.cpu HTTP/1.1 200 110 - Go-http-client/1.1 02af4f67-62a8-11e5-805a-000000000000 3.848843ms | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:44 +0200] GET /query?q=SELECT+2+%2A+value+from+db.rp.float HTTP/1.1 200 125 - Go-http-client/1.1 02afd51b-62a8-11e5-805b-000000000000 1.984059ms | |
[query] 2015/09/24 12:35:44 SELECT count(value) FROM "db0"."rp0".cpu WHERE time >= '2015-09-24T09:35:43.763732344Z' | |
[query] 2015/09/24 12:35:44 SELECT value * 2.000 FROM "db"."rp".integer | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:44 +0200] GET /query?q=SELECT+value+%2A+2+from+db.rp.integer HTTP/1.1 200 127 - Go-http-client/1.1 02b02bc9-62a8-11e5-805d-000000000000 7.587191ms | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:44 +0200] GET /query?q=SELECT+count%28value%29+FROM+db0.rp0.cpu+WHERE+time+%3E%3D+%272015-09-24T09%3A35%3A43.763732344Z%27 HTTP/1.1 200 125 - Go-http-client/1.1 02b022b8-62a8-11e5-805c-000000000000 8.588471ms | |
[query] 2015/09/24 12:35:44 SELECT value * 2.000 FROM "db"."rp".integer | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:44 +0200] GET /query?q=SELECT+count%28%2A%29+FROM+db0.rp0.cpu HTTP/1.1 400 87 - Go-http-client/1.1 02b18a07-62a8-11e5-805f-000000000000 3.822864ms | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:44 +0200] GET /query?q=SELECT+value+%2A+2.0+from+db.rp.integer HTTP/1.1 200 127 - Go-http-client/1.1 02b17c9b-62a8-11e5-805e-000000000000 4.27364ms | |
[copier] 2015/09/24 12:35:44 copier listener closed | |
[tcp] 2015/09/24 12:35:44 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:44 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:44 snapshot listener closed | |
[copier] 2015/09/24 12:35:44 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:44 continuous query service terminating | |
[retention] 2015/09/24 12:35:44 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:44 shutting down monitor system | |
[tcp] 2015/09/24 12:35:44 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:44 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:44 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:35:44 continuous query service terminating | |
[retention] 2015/09/24 12:35:44 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:44 shutting down monitor system | |
--- PASS: TestServer_Query_Count (2.62s) | |
[metastore] 2015/09/24 12:35:44 Using data dir: /tmp/influxd-946323433 | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:43 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 02584abb-62a8-11e5-8058-000000000000 598.846181ms | |
[query] 2015/09/24 12:35:44 SELECT * FROM "db0"."rp0".cpu WHERE time < now() | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:44 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+where+time+%3C+now%28%29 HTTP/1.1 200 135 - Go-http-client/1.1 02b3b398-62a8-11e5-8060-000000000000 669.991µs | |
[query] 2015/09/24 12:35:44 SELECT * FROM "db0"."rp0".cpu WHERE time < now() GROUP BY * | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:44 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+where+time+%3C+now%28%29+GROUP+BY+%2A HTTP/1.1 200 140 - Go-http-client/1.1 02b3d840-62a8-11e5-8061-000000000000 1.119619ms | |
--- PASS: TestServer_Query_Math (2.68s) | |
[metastore] 2015/09/24 12:35:44 Using data dir: /tmp/influxd-571032877 | |
[query] 2015/09/24 12:35:44 SELECT * FROM "db0"."rp0".cpu WHERE time > now() | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:44 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+where+time+%3E+now%28%29 HTTP/1.1 200 40 - Go-http-client/1.1 02b4a36a-62a8-11e5-8062-000000000000 1.008336ms | |
[query] 2015/09/24 12:35:44 SELECT * FROM "db0"."rp0".cpu WHERE time > now() GROUP BY * | |
[http] 2015/09/24 12:35:44 127.0.0.1 - - [24/Sep/2015:12:35:44 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+where+time+%3E+now%28%29+GROUP+BY+%2A HTTP/1.1 200 40 - Go-http-client/1.1 02b5069d-62a8-11e5-8063-000000000000 1.404789ms | |
[copier] 2015/09/24 12:35:44 copier listener closed | |
[tcp] 2015/09/24 12:35:44 cluster service accept error: network connection closed | |
[snapshot] 2015/09/24 12:35:44 snapshot listener closed | |
[shard-precreation] 2015/09/24 12:35:44 Precreation service terminating | |
[continuous_querier] 2015/09/24 12:35:44 continuous query service terminating | |
[retention] 2015/09/24 12:35:44 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:44 shutting down monitor system | |
--- PASS: TestServer_Query_Now (2.50s) | |
[metastore] 2015/09/24 12:35:44 Using data dir: /tmp/influxd-531925169 | |
[monitor] 2015/09/24 12:35:44 Starting monitor system | |
[monitor] 2015/09/24 12:35:44 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:44 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:44 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:44 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:44 Using data dir: /tmp/influxd-916167424 | |
[handoff] 2015/09/24 12:35:44 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:44 Using data dir: /tmp/influxd-367660082 | |
[tcp] 2015/09/24 12:35:44 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:44 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:44 Starting snapshot service | |
[copier] 2015/09/24 12:35:44 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:44 Starting continuous query service | |
[httpd] 2015/09/24 12:35:44 Starting HTTP service | |
[httpd] 2015/09/24 12:35:44 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:44 Listening on HTTP: 127.0.0.1:57100 | |
[retention] 2015/09/24 12:35:44 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:44 database 'db0' created | |
[metastore] 2015/09/24 12:35:44 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:44 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:44 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:44 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:44 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:45 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:45 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:45 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:45 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:45 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:45 Created local node: id=1, host=localhost:0 | |
[http] 2015/09/24 12:35:45 127.0.0.1 - - [24/Sep/2015:12:35:44 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 02f72bac-62a8-11e5-8064-000000000000 677.576003ms | |
[query] 2015/09/24 12:35:45 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:45 127.0.0.1 - - [24/Sep/2015:12:35:45 +0200] GET /query?epoch=n&q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 127 - Go-http-client/1.1 035e9e9e-62a8-11e5-8065-000000000000 760.811µs | |
[query] 2015/09/24 12:35:45 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:45 127.0.0.1 - - [24/Sep/2015:12:35:45 +0200] GET /query?epoch=u&q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 125 - Go-http-client/1.1 035ec912-62a8-11e5-8066-000000000000 4.250833ms | |
[query] 2015/09/24 12:35:45 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:45 127.0.0.1 - - [24/Sep/2015:12:35:45 +0200] GET /query?epoch=ms&q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 123 - Go-http-client/1.1 035f7be9-62a8-11e5-8067-000000000000 1.867472ms | |
[query] 2015/09/24 12:35:45 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:45 127.0.0.1 - - [24/Sep/2015:12:35:45 +0200] GET /query?epoch=s&q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 121 - Go-http-client/1.1 035fd96e-62a8-11e5-8068-000000000000 3.47467ms | |
[query] 2015/09/24 12:35:45 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:45 127.0.0.1 - - [24/Sep/2015:12:35:45 +0200] GET /query?epoch=m&q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 118 - Go-http-client/1.1 03606ebc-62a8-11e5-8069-000000000000 4.209227ms | |
[query] 2015/09/24 12:35:45 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:45 127.0.0.1 - - [24/Sep/2015:12:35:45 +0200] GET /query?epoch=h&q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 118 - Go-http-client/1.1 03612985-62a8-11e5-806a-000000000000 746.691µs | |
[copier] 2015/09/24 12:35:45 copier listener closed | |
[tcp] 2015/09/24 12:35:45 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:45 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:45 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:35:45 continuous query service terminating | |
[retention] 2015/09/24 12:35:45 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:45 shutting down monitor system | |
[monitor] 2015/09/24 12:35:45 Starting monitor system | |
[monitor] 2015/09/24 12:35:45 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:45 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:45 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:45 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:45 Using data dir: /tmp/influxd-770410548 | |
[handoff] 2015/09/24 12:35:45 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:45 Using data dir: /tmp/influxd-021980550 | |
[tcp] 2015/09/24 12:35:45 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:45 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:45 Starting snapshot service | |
[copier] 2015/09/24 12:35:45 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:45 Starting continuous query service | |
[httpd] 2015/09/24 12:35:45 Starting HTTP service | |
[httpd] 2015/09/24 12:35:45 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:45 Listening on HTTP: 127.0.0.1:45320 | |
[retention] 2015/09/24 12:35:45 Starting retention policy enforcement service with check interval of 30m0s | |
--- PASS: TestServer_Query_EpochPrecision (2.30s) | |
[metastore] 2015/09/24 12:35:45 Using data dir: /tmp/influxd-773868149 | |
[monitor] 2015/09/24 12:35:45 Starting monitor system | |
[monitor] 2015/09/24 12:35:45 Starting monitor system | |
[monitor] 2015/09/24 12:35:45 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:45 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:45 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:45 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:45 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:45 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:45 'system' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:45 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:45 Using data dir: /tmp/influxd-776051368 | |
[store] 2015/09/24 12:35:45 Using data dir: /tmp/influxd-211732060 | |
[handoff] 2015/09/24 12:35:45 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:45 Using data dir: /tmp/influxd-059074586 | |
[handoff] 2015/09/24 12:35:45 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:45 Using data dir: /tmp/influxd-205286382 | |
[tcp] 2015/09/24 12:35:45 Starting cluster service | |
[tcp] 2015/09/24 12:35:45 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:45 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[shard-precreation] 2015/09/24 12:35:45 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:45 Starting snapshot service | |
[snapshot] 2015/09/24 12:35:45 Starting snapshot service | |
[copier] 2015/09/24 12:35:45 Starting copier service | |
[copier] 2015/09/24 12:35:45 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:45 Starting continuous query service | |
[continuous_querier] 2015/09/24 12:35:45 Starting continuous query service | |
[httpd] 2015/09/24 12:35:45 Starting HTTP service | |
[httpd] 2015/09/24 12:35:45 Starting HTTP service | |
[httpd] 2015/09/24 12:35:45 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:45 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:45 Listening on HTTP: 127.0.0.1:36874 | |
[retention] 2015/09/24 12:35:45 Starting retention policy enforcement service with check interval of 30m0s | |
[httpd] 2015/09/24 12:35:45 Listening on HTTP: 127.0.0.1:57826 | |
[retention] 2015/09/24 12:35:45 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:45 database 'db0' created | |
[metastore] 2015/09/24 12:35:45 database 'db0' created | |
[metastore] 2015/09/24 12:35:45 database 'db0' created | |
[metastore] 2015/09/24 12:35:45 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:45 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:45 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:45 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:45 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:45 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:45 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:46 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:46 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:35:46 Starting monitor system | |
[monitor] 2015/09/24 12:35:46 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:46 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:46 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:46 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:46 Using data dir: /tmp/influxd-073005904 | |
[handoff] 2015/09/24 12:35:46 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:46 Using data dir: /tmp/influxd-601743106 | |
[tcp] 2015/09/24 12:35:46 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:46 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:46 Starting snapshot service | |
[copier] 2015/09/24 12:35:46 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:46 Starting continuous query service | |
[httpd] 2015/09/24 12:35:46 Starting HTTP service | |
[httpd] 2015/09/24 12:35:46 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:46 Listening on HTTP: 127.0.0.1:42976 | |
[retention] 2015/09/24 12:35:46 Starting retention policy enforcement service with check interval of 30m0s | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:45 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 039a15f5-62a8-11e5-806c-000000000000 652.273064ms | |
[metastore] 2015/09/24 12:35:46 database 'db0' created | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+value+FROM+db1.rp0.cpu HTTP/1.1 200 73 - Go-http-client/1.1 03fdac03-62a8-11e5-806e-000000000000 519.041µs | |
[query] 2015/09/24 12:35:46 SELECT value FROM "db0"."rp1".cpu | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+value+FROM+db0.rp1.cpu HTTP/1.1 200 75 - Go-http-client/1.1 03fdc89d-62a8-11e5-806f-000000000000 2.060914ms | |
[query] 2015/09/24 12:35:46 SELECT value FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu HTTP/1.1 200 123 - Go-http-client/1.1 03fe32cd-62a8-11e5-8070-000000000000 2.241563ms | |
[query] 2015/09/24 12:35:46 SELECT time, value FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+time%2Cvalue+FROM+db0.rp0.cpu HTTP/1.1 200 123 - Go-http-client/1.1 03fe9546-62a8-11e5-8071-000000000000 2.41437ms | |
[query] 2015/09/24 12:35:46 SELECT value FROM "db0"."rp0".idontexist | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.idontexist HTTP/1.1 200 40 - Go-http-client/1.1 03ff4109-62a8-11e5-8072-000000000000 1.421029ms | |
[query] 2015/09/24 12:35:46 SELECT idontexist FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+idontexist+FROM+db0.rp0.cpu HTTP/1.1 200 40 - Go-http-client/1.1 03ff8344-62a8-11e5-8073-000000000000 2.11936ms | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+%2A+FROM+cpu HTTP/1.1 200 72 - Go-http-client/1.1 03ffeb1d-62a8-11e5-8074-000000000000 6.061731ms | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+value+FROM+cpu HTTP/1.1 200 72 - Go-http-client/1.1 040180f8-62a8-11e5-8075-000000000000 2.535613ms | |
[copier] 2015/09/24 12:35:46 copier listener closed | |
[tcp] 2015/09/24 12:35:46 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:46 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:46 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:35:46 continuous query service terminating | |
[retention] 2015/09/24 12:35:46 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:46 shutting down monitor system | |
--- PASS: TestServer_Query_Common (2.19s) | |
[metastore] 2015/09/24 12:35:46 Using data dir: /tmp/influxd-019220601 | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:45 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 039f1b66-62a8-11e5-806d-000000000000 692.332427ms | |
[query] 2015/09/24 12:35:46 SELECT * FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu HTTP/1.1 200 125 - Go-http-client/1.1 0408ca42-62a8-11e5-8076-000000000000 2.644801ms | |
[query] 2015/09/24 12:35:46 SELECT steps, value AS "v" FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+steps%2C+value+as+v+FROM+db0.rp0.cpu HTTP/1.1 200 124 - Go-http-client/1.1 04094673-62a8-11e5-8077-000000000000 2.096659ms | |
[query] 2015/09/24 12:35:46 SELECT sum(value), sum(steps) FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+sum%28value%29%2C+sum%28steps%29+FROM+db0.rp0.cpu HTTP/1.1 200 113 - Go-http-client/1.1 0409a44a-62a8-11e5-8078-000000000000 2.954114ms | |
[query] 2015/09/24 12:35:46 SELECT sum(steps), sum(value) FROM "db0"."rp0".cpu | |
[metastore] 2015/09/24 12:35:46 retention policy 'default' for database 'db0' created | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+sum%28steps%29%2C+sum%28value%29+FROM+db0.rp0.cpu HTTP/1.1 200 113 - Go-http-client/1.1 040a390d-62a8-11e5-8079-000000000000 3.356163ms | |
[query] 2015/09/24 12:35:46 SELECT sum(value) AS "sumv", sum(steps) AS "sums" FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+sum%28value%29+as+sumv%2C+sum%28steps%29+as+sums+FROM+db0.rp0.cpu HTTP/1.1 200 116 - Go-http-client/1.1 040adef5-62a8-11e5-807a-000000000000 872.925µs | |
[query] 2015/09/24 12:35:46 SELECT sum(value), mean(value) FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+sum%28value%29%2C+mean%28value%29+FROM+db0.rp0.cpu HTTP/1.1 200 119 - Go-http-client/1.1 040b0c4b-62a8-11e5-807b-000000000000 1.277893ms | |
[query] 2015/09/24 12:35:46 SELECT mean(value) AS "mv", max(value) AS "mv" FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+mean%28value%29+as+mv%2C+max%28value%29+as+mv+FROM+db0.rp0.cpu HTTP/1.1 200 114 - Go-http-client/1.1 040b4e48-62a8-11e5-807c-000000000000 3.184411ms | |
[query] 2015/09/24 12:35:46 SELECT mean(value), max(foo) FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:46 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] GET /query?q=SELECT+mean%28value%29%2C+max%28foo%29+FROM+db0.rp0.cpu HTTP/1.1 200 121 - Go-http-client/1.1 040bd66a-62a8-11e5-807d-000000000000 2.274449ms | |
[tcp] 2015/09/24 12:35:46 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:46 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:46 snapshot listener closed | |
[copier] 2015/09/24 12:35:46 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:46 continuous query service terminating | |
[retention] 2015/09/24 12:35:46 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:46 shutting down monitor system | |
--- PASS: TestServer_Query_Alias (2.26s) | |
[metastore] 2015/09/24 12:35:46 Using data dir: /tmp/influxd-621096637 | |
[metastore] 2015/09/24 12:35:46 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:46 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:47 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:47 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:47 Node at localhost:0 [Leader]. peers=[] | |
[http] 2015/09/24 12:35:47 127.0.0.1 - - [24/Sep/2015:12:35:46 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 04248326-62a8-11e5-807e-000000000000 696.971374ms | |
[query] 2015/09/24 12:35:47 SELECT * FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:47 127.0.0.1 - - [24/Sep/2015:12:35:47 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu HTTP/1.1 200 133 - Go-http-client/1.1 048ee668-62a8-11e5-807f-000000000000 2.522019ms | |
[query] 2015/09/24 12:35:47 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:47 127.0.0.1 - - [24/Sep/2015:12:35:47 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 133 - Go-http-client/1.1 048f61c6-62a8-11e5-8080-000000000000 2.490169ms | |
[snapshot] 2015/09/24 12:35:47 snapshot listener closed | |
[tcp] 2015/09/24 12:35:47 cluster service accept error: network connection closed | |
[copier] 2015/09/24 12:35:47 copier listener closed | |
[shard-precreation] 2015/09/24 12:35:47 Precreation service terminating | |
[continuous_querier] 2015/09/24 12:35:47 continuous query service terminating | |
[retention] 2015/09/24 12:35:47 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:47 shutting down monitor system | |
--- PASS: TestServer_Query_SelectTwoPoints (1.98s) | |
[metastore] 2015/09/24 12:35:47 Using data dir: /tmp/influxd-116496705 | |
[metastore] 2015/09/24 12:35:47 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:47 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:35:47 Starting monitor system | |
[monitor] 2015/09/24 12:35:47 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:47 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:47 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:47 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:47 Using data dir: /tmp/influxd-807896452 | |
[handoff] 2015/09/24 12:35:47 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:47 Using data dir: /tmp/influxd-849075542 | |
[tcp] 2015/09/24 12:35:47 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:47 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:47 Starting snapshot service | |
[copier] 2015/09/24 12:35:47 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:47 Starting continuous query service | |
[httpd] 2015/09/24 12:35:47 Starting HTTP service | |
[httpd] 2015/09/24 12:35:47 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:47 Listening on HTTP: 127.0.0.1:57515 | |
[retention] 2015/09/24 12:35:47 Starting retention policy enforcement service with check interval of 30m0s | |
[monitor] 2015/09/24 12:35:47 Starting monitor system | |
[monitor] 2015/09/24 12:35:47 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:47 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:47 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:47 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:47 Using data dir: /tmp/influxd-740221688 | |
[handoff] 2015/09/24 12:35:47 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:47 Using data dir: /tmp/influxd-870995178 | |
[tcp] 2015/09/24 12:35:47 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:47 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:47 Starting snapshot service | |
[copier] 2015/09/24 12:35:47 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:47 Starting continuous query service | |
[httpd] 2015/09/24 12:35:47 Starting HTTP service | |
[httpd] 2015/09/24 12:35:47 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:47 Listening on HTTP: 127.0.0.1:32875 | |
[retention] 2015/09/24 12:35:47 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:47 database 'db0' created | |
[metastore] 2015/09/24 12:35:47 database 'db0' created | |
[metastore] 2015/09/24 12:35:47 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:47 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:47 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:48 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:48 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:48 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:48 Created local node: id=1, host=localhost:0 | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:45 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 038ead7c-62a8-11e5-806b-000000000000 2.747287011s | |
[query] 2015/09/24 12:35:48 SELECT host FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+host+FROM+db0.rp0.cpu HTTP/1.1 200 95 - Go-http-client/1.1 0531eb2e-62a8-11e5-8083-000000000000 559.882µs | |
[query] 2015/09/24 12:35:48 SELECT host, value FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+host%2C+value+FROM+db0.rp0.cpu HTTP/1.1 200 148 - Go-http-client/1.1 05320dab-62a8-11e5-8084-000000000000 1.563949ms | |
[query] 2015/09/24 12:35:48 SELECT host, value FROM "db0"."rp0".cpu GROUP BY host | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+host%2C+value+FROM+db0.rp0.cpu+GROUP+BY+host HTTP/1.1 200 155 - Go-http-client/1.1 05326390-62a8-11e5-8085-000000000000 2.725474ms | |
[query] 2015/09/24 12:35:48 SELECT host, value, core FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+host%2C+value%2C+core+FROM+db0.rp0.cpu HTTP/1.1 200 154 - Go-http-client/1.1 0532da52-62a8-11e5-8086-000000000000 2.420534ms | |
[query] 2015/09/24 12:35:48 SELECT host, value, core FROM "db0"."rp0".cpu GROUP BY host | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+host%2C+value%2C+core+FROM+db0.rp0.cpu+GROUP+BY+host HTTP/1.1 200 162 - Go-http-client/1.1 05334ce4-62a8-11e5-8087-000000000000 2.031424ms | |
[query] 2015/09/24 12:35:48 SELECT * FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu HTTP/1.1 200 152 - Go-http-client/1.1 0533a915-62a8-11e5-8088-000000000000 2.808905ms | |
[query] 2015/09/24 12:35:48 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+GROUP+BY+%2A HTTP/1.1 200 160 - Go-http-client/1.1 0534454d-62a8-11e5-8089-000000000000 2.916525ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu GROUP BY host | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu+GROUP+by+host HTTP/1.1 200 155 - Go-http-client/1.1 0534d6f6-62a8-11e5-808a-000000000000 6.375156ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu1 WHERE host = 'server01' | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu1+WHERE+host+%3D+%27server01%27 HTTP/1.1 200 124 - Go-http-client/1.1 0535dd0a-62a8-11e5-808b-000000000000 6.849947ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu1 WHERE host = 'server01' AND region = 'us-west' | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu1+WHERE+host+%3D+%27server01%27+AND+region+%3D+%27us-west%27 HTTP/1.1 200 124 - Go-http-client/1.1 0537128b-62a8-11e5-808c-000000000000 1.23287ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu1 WHERE host = 'server03' OR region = 'us-west' | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu1+WHERE+host+%3D+%27server03%27+OR+region+%3D+%27us-west%27 HTTP/1.1 200 135 - Go-http-client/1.1 05374cf3-62a8-11e5-808d-000000000000 5.367578ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu1 WHERE host = 'server01' OR host = 'server66' | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu1+WHERE+host+%3D+%27server01%27+OR+host+%3D+%27server66%27 HTTP/1.1 200 124 - Go-http-client/1.1 05382a87-62a8-11e5-808e-000000000000 2.418123ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu1 WHERE host = 'server01' OR host = 'server02' OR host = 'server03' | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu1+WHERE+host+%3D+%27server01%27+OR+host+%3D+%27server02%27+OR+host+%3D+%27server03%27 HTTP/1.1 200 142 - Go-http-client/1.1 05389757-62a8-11e5-808f-000000000000 2.141251ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu1 WHERE host = 'server01' AND region != 'us-west' | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu1+WHERE+host+%3D+%27server01%27+AND+region+%21%3D+%27us-west%27 HTTP/1.1 200 40 - Go-http-client/1.1 0538f51b-62a8-11e5-8090-000000000000 2.459407ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu1 WHERE host = 'server02' | |
[monitor] 2015/09/24 12:35:48 Starting monitor system | |
[monitor] 2015/09/24 12:35:48 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:48 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:48 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:48 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:48 Using data dir: /tmp/influxd-256382380 | |
[handoff] 2015/09/24 12:35:48 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:48 Using data dir: /tmp/influxd-403611070 | |
[tcp] 2015/09/24 12:35:48 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:48 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:48 Starting snapshot service | |
[copier] 2015/09/24 12:35:48 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:48 Starting continuous query service | |
[httpd] 2015/09/24 12:35:48 Starting HTTP service | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu1+WHERE+host+%3D+%27server02%27 HTTP/1.1 200 124 - Go-http-client/1.1 05399269-62a8-11e5-8091-000000000000 1.726904ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu1 WHERE host != 'server01' | |
[httpd] 2015/09/24 12:35:48 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:48 Listening on HTTP: 127.0.0.1:56586 | |
[retention] 2015/09/24 12:35:48 Starting retention policy enforcement service with check interval of 30m0s | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu1+WHERE+host+%21%3D+%27server01%27 HTTP/1.1 200 134 - Go-http-client/1.1 0539edfe-62a8-11e5-8092-000000000000 2.432616ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu1 WHERE host != 'server01' AND host != 'server02' | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu1+WHERE+host+%21%3D+%27server01%27+AND+host+%21%3D+%27server02%27 HTTP/1.1 200 124 - Go-http-client/1.1 053a57b9-62a8-11e5-8093-000000000000 7.542158ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu1 WHERE host != 'server01' OR host != 'server02' | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu1+WHERE+host+%21%3D+%27server01%27+OR+host+%21%3D+%27server02%27 HTTP/1.1 200 142 - Go-http-client/1.1 053b94a6-62a8-11e5-8094-000000000000 1.170925ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu1 WHERE host != 'server01' AND host != 'server02' AND host != 'server03' | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu1+WHERE+host+%21%3D+%27server01%27+AND+host+%21%3D+%27server02%27+AND+host+%21%3D+%27server03%27 HTTP/1.1 200 40 - Go-http-client/1.1 053bd6ff-62a8-11e5-8095-000000000000 3.585535ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu2 WHERE host != 'server01' | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu2+WHERE+host+%21%3D+%27server01%27 HTTP/1.1 200 123 - Go-http-client/1.1 053c74d0-62a8-11e5-8096-000000000000 1.779067ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu3 WHERE company !~ /acme01/ | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu3+WHERE+company+%21~+%2Facme01%2F HTTP/1.1 200 124 - Go-http-client/1.1 053ccd41-62a8-11e5-8097-000000000000 2.41232ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu3 WHERE company =~ /acme01/ | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu3+WHERE+company+%3D~+%2Facme01%2F HTTP/1.1 200 124 - Go-http-client/1.1 053d9f0d-62a8-11e5-8098-000000000000 1.163702ms | |
[query] 2015/09/24 12:35:48 SELECT value FROM "db0"."rp0".cpu3 WHERE company !~ /acme[23]/ | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+value+FROM+db0.rp0.cpu3+WHERE+company+%21~+%2Facme%5B23%5D%2F HTTP/1.1 200 135 - Go-http-client/1.1 053ddfc2-62a8-11e5-8099-000000000000 1.964426ms | |
[copier] 2015/09/24 12:35:48 copier listener closed | |
[tcp] 2015/09/24 12:35:48 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:48 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:48 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:35:48 continuous query service terminating | |
[retention] 2015/09/24 12:35:48 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:48 shutting down monitor system | |
--- PASS: TestServer_Query_Tags (4.27s) | |
[metastore] 2015/09/24 12:35:48 Using data dir: /tmp/influxd-154290181 | |
[metastore] 2015/09/24 12:35:48 database 'db0' created | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 04e2e955-62a8-11e5-8082-000000000000 680.508521ms | |
[query] 2015/09/24 12:35:48 SELECT * FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:48 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu HTTP/1.1 200 132 - Go-http-client/1.1 054aca47-62a8-11e5-809a-000000000000 722.695µs | |
[snapshot] 2015/09/24 12:35:48 snapshot listener closed | |
[copier] 2015/09/24 12:35:48 copier listener closed | |
[tcp] 2015/09/24 12:35:48 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:48 Precreation service terminating | |
[continuous_querier] 2015/09/24 12:35:48 continuous query service terminating | |
[retention] 2015/09/24 12:35:48 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:48 shutting down monitor system | |
--- PASS: TestServer_Query_SelectTwoNegativePoints (2.17s) | |
[metastore] 2015/09/24 12:35:48 Using data dir: /tmp/influxd-446122249 | |
[metastore] 2015/09/24 12:35:48 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:48 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:49 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:49 Node at localhost:0 [Follower] | |
[http] 2015/09/24 12:35:49 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 04e2e947-62a8-11e5-8081-000000000000 1.361719045s | |
[metastore] 2015/09/24 12:35:49 Node at localhost:0 [Leader]. peers=[] | |
[query] 2015/09/24 12:35:49 SELECT * FROM "db0"."rp0".cpu WHERE time >= '2015-09-23T10:34:48.067153932Z' GROUP BY * | |
[http] 2015/09/24 12:35:49 127.0.0.1 - - [24/Sep/2015:12:35:49 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+where+time+%3E%3D+%272015-09-23T10%3A34%3A48.067153932Z%27+GROUP+BY+%2A HTTP/1.1 200 154 - Go-http-client/1.1 05b2bc93-62a8-11e5-809c-000000000000 1.717543ms | |
[query] 2015/09/24 12:35:49 SELECT * FROM "db0"."rp0".cpu WHERE time >= now() - 1m GROUP BY * | |
[http] 2015/09/24 12:35:49 127.0.0.1 - - [24/Sep/2015:12:35:49 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.cpu+where+time+%3E%3D+now%28%29+-+1m+GROUP+BY+%2A HTTP/1.1 200 142 - Go-http-client/1.1 05b34f23-62a8-11e5-809d-000000000000 1.545453ms | |
[copier] 2015/09/24 12:35:49 copier listener closed | |
[snapshot] 2015/09/24 12:35:49 snapshot listener closed | |
[tcp] 2015/09/24 12:35:49 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:49 Precreation service terminating | |
[continuous_querier] 2015/09/24 12:35:49 continuous query service terminating | |
[retention] 2015/09/24 12:35:49 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:49 shutting down monitor system | |
--- PASS: TestServer_Query_SelectRelativeTime (2.78s) | |
[metastore] 2015/09/24 12:35:49 Using data dir: /tmp/influxd-332517453 | |
[metastore] 2015/09/24 12:35:49 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:49 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:35:49 Starting monitor system | |
[monitor] 2015/09/24 12:35:49 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:49 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:49 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:49 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:49 Using data dir: /tmp/influxd-056036768 | |
[handoff] 2015/09/24 12:35:49 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:49 Using data dir: /tmp/influxd-933335506 | |
[tcp] 2015/09/24 12:35:49 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:49 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:49 Starting snapshot service | |
[copier] 2015/09/24 12:35:49 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:49 Starting continuous query service | |
[httpd] 2015/09/24 12:35:49 Starting HTTP service | |
[httpd] 2015/09/24 12:35:49 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:49 Listening on HTTP: 127.0.0.1:37264 | |
[retention] 2015/09/24 12:35:49 Starting retention policy enforcement service with check interval of 30m0s | |
[http] 2015/09/24 12:35:49 127.0.0.1 - - [24/Sep/2015:12:35:48 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 05707aa6-62a8-11e5-809b-000000000000 797.295874ms | |
[metastore] 2015/09/24 12:35:49 Created local node: id=1, host=localhost:0 | |
[query] 2015/09/24 12:35:49 SELECT derivative(value) FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:49 127.0.0.1 - - [24/Sep/2015:12:35:49 +0200] GET /query?q=SELECT+derivative%28value%29+from+db0.rp0.cpu HTTP/1.1 200 123 - Go-http-client/1.1 05ea4451-62a8-11e5-809e-000000000000 840.895µs | |
[tcp] 2015/09/24 12:35:49 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:49 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:49 snapshot listener closed | |
[copier] 2015/09/24 12:35:49 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:49 continuous query service terminating | |
[retention] 2015/09/24 12:35:49 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:49 shutting down monitor system | |
--- PASS: TestServer_Query_SelectRawCalculus (2.27s) | |
[metastore] 2015/09/24 12:35:49 Using data dir: /tmp/influxd-630194129 | |
[metastore] 2015/09/24 12:35:49 database 'db0' created | |
[metastore] 2015/09/24 12:35:49 Node at localhost:0 [Follower] | |
[monitor] 2015/09/24 12:35:49 Starting monitor system | |
[monitor] 2015/09/24 12:35:49 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:49 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:49 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:49 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:49 Using data dir: /tmp/influxd-279779028 | |
[handoff] 2015/09/24 12:35:49 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:49 Using data dir: /tmp/influxd-793105190 | |
[tcp] 2015/09/24 12:35:49 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:49 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:49 Starting snapshot service | |
[copier] 2015/09/24 12:35:49 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:49 Starting continuous query service | |
[httpd] 2015/09/24 12:35:49 Starting HTTP service | |
[httpd] 2015/09/24 12:35:49 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:49 Listening on HTTP: 127.0.0.1:53135 | |
[retention] 2015/09/24 12:35:49 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:49 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:49 database 'db0' created | |
[metastore] 2015/09/24 12:35:50 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:50 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:50 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:50 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:50 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:50 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:50 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:35:50 Starting monitor system | |
[monitor] 2015/09/24 12:35:50 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:50 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:50 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:50 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:50 Using data dir: /tmp/influxd-781858120 | |
[handoff] 2015/09/24 12:35:50 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:50 Using data dir: /tmp/influxd-516792762 | |
[tcp] 2015/09/24 12:35:50 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:50 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:50 Starting snapshot service | |
[copier] 2015/09/24 12:35:50 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:50 Starting continuous query service | |
[httpd] 2015/09/24 12:35:50 Starting HTTP service | |
[httpd] 2015/09/24 12:35:50 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:50 Listening on HTTP: 127.0.0.1:60004 | |
[retention] 2015/09/24 12:35:50 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:50 database 'db0' created | |
[metastore] 2015/09/24 12:35:50 Created local node: id=1, host=localhost:0 | |
[http] 2015/09/24 12:35:50 127.0.0.1 - - [24/Sep/2015:12:35:50 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 06193e58-62a8-11e5-809f-000000000000 708.441647ms | |
[metastore] 2015/09/24 12:35:50 retention policy 'default' for database 'db0' created | |
[query] 2015/09/24 12:35:50 SELECT count(value) FROM "db0"."rp0".cpu WHERE time >= '1970-01-01T00:00:01Z' AND time <= '1970-01-01T00:00:06Z' GROUP BY time(1s) | |
[http] 2015/09/24 12:35:50 127.0.0.1 - - [24/Sep/2015:12:35:50 +0200] GET /query?q=SELECT+count%28value%29+FROM+db0.rp0.cpu+WHERE+time+%3E%3D+%271970-01-01T00%3A00%3A01Z%27+AND+time+%3C%3D+%271970-01-01T00%3A00%3A06Z%27+GROUP+BY+time%281s%29 HTTP/1.1 200 135 - Go-http-client/1.1 068563f5-62a8-11e5-80a1-000000000000 3.306569ms | |
[query] 2015/09/24 12:35:50 SELECT count(value) FROM "db0"."rp0".cpu GROUP BY value | |
[http] 2015/09/24 12:35:50 127.0.0.1 - - [24/Sep/2015:12:35:50 +0200] GET /query?q=SELECT+count%28value%29+FROM+db0.rp0.cpu+group+by+value HTTP/1.1 200 92 - Go-http-client/1.1 068615e8-62a8-11e5-80a2-000000000000 2.71437ms | |
[copier] 2015/09/24 12:35:50 copier listener closed | |
[tcp] 2015/09/24 12:35:50 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:50 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:50 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:35:50 continuous query service terminating | |
[retention] 2015/09/24 12:35:50 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:50 shutting down monitor system | |
--- PASS: TestServer_Query_MergeMany (2.15s) | |
server_test.go:1700: SKIP:: GROUP by tag - FIXME issue #2875 | |
[metastore] 2015/09/24 12:35:50 Using data dir: /tmp/influxd-219822485 | |
[monitor] 2015/09/24 12:35:50 Starting monitor system | |
[monitor] 2015/09/24 12:35:50 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:50 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:50 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:50 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:50 Using data dir: /tmp/influxd-983374588 | |
[handoff] 2015/09/24 12:35:50 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:50 Using data dir: /tmp/influxd-999607694 | |
[tcp] 2015/09/24 12:35:50 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:50 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:50 Starting snapshot service | |
[copier] 2015/09/24 12:35:50 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:50 Starting continuous query service | |
[httpd] 2015/09/24 12:35:50 Starting HTTP service | |
[httpd] 2015/09/24 12:35:50 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:50 Listening on HTTP: 127.0.0.1:55882 | |
[retention] 2015/09/24 12:35:50 Starting retention policy enforcement service with check interval of 30m0s | |
[http] 2015/09/24 12:35:50 127.0.0.1 - - [24/Sep/2015:12:35:50 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 061f9854-62a8-11e5-80a0-000000000000 726.421511ms | |
[query] 2015/09/24 12:35:50 SELECT count(value) FROM "db0"."rp0".cpu GROUP BY * SLIMIT 2 SOFFSET 1 | |
[http] 2015/09/24 12:35:50 127.0.0.1 - - [24/Sep/2015:12:35:50 +0200] GET /query?q=SELECT+count%28value%29+FROM+db0.rp0.cpu+GROUP+BY+%2A+SLIMIT+2+SOFFSET+1 HTTP/1.1 200 150 - Go-http-client/1.1 068e7a34-62a8-11e5-80a3-000000000000 1.483416ms | |
[query] 2015/09/24 12:35:50 SELECT count(value) FROM "db0"."rp0".cpu GROUP BY * SLIMIT 2 SOFFSET 3 | |
[http] 2015/09/24 12:35:50 127.0.0.1 - - [24/Sep/2015:12:35:50 +0200] GET /query?q=SELECT+count%28value%29+FROM+db0.rp0.cpu+GROUP+BY+%2A+SLIMIT+2+SOFFSET+3 HTTP/1.1 200 150 - Go-http-client/1.1 068f22bd-62a8-11e5-80a4-000000000000 868.305µs | |
[query] 2015/09/24 12:35:50 SELECT count(value) FROM "db0"."rp0".cpu GROUP BY * SLIMIT 3 SOFFSET 8 | |
[http] 2015/09/24 12:35:50 127.0.0.1 - - [24/Sep/2015:12:35:50 +0200] GET /query?q=SELECT+count%28value%29+FROM+db0.rp0.cpu+GROUP+BY+%2A+SLIMIT+3+SOFFSET+8 HTTP/1.1 200 139 - Go-http-client/1.1 068f4fb3-62a8-11e5-80a5-000000000000 1.137752ms | |
[tcp] 2015/09/24 12:35:50 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:50 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:50 snapshot listener closed | |
[copier] 2015/09/24 12:35:50 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:50 continuous query service terminating | |
[retention] 2015/09/24 12:35:50 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:50 shutting down monitor system | |
--- PASS: TestServer_Query_SLimitAndSOffset (2.11s) | |
[metastore] 2015/09/24 12:35:50 Using data dir: /tmp/influxd-892756889 | |
[metastore] 2015/09/24 12:35:50 database 'db0' created | |
[metastore] 2015/09/24 12:35:51 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:51 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:51 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:51 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:51 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:51 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:51 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:51 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:51 Created local node: id=1, host=localhost:0 | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 06afa7eb-62a8-11e5-80a6-000000000000 637.524201ms | |
[query] 2015/09/24 12:35:51 SELECT * FROM "db0"."rp0"./cpu[13]/ | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+%2Fcpu%5B13%5D%2F HTTP/1.1 200 148 - Go-http-client/1.1 07111446-62a8-11e5-80a8-000000000000 1.964219ms | |
[query] 2015/09/24 12:35:51 SELECT * FROM "db0"."rp0"./cpu[13]/ GROUP BY * | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+%2Fcpu%5B13%5D%2F+GROUP+BY+%2A HTTP/1.1 200 154 - Go-http-client/1.1 07117542-62a8-11e5-80a9-000000000000 3.898563ms | |
[query] 2015/09/24 12:35:51 SELECT * FROM "db0"."rp0"./cpu[13]/ GROUP BY * | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?q=SELECT+%2A+FROM+db0.rp0.%2Fcpu%5B13%5D%2F+GROUP+BY+%2A HTTP/1.1 200 154 - Go-http-client/1.1 07121953-62a8-11e5-80aa-000000000000 4.409018ms | |
[query] 2015/09/24 12:35:51 SELECT * FROM "db0"."rp0"./cpu[13]/ GROUP BY * | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+rp0.%2Fcpu%5B13%5D%2F+GROUP+BY+%2A HTTP/1.1 200 154 - Go-http-client/1.1 0712dff8-62a8-11e5-80ab-000000000000 829.665µs | |
[query] 2015/09/24 12:35:51 SELECT * FROM "db0"."rp0"./cpu[13]/ GROUP BY * | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?q=SELECT+%2A+FROM+db0..%2Fcpu%5B13%5D%2F+GROUP+BY+%2A HTTP/1.1 200 154 - Go-http-client/1.1 07130ceb-62a8-11e5-80ac-000000000000 2.740592ms | |
[tcp] 2015/09/24 12:35:51 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:51 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:51 snapshot listener closed | |
[copier] 2015/09/24 12:35:51 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:51 continuous query service terminating | |
[retention] 2015/09/24 12:35:51 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:51 shutting down monitor system | |
--- PASS: TestServer_Query_Regex (2.30s) | |
[metastore] 2015/09/24 12:35:51 Using data dir: /tmp/influxd-459080157 | |
[monitor] 2015/09/24 12:35:51 Starting monitor system | |
[monitor] 2015/09/24 12:35:51 Starting monitor system | |
[monitor] 2015/09/24 12:35:51 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:51 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:51 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:51 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:51 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:51 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:51 'system' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:51 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:51 Using data dir: /tmp/influxd-181868016 | |
[store] 2015/09/24 12:35:51 Using data dir: /tmp/influxd-439823908 | |
[handoff] 2015/09/24 12:35:51 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:51 Using data dir: /tmp/influxd-891914998 | |
[tcp] 2015/09/24 12:35:51 Starting cluster service | |
[handoff] 2015/09/24 12:35:51 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:51 Using data dir: /tmp/influxd-201125538 | |
[shard-precreation] 2015/09/24 12:35:51 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[tcp] 2015/09/24 12:35:51 Starting cluster service | |
[snapshot] 2015/09/24 12:35:51 Starting snapshot service | |
[copier] 2015/09/24 12:35:51 Starting copier service | |
[shard-precreation] 2015/09/24 12:35:51 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:51 Starting snapshot service | |
[continuous_querier] 2015/09/24 12:35:51 Starting continuous query service | |
[copier] 2015/09/24 12:35:51 Starting copier service | |
[httpd] 2015/09/24 12:35:51 Starting HTTP service | |
[continuous_querier] 2015/09/24 12:35:51 Starting continuous query service | |
[httpd] 2015/09/24 12:35:51 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:51 Starting HTTP service | |
[httpd] 2015/09/24 12:35:51 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:51 Listening on HTTP: 127.0.0.1:58506 | |
[httpd] 2015/09/24 12:35:51 Listening on HTTP: 127.0.0.1:47399 | |
[retention] 2015/09/24 12:35:51 Starting retention policy enforcement service with check interval of 30m0s | |
[retention] 2015/09/24 12:35:51 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:51 database 'db0' created | |
[metastore] 2015/09/24 12:35:51 database 'db0' created | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 06b6f259-62a8-11e5-80a7-000000000000 747.586493ms | |
[query] 2015/09/24 12:35:51 SELECT stddev(value) FROM "db0"."rp0".int | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+STDDEV%28value%29+FROM+int HTTP/1.1 200 116 - Go-http-client/1.1 07290e78-62a8-11e5-80ad-000000000000 647.849µs | |
[query] 2015/09/24 12:35:51 SELECT mean(value), stddev(value) FROM "db0"."rp0".intmax | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+MEAN%28value%29%2C+STDDEV%28value%29+FROM+intmax HTTP/1.1 200 122 - Go-http-client/1.1 07293210-62a8-11e5-80ae-000000000000 2.259129ms | |
[query] 2015/09/24 12:35:51 SELECT mean(value), stddev(value) FROM "db0"."rp0".intmany WHERE time >= '2000-01-01T00:00:00Z' AND time < '2000-01-01T00:02:00Z' GROUP BY time(10m) | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+MEAN%28value%29%2C+STDDEV%28value%29+FROM+intmany+WHERE+time+%3E%3D+%272000-01-01%27+AND+time+%3C+%272000-01-01T00%3A02%3A00Z%27+GROUP+BY+time%2810m%29 HTTP/1.1 200 134 - Go-http-client/1.1 07299b59-62a8-11e5-80af-000000000000 1.363615ms | |
[query] 2015/09/24 12:35:51 SELECT first(value) FROM "db0"."rp0".intmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+FIRST%28value%29+FROM+intmany HTTP/1.1 200 114 - Go-http-client/1.1 0729db01-62a8-11e5-80b0-000000000000 2.137045ms | |
[query] 2015/09/24 12:35:51 SELECT last(value) FROM "db0"."rp0".intmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+LAST%28value%29+FROM+intmany HTTP/1.1 200 117 - Go-http-client/1.1 072a4de7-62a8-11e5-80b1-000000000000 1.365784ms | |
[query] 2015/09/24 12:35:51 SELECT spread(value) FROM "db0"."rp0".intmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+SPREAD%28value%29+FROM+intmany HTTP/1.1 200 117 - Go-http-client/1.1 072a8ce0-62a8-11e5-80b2-000000000000 2.048722ms | |
[query] 2015/09/24 12:35:51 SELECT median(value) FROM "db0"."rp0".intmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+MEDIAN%28value%29+FROM+intmany HTTP/1.1 200 119 - Go-http-client/1.1 072aeb61-62a8-11e5-80b3-000000000000 1.419416ms | |
[query] 2015/09/24 12:35:51 SELECT median(value) FROM "db0"."rp0".intmany WHERE time < '2000-01-01T00:01:10Z' | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+MEDIAN%28value%29+FROM+intmany+where+time+%3C+%272000-01-01T00%3A01%3A10Z%27 HTTP/1.1 200 117 - Go-http-client/1.1 072b2c65-62a8-11e5-80b4-000000000000 2.233584ms | |
[query] 2015/09/24 12:35:51 SELECT distinct(value) FROM "db0"."rp0".intmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+DISTINCT%28value%29+FROM+intmany HTTP/1.1 200 125 - Go-http-client/1.1 072bb103-62a8-11e5-80b5-000000000000 681.07µs | |
[query] 2015/09/24 12:35:51 SELECT DISTINCT value FROM "db0"."rp0".intmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+DISTINCT+value+FROM+intmany HTTP/1.1 200 125 - Go-http-client/1.1 072bd5b5-62a8-11e5-80b6-000000000000 1.181008ms | |
[query] 2015/09/24 12:35:51 SELECT distinct(host) FROM "db0"."rp0".intmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+DISTINCT%28host%29+FROM+intmany HTTP/1.1 200 95 - Go-http-client/1.1 072c1451-62a8-11e5-80b7-000000000000 2.053234ms | |
[query] 2015/09/24 12:35:51 SELECT DISTINCT host FROM "db0"."rp0".intmany | |
[metastore] 2015/09/24 12:35:51 retention policy 'default' for database 'db0' created | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+DISTINCT+host+FROM+intmany HTTP/1.1 200 95 - Go-http-client/1.1 072c6e56-62a8-11e5-80b8-000000000000 5.299909ms | |
[query] 2015/09/24 12:35:51 SELECT count(DISTINCT value) FROM "db0"."rp0".intmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+COUNT%28DISTINCT+value%29+FROM+intmany HTTP/1.1 200 114 - Go-http-client/1.1 072d55ca-62a8-11e5-80b9-000000000000 1.29874ms | |
[query] 2015/09/24 12:35:51 SELECT count(distinct(value)) FROM "db0"."rp0".intmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+COUNT%28DISTINCT%28value%29%29+FROM+intmany HTTP/1.1 200 114 - Go-http-client/1.1 072d9360-62a8-11e5-80ba-000000000000 968.547µs | |
[query] 2015/09/24 12:35:51 SELECT count(DISTINCT host) FROM "db0"."rp0".intmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+COUNT%28DISTINCT+host%29+FROM+intmany HTTP/1.1 200 113 - Go-http-client/1.1 072dcefc-62a8-11e5-80bb-000000000000 2.770207ms | |
[query] 2015/09/24 12:35:51 SELECT count(DISTINCT host) FROM "db0"."rp0".intmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+COUNT%28DISTINCT+host%29+FROM+intmany HTTP/1.1 200 113 - Go-http-client/1.1 072e460a-62a8-11e5-80bc-000000000000 6.658828ms | |
[query] 2015/09/24 12:35:51 SELECT count(value) FROM "db0"."rp0".intoverlap WHERE time = '2000-01-01T00:00:00Z' | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+count%28value%29+FROM+intoverlap+WHERE+time+%3D+%272000-01-01+00%3A00%3A00%27 HTTP/1.1 200 115 - Go-http-client/1.1 072fa7b4-62a8-11e5-80bd-000000000000 4.918556ms | |
[query] 2015/09/24 12:35:51 SELECT sum(value) FROM "db0"."rp0".intoverlap WHERE time >= '2000-01-01T00:00:05Z' AND time <= '2000-01-01T00:00:10Z' GROUP BY time(10s), region | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+SUM%28value%29+FROM+intoverlap+WHERE+time+%3E%3D+%272000-01-01+00%3A00%3A05%27+AND+time+%3C%3D+%272000-01-01T00%3A00%3A10Z%27+GROUP+BY+time%2810s%29%2C+region HTTP/1.1 200 141 - Go-http-client/1.1 07307363-62a8-11e5-80be-000000000000 1.211665ms | |
[query] 2015/09/24 12:35:51 SELECT sum(value) FROM "db0"."rp0".intoverlap GROUP BY region | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+SUM%28value%29+FROM+intoverlap+GROUP+BY+region HTTP/1.1 200 147 - Go-http-client/1.1 07310d3e-62a8-11e5-80bf-000000000000 748.778µs | |
[query] 2015/09/24 12:35:51 SELECT sum(value), mean(value) FROM "db0"."rp0".intoverlap GROUP BY region | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+SUM%28value%29%2C+MEAN%28value%29+FROM+intoverlap+GROUP+BY+region HTTP/1.1 200 155 - Go-http-client/1.1 0731352c-62a8-11e5-80c0-000000000000 852.287µs | |
[query] 2015/09/24 12:35:51 SELECT stddev(value) FROM "db0"."rp0".floatsingle | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+STDDEV%28value%29+FROM+floatsingle HTTP/1.1 200 121 - Go-http-client/1.1 07318d7f-62a8-11e5-80c1-000000000000 3.540012ms | |
[query] 2015/09/24 12:35:51 SELECT mean(value), stddev(value) FROM "db0"."rp0".floatmax | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+MEAN%28value%29%2C+STDDEV%28value%29+FROM+floatmax HTTP/1.1 200 140 - Go-http-client/1.1 0732225f-62a8-11e5-80c2-000000000000 1.529008ms | |
[query] 2015/09/24 12:35:51 SELECT mean(value), stddev(value) FROM "db0"."rp0".floatmany WHERE time >= '2000-01-01T00:00:00Z' AND time < '2000-01-01T00:02:00Z' GROUP BY time(10m) | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+MEAN%28value%29%2C+STDDEV%28value%29+FROM+floatmany+WHERE+time+%3E%3D+%272000-01-01%27+AND+time+%3C+%272000-01-01T00%3A02%3A00Z%27+GROUP+BY+time%2810m%29 HTTP/1.1 200 136 - Go-http-client/1.1 0732ab51-62a8-11e5-80c3-000000000000 1.413313ms | |
[query] 2015/09/24 12:35:51 SELECT first(value) FROM "db0"."rp0".floatmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+FIRST%28value%29+FROM+floatmany HTTP/1.1 200 116 - Go-http-client/1.1 0732ed3f-62a8-11e5-80c4-000000000000 999.226µs | |
[query] 2015/09/24 12:35:51 SELECT last(value) FROM "db0"."rp0".floatmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+LAST%28value%29+FROM+floatmany HTTP/1.1 200 118 - Go-http-client/1.1 07332b12-62a8-11e5-80c5-000000000000 2.781469ms | |
[query] 2015/09/24 12:35:51 SELECT spread(value) FROM "db0"."rp0".floatmany | |
[metastore] 2015/09/24 12:35:51 retention policy 'default' for database 'db0' created | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+SPREAD%28value%29+FROM+floatmany HTTP/1.1 200 119 - Go-http-client/1.1 0733a249-62a8-11e5-80c6-000000000000 1.713682ms | |
[query] 2015/09/24 12:35:51 SELECT median(value) FROM "db0"."rp0".floatmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+MEDIAN%28value%29+FROM+floatmany HTTP/1.1 200 121 - Go-http-client/1.1 073421b2-62a8-11e5-80c7-000000000000 2.347664ms | |
[query] 2015/09/24 12:35:51 SELECT median(value) FROM "db0"."rp0".floatmany WHERE time < '2000-01-01T00:01:10Z' | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+MEDIAN%28value%29+FROM+floatmany+where+time+%3C+%272000-01-01T00%3A01%3A10Z%27 HTTP/1.1 200 119 - Go-http-client/1.1 07348814-62a8-11e5-80c8-000000000000 2.695156ms | |
[query] 2015/09/24 12:35:51 SELECT distinct(value) FROM "db0"."rp0".floatmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+DISTINCT%28value%29+FROM+floatmany HTTP/1.1 200 127 - Go-http-client/1.1 07352b6e-62a8-11e5-80c9-000000000000 614.682µs | |
[query] 2015/09/24 12:35:51 SELECT DISTINCT value FROM "db0"."rp0".floatmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+DISTINCT+value+FROM+floatmany HTTP/1.1 200 127 - Go-http-client/1.1 07354dd8-62a8-11e5-80ca-000000000000 3.02828ms | |
[query] 2015/09/24 12:35:51 SELECT distinct(host) FROM "db0"."rp0".floatmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+DISTINCT%28host%29+FROM+floatmany HTTP/1.1 200 95 - Go-http-client/1.1 0735e834-62a8-11e5-80cb-000000000000 1.564631ms | |
[query] 2015/09/24 12:35:51 SELECT DISTINCT host FROM "db0"."rp0".floatmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+DISTINCT+host+FROM+floatmany HTTP/1.1 200 95 - Go-http-client/1.1 07362f77-62a8-11e5-80cc-000000000000 2.519298ms | |
[query] 2015/09/24 12:35:51 SELECT count(DISTINCT value) FROM "db0"."rp0".floatmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+COUNT%28DISTINCT+value%29+FROM+floatmany HTTP/1.1 200 116 - Go-http-client/1.1 0736e4fb-62a8-11e5-80cd-000000000000 1.053401ms | |
[query] 2015/09/24 12:35:51 SELECT count(distinct(value)) FROM "db0"."rp0".floatmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+COUNT%28DISTINCT%28value%29%29+FROM+floatmany HTTP/1.1 200 116 - Go-http-client/1.1 07372191-62a8-11e5-80ce-000000000000 5.144533ms | |
[query] 2015/09/24 12:35:51 SELECT count(DISTINCT host) FROM "db0"."rp0".floatmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+COUNT%28DISTINCT+host%29+FROM+floatmany HTTP/1.1 200 116 - Go-http-client/1.1 073800ba-62a8-11e5-80cf-000000000000 936.274µs | |
[query] 2015/09/24 12:35:51 SELECT count(DISTINCT host) FROM "db0"."rp0".floatmany | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+COUNT%28DISTINCT+host%29+FROM+floatmany HTTP/1.1 200 116 - Go-http-client/1.1 07383a8e-62a8-11e5-80d0-000000000000 4.291909ms | |
[query] 2015/09/24 12:35:51 SELECT count(value) FROM "db0"."rp0".floatoverlap WHERE time = '2000-01-01T00:00:00Z' | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+count%28value%29+FROM+floatoverlap+WHERE+time+%3D+%272000-01-01+00%3A00%3A00%27 HTTP/1.1 200 117 - Go-http-client/1.1 073905b2-62a8-11e5-80d1-000000000000 934.422µs | |
[query] 2015/09/24 12:35:51 SELECT sum(value) FROM "db0"."rp0".floatoverlap WHERE time >= '2000-01-01T00:00:05Z' AND time <= '2000-01-01T00:00:10Z' GROUP BY time(10s), region | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+SUM%28value%29+FROM+floatoverlap+WHERE+time+%3E%3D+%272000-01-01+00%3A00%3A05%27+AND+time+%3C%3D+%272000-01-01T00%3A00%3A10Z%27+GROUP+BY+time%2810s%29%2C+region HTTP/1.1 200 142 - Go-http-client/1.1 07393c38-62a8-11e5-80d2-000000000000 2.097178ms | |
[query] 2015/09/24 12:35:51 SELECT sum(value) FROM "db0"."rp0".floatoverlap GROUP BY region | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+SUM%28value%29+FROM+floatoverlap+GROUP+BY+region HTTP/1.1 200 149 - Go-http-client/1.1 0739e868-62a8-11e5-80d3-000000000000 1.58647ms | |
[metastore] 2015/09/24 12:35:51 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:51 retention policy 'rp0' for database 'db0' created | |
[query] 2015/09/24 12:35:51 SELECT sum(value), mean(value) FROM "db0"."rp0".floatoverlap GROUP BY region | |
[http] 2015/09/24 12:35:51 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+SUM%28value%29%2C+MEAN%28value%29+FROM+floatoverlap+GROUP+BY+region HTTP/1.1 200 157 - Go-http-client/1.1 073a3e4a-62a8-11e5-80d4-000000000000 1.567378ms | |
[query] 2015/09/24 12:35:51 SELECT sum(value) / mean(value) AS "div" FROM "db0"."rp0".floatoverlap GROUP BY region | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:51 +0200] GET /query?db=db0&q=SELECT+sum%28value%29+%2F+mean%28value%29+as+div+FROM+floatoverlap+GROUP+BY+region HTTP/1.1 200 147 - Go-http-client/1.1 073aa0e5-62a8-11e5-80d5-000000000000 2.965549ms | |
[query] 2015/09/24 12:35:52 SELECT stddev(value) FROM "db0"."rp0".stringdata | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+STDDEV%28value%29+FROM+stringdata HTTP/1.1 200 120 - Go-http-client/1.1 073b272b-62a8-11e5-80d6-000000000000 3.556914ms | |
[query] 2015/09/24 12:35:52 SELECT mean(value) FROM "db0"."rp0".stringdata | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+MEAN%28value%29+FROM+stringdata HTTP/1.1 200 117 - Go-http-client/1.1 073bd65b-62a8-11e5-80d7-000000000000 806.575µs | |
[query] 2015/09/24 12:35:52 SELECT median(value) FROM "db0"."rp0".stringdata | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+MEDIAN%28value%29+FROM+stringdata HTTP/1.1 200 120 - Go-http-client/1.1 073c0357-62a8-11e5-80d8-000000000000 590.302µs | |
[query] 2015/09/24 12:35:52 SELECT count(value) FROM "db0"."rp0".stringdata | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+COUNT%28value%29+FROM+stringdata HTTP/1.1 200 117 - Go-http-client/1.1 073c2703-62a8-11e5-80d9-000000000000 4.314243ms | |
[query] 2015/09/24 12:35:52 SELECT first(value) FROM "db0"."rp0".stringdata | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+FIRST%28value%29+FROM+stringdata HTTP/1.1 200 118 - Go-http-client/1.1 073cdcd2-62a8-11e5-80da-000000000000 2.291457ms | |
[query] 2015/09/24 12:35:52 SELECT last(value) FROM "db0"."rp0".stringdata | |
[metastore] 2015/09/24 12:35:52 retention policy 'rp0' for database 'db0' created | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+LAST%28value%29+FROM+stringdata HTTP/1.1 200 116 - Go-http-client/1.1 073d79ad-62a8-11e5-80db-000000000000 5.469981ms | |
[query] 2015/09/24 12:35:52 SELECT sum(value) FROM "db0"."rp0".load GROUP BY region, host | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+sum%28value%29+FROM+load+GROUP+BY+region%2C+host HTTP/1.1 200 166 - Go-http-client/1.1 073ec32b-62a8-11e5-80dd-000000000000 4.890165ms | |
[query] 2015/09/24 12:35:52 SELECT sum(value) FROM "db0"."rp0".cpu WHERE region = 'uk' AND host = 'serverZ' | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+sum%28value%29+FROM+cpu+WHERE+region%3D%27uk%27+AND+host%3D%27serverZ%27 HTTP/1.1 200 111 - Go-http-client/1.1 073fb01a-62a8-11e5-80de-000000000000 3.641668ms | |
[query] 2015/09/24 12:35:52 SELECT sum(value) * 2.000 FROM "db0"."rp0".load | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+sum%28value%29%2A2+FROM+load HTTP/1.1 200 110 - Go-http-client/1.1 07404e0b-62a8-11e5-80df-000000000000 1.705946ms | |
[query] 2015/09/24 12:35:52 SELECT sum(value) / 2.000 FROM "db0"."rp0".load | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+sum%28value%29%2F2+FROM+load HTTP/1.1 200 109 - Go-http-client/1.1 07409b5f-62a8-11e5-80e0-000000000000 2.676036ms | |
[query] 2015/09/24 12:35:52 SELECT time, max(value) FROM "db0"."rp0".intmany WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:14Z' GROUP BY time(10s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+max%28value%29+FROM+intmany+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A14Z%27+group+by+time%2810s%29 HTTP/1.1 200 144 - Go-http-client/1.1 07412a49-62a8-11e5-80e1-000000000000 2.054646ms | |
[query] 2015/09/24 12:35:52 SELECT max(value) FROM "db0"."rp0".intmany WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:14Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+max%28value%29+FROM+intmany+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A14Z%27+group+by+time%2830s%29 HTTP/1.1 200 128 - Go-http-client/1.1 07418654-62a8-11e5-80e2-000000000000 2.748756ms | |
[query] 2015/09/24 12:35:52 SELECT time, max(value) FROM "db0"."rp0".intmany WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:14Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+max%28value%29+FROM+intmany+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A14Z%27+group+by+time%2830s%29 HTTP/1.1 200 128 - Go-http-client/1.1 0742141b-62a8-11e5-80e3-000000000000 1.48578ms | |
[query] 2015/09/24 12:35:52 SELECT min(value) FROM "db0"."rp0".intmany WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:14Z' GROUP BY time(15s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+min%28value%29+FROM+intmany+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A14Z%27+group+by+time%2815s%29 HTTP/1.1 200 136 - Go-http-client/1.1 07425a73-62a8-11e5-80e4-000000000000 3.037422ms | |
[query] 2015/09/24 12:35:52 SELECT time, min(value) FROM "db0"."rp0".intmany WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:14Z' GROUP BY time(15s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+min%28value%29+FROM+intmany+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A14Z%27+group+by+time%2815s%29 HTTP/1.1 200 135 - Go-http-client/1.1 0742e27e-62a8-11e5-80e5-000000000000 2.972866ms | |
[query] 2015/09/24 12:35:52 SELECT first(value) FROM "db0"."rp0".intmany WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:14Z' GROUP BY time(15s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+intmany+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A14Z%27+group+by+time%2815s%29 HTTP/1.1 200 138 - Go-http-client/1.1 07436439-62a8-11e5-80e7-000000000000 2.95112ms | |
[query] 2015/09/24 12:35:52 SELECT time, first(value) FROM "db0"."rp0".intmany WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:14Z' GROUP BY time(15s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+first%28value%29+FROM+intmany+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A14Z%27+group+by+time%2815s%29 HTTP/1.1 200 136 - Go-http-client/1.1 0743edc3-62a8-11e5-80e8-000000000000 2.644082ms | |
[query] 2015/09/24 12:35:52 SELECT last(value) FROM "db0"."rp0".intmany WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:14Z' GROUP BY time(15s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+intmany+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A14Z%27+group+by+time%2815s%29 HTTP/1.1 200 136 - Go-http-client/1.1 07445fb7-62a8-11e5-80e9-000000000000 1.600631ms | |
[query] 2015/09/24 12:35:52 SELECT time, last(value) FROM "db0"."rp0".intmany WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:14Z' GROUP BY time(15s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+last%28value%29+FROM+intmany+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A14Z%27+group+by+time%2815s%29 HTTP/1.1 200 135 - Go-http-client/1.1 0744af7c-62a8-11e5-80ea-000000000000 4.613409ms | |
[query] 2015/09/24 12:35:52 SELECT max(value) FROM "db0"."rp0".intmany WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:00Z' GROUP BY time(10s) ORDER BY time DESC | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+max%28value%29+FROM+intmany+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A00Z%27+group+by+time%2810s%29+order+by+time+desc HTTP/1.1 200 142 - Go-http-client/1.1 07457103-62a8-11e5-80eb-000000000000 974.114µs | |
[tcp] 2015/09/24 12:35:52 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:52 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:52 snapshot listener closed | |
[copier] 2015/09/24 12:35:52 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:52 continuous query service terminating | |
[retention] 2015/09/24 12:35:52 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:52 shutting down monitor system | |
--- PASS: TestServer_Query_AggregatesCommon (2.28s) | |
server_test.go:2297: SKIP:: multiple aggregations with division - int FIXME issue #2879 | |
[metastore] 2015/09/24 12:35:52 Using data dir: /tmp/influxd-797418081 | |
[metastore] 2015/09/24 12:35:52 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:52 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:52 Created local node: id=1, host=localhost:0 | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 073e6b07-62a8-11e5-80dc-000000000000 574.809209ms | |
[query] 2015/09/24 12:35:52 SELECT top(value, 1.000) FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+1%29+FROM+cpu HTTP/1.1 200 114 - Go-http-client/1.1 07962ad0-62a8-11e5-80ec-000000000000 704.664µs | |
[query] 2015/09/24 12:35:52 SELECT top(value, 2.000) FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+2%29+FROM+cpu HTTP/1.1 200 121 - Go-http-client/1.1 079651f6-62a8-11e5-80ed-000000000000 3.201618ms | |
[query] 2015/09/24 12:35:52 SELECT top(value, 3.000) FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+3%29+FROM+cpu HTTP/1.1 200 127 - Go-http-client/1.1 0796dd85-62a8-11e5-80ee-000000000000 806.706µs | |
[query] 2015/09/24 12:35:52 SELECT top(value, host, 2.000) FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+host%2C+2%29+FROM+cpu HTTP/1.1 200 137 - Go-http-client/1.1 079708eb-62a8-11e5-80ef-000000000000 981.21µs | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+3%29+FROM+cpu+limit+2 HTTP/1.1 400 125 - Go-http-client/1.1 07978b11-62a8-11e5-80f0-000000000000 2.631932ms | |
[query] 2015/09/24 12:35:52 SELECT top(value, 1.000) FROM "db0"."rp0".cpu WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T02:00:10Z' GROUP BY time(1h) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+1%29+FROM+cpu+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+and+time+%3C%3D+%272000-01-01T02%3A00%3A10Z%27+group+by+time%281h%29 HTTP/1.1 200 124 - Go-http-client/1.1 079806d6-62a8-11e5-80f1-000000000000 6.103053ms | |
[query] 2015/09/24 12:35:52 SELECT time, top(value, 1.000) FROM "db0"."rp0".cpu WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T02:00:10Z' GROUP BY time(1h) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+TOP%28value%2C+1%29+FROM+cpu+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+and+time+%3C%3D+%272000-01-01T02%3A00%3A10Z%27+group+by+time%281h%29 HTTP/1.1 200 128 - Go-http-client/1.1 07992f02-62a8-11e5-80f2-000000000000 1.003438ms | |
[query] 2015/09/24 12:35:52 SELECT top(value, 1.000), time FROM "db0"."rp0".cpu WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T02:00:10Z' GROUP BY time(1h) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+1%29%2C+time+FROM+cpu+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+and+time+%3C%3D+%272000-01-01T02%3A00%3A10Z%27+group+by+time%281h%29 HTTP/1.1 200 128 - Go-http-client/1.1 07996b37-62a8-11e5-80f3-000000000000 1.08633ms | |
[monitor] 2015/09/24 12:35:52 Starting monitor system | |
[monitor] 2015/09/24 12:35:52 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:52 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:52 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:52 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:52 Using data dir: /tmp/influxd-255365528 | |
[handoff] 2015/09/24 12:35:52 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:52 Using data dir: /tmp/influxd-392656522 | |
[tcp] 2015/09/24 12:35:52 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:52 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:52 Starting snapshot service | |
[copier] 2015/09/24 12:35:52 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:52 Starting continuous query service | |
[httpd] 2015/09/24 12:35:52 Starting HTTP service | |
[httpd] 2015/09/24 12:35:52 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:52 Listening on HTTP: 127.0.0.1:36710 | |
[retention] 2015/09/24 12:35:52 Starting retention policy enforcement service with check interval of 30m0s | |
[query] 2015/09/24 12:35:52 SELECT top(value, 2.000) FROM "db0"."rp0".cpu WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T02:00:10Z' GROUP BY time(1h) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+2%29+FROM+cpu+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+and+time+%3C%3D+%272000-01-01T02%3A00%3A10Z%27+group+by+time%281h%29 HTTP/1.1 200 133 - Go-http-client/1.1 079b3554-62a8-11e5-80f4-000000000000 2.280369ms | |
[query] 2015/09/24 12:35:52 SELECT top(value, 2.000), time FROM "db0"."rp0".cpu WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T02:00:10Z' GROUP BY time(1h) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+2%29%2C+time+FROM+cpu+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+and+time+%3C%3D+%272000-01-01T02%3A00%3A10Z%27+group+by+time%281h%29 HTTP/1.1 200 142 - Go-http-client/1.1 079ba96e-62a8-11e5-80f5-000000000000 7.580624ms | |
[query] 2015/09/24 12:35:52 SELECT top(value, 3.000) FROM "db0"."rp0".cpu WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T02:00:10Z' GROUP BY time(1h) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+3%29+FROM+cpu+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+and+time+%3C%3D+%272000-01-01T02%3A00%3A10Z%27+group+by+time%281h%29 HTTP/1.1 200 138 - Go-http-client/1.1 079cfbd7-62a8-11e5-80f6-000000000000 1.128073ms | |
[query] 2015/09/24 12:35:52 SELECT top(value, 3.000), time FROM "db0"."rp0".cpu WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T02:00:10Z' GROUP BY time(1h) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+3%29%2C+time+FROM+cpu+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+and+time+%3C%3D+%272000-01-01T02%3A00%3A10Z%27+group+by+time%281h%29 HTTP/1.1 200 148 - Go-http-client/1.1 079d339d-62a8-11e5-80f7-000000000000 2.790224ms | |
[query] 2015/09/24 12:35:52 SELECT top(value, 2.000), host, service FROM "db0"."rp0".memory | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+2%29%2C+host%2C+service+FROM+memory HTTP/1.1 200 142 - Go-http-client/1.1 079dad3d-62a8-11e5-80f8-000000000000 2.076229ms | |
[query] 2015/09/24 12:35:52 SELECT top(value, host, 2.000) FROM "db0"."rp0".memory | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+host%2C+2%29+FROM+memory HTTP/1.1 200 130 - Go-http-client/1.1 079e0a2c-62a8-11e5-80f9-000000000000 2.247336ms | |
[query] 2015/09/24 12:35:52 SELECT top(value, host, 2.000), service FROM "db0"."rp0".memory | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+host%2C+2%29%2C+service+FROM+memory HTTP/1.1 200 146 - Go-http-client/1.1 079e72f2-62a8-11e5-80fa-000000000000 2.296256ms | |
[query] 2015/09/24 12:35:52 SELECT top(value, service, 2.000), host FROM "db0"."rp0".memory | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+service%2C+2%29%2C+host+FROM+memory HTTP/1.1 200 147 - Go-http-client/1.1 079ed8b1-62a8-11e5-80fb-000000000000 893.845µs | |
[query] 2015/09/24 12:35:52 SELECT top(value, host, service, 2.000) FROM "db0"."rp0".memory | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+host%2C+service%2C+2%29+FROM+memory HTTP/1.1 200 147 - Go-http-client/1.1 079f3f94-62a8-11e5-80fc-000000000000 3.395252ms | |
[query] 2015/09/24 12:35:52 SELECT top(value, host, 2.000), service FROM "db0"."rp0".memory | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+host%2C+2%29%2C+service+FROM+memory HTTP/1.1 200 146 - Go-http-client/1.1 079fd05d-62a8-11e5-80fd-000000000000 630.776µs | |
[query] 2015/09/24 12:35:52 SELECT top(value, host, service, 3.000) FROM "db0"."rp0".memory | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+TOP%28value%2C+host%2C+service%2C+3%29+FROM+memory HTTP/1.1 200 153 - Go-http-client/1.1 079ff509-62a8-11e5-80fe-000000000000 2.888357ms | |
[tcp] 2015/09/24 12:35:52 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:52 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:52 snapshot listener closed | |
[copier] 2015/09/24 12:35:52 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:52 continuous query service terminating | |
[retention] 2015/09/24 12:35:52 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:52 shutting down monitor system | |
--- PASS: TestServer_Query_TopInt (1.79s) | |
[metastore] 2015/09/24 12:35:52 Using data dir: /tmp/influxd-111443749 | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 07431b11-62a8-11e5-80e6-000000000000 619.796661ms | |
[query] 2015/09/24 12:35:52 SELECT * FROM "db0"."rp0".network | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+network HTTP/1.1 200 235 - Go-http-client/1.1 07a1b88a-62a8-11e5-80ff-000000000000 1.077992ms | |
[query] 2015/09/24 12:35:52 SELECT max(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+max%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 129 - Go-http-client/1.1 07a1f4c0-62a8-11e5-8100-000000000000 1.925786ms | |
[query] 2015/09/24 12:35:52 SELECT tx, max(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+tx%2C+max%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 138 - Go-http-client/1.1 07a282dc-62a8-11e5-8101-000000000000 1.530678ms | |
[query] 2015/09/24 12:35:52 SELECT time, max(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+max%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 130 - Go-http-client/1.1 07a2cbdc-62a8-11e5-8102-000000000000 1.213201ms | |
[query] 2015/09/24 12:35:52 SELECT time, tx, max(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+tx%2C+max%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 138 - Go-http-client/1.1 07a35765-62a8-11e5-8103-000000000000 919.338µs | |
[query] 2015/09/24 12:35:52 SELECT min(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+min%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 128 - Go-http-client/1.1 07a387cc-62a8-11e5-8104-000000000000 912.596µs | |
[query] 2015/09/24 12:35:52 SELECT tx, min(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+tx%2C+min%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 136 - Go-http-client/1.1 07a3ea9e-62a8-11e5-8105-000000000000 2.640354ms | |
[query] 2015/09/24 12:35:52 SELECT time, min(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+min%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 129 - Go-http-client/1.1 07a45d2c-62a8-11e5-8106-000000000000 1.500999ms | |
[query] 2015/09/24 12:35:52 SELECT time, tx, min(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+tx%2C+min%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 137 - Go-http-client/1.1 07a4e2fb-62a8-11e5-8107-000000000000 2.2684ms | |
[query] 2015/09/24 12:35:52 SELECT first(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+first%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 130 - Go-http-client/1.1 07a546bd-62a8-11e5-8108-000000000000 3.311351ms | |
[query] 2015/09/24 12:35:52 SELECT time, tx, first(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+tx%2C+first%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 138 - Go-http-client/1.1 07a5d8c5-62a8-11e5-8109-000000000000 1.762479ms | |
[query] 2015/09/24 12:35:52 SELECT time, first(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+first%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 130 - Go-http-client/1.1 07a62865-62a8-11e5-810a-000000000000 2.772965ms | |
[query] 2015/09/24 12:35:52 SELECT time, tx, first(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+tx%2C+first%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 138 - Go-http-client/1.1 07a6cab8-62a8-11e5-810b-000000000000 958.647µs | |
[query] 2015/09/24 12:35:52 SELECT last(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+last%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 128 - Go-http-client/1.1 07a6fbad-62a8-11e5-810c-000000000000 2.781971ms | |
[query] 2015/09/24 12:35:52 SELECT tx, last(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+tx%2C+last%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 136 - Go-http-client/1.1 07a7aac9-62a8-11e5-810d-000000000000 922.586µs | |
[query] 2015/09/24 12:35:52 SELECT time, last(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+last%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 129 - Go-http-client/1.1 07a7d93b-62a8-11e5-810e-000000000000 2.205339ms | |
[query] 2015/09/24 12:35:52 SELECT time, tx, last(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+tx%2C+last%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 138 - Go-http-client/1.1 07a84594-62a8-11e5-810f-000000000000 2.575714ms | |
[query] 2015/09/24 12:35:52 SELECT count(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+count%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 123 - Go-http-client/1.1 07a8b5ab-62a8-11e5-8110-000000000000 4.959674ms | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+count%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 98 - Go-http-client/1.1 07a99e36-62a8-11e5-8111-000000000000 4.266694ms | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+tx%2C+count%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 98 - Go-http-client/1.1 07aa5c61-62a8-11e5-8112-000000000000 6.941952ms | |
[query] 2015/09/24 12:35:52 SELECT distinct(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+distinct%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 144 - Go-http-client/1.1 07ab7c6d-62a8-11e5-8113-000000000000 909.714µs | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+distinct%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 114 - Go-http-client/1.1 07abab2f-62a8-11e5-8114-000000000000 1.084599ms | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+tx%2C+distinct%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 114 - Go-http-client/1.1 07abfe02-62a8-11e5-8115-000000000000 3.413699ms | |
[query] 2015/09/24 12:35:52 SELECT mean(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+mean%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 137 - Go-http-client/1.1 07ac9718-62a8-11e5-8116-000000000000 2.503743ms | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+mean%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 98 - Go-http-client/1.1 07ad329c-62a8-11e5-8117-000000000000 680.48µs | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+tx%2C+mean%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 98 - Go-http-client/1.1 07ad58a3-62a8-11e5-8118-000000000000 1.685054ms | |
[query] 2015/09/24 12:35:52 SELECT median(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+median%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 131 - Go-http-client/1.1 07adac9d-62a8-11e5-8119-000000000000 2.488664ms | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+median%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 98 - Go-http-client/1.1 07ae1819-62a8-11e5-811a-000000000000 1.746731ms | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+tx%2C+median%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 98 - Go-http-client/1.1 07ae72f4-62a8-11e5-811b-000000000000 1.568345ms | |
[query] 2015/09/24 12:35:52 SELECT spread(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+spread%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 131 - Go-http-client/1.1 07aebd4d-62a8-11e5-811c-000000000000 2.037345ms | |
[metastore] 2015/09/24 12:35:52 database 'db0' created | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+spread%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 98 - Go-http-client/1.1 07af21a5-62a8-11e5-811d-000000000000 1.74469ms | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+tx%2C+spread%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 98 - Go-http-client/1.1 07af78ae-62a8-11e5-811e-000000000000 3.055058ms | |
[query] 2015/09/24 12:35:52 SELECT stddev(rx) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+stddev%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 164 - Go-http-client/1.1 07b0092c-62a8-11e5-811f-000000000000 2.068226ms | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+stddev%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 98 - Go-http-client/1.1 07b06695-62a8-11e5-8120-000000000000 2.809434ms | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+tx%2C+stddev%28rx%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 98 - Go-http-client/1.1 07b1b6bb-62a8-11e5-8121-000000000000 782.357µs | |
[query] 2015/09/24 12:35:52 SELECT percentile(rx, 75.000) FROM "db0"."rp0".network WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:01:29Z' GROUP BY time(30s) | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+percentile%28rx%2C+75%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 200 134 - Go-http-client/1.1 07b1e6d9-62a8-11e5-8122-000000000000 1.272046ms | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+time%2C+percentile%28rx%2C+75%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 98 - Go-http-client/1.1 07b23150-62a8-11e5-8123-000000000000 3.66515ms | |
[http] 2015/09/24 12:35:52 127.0.0.1 - - [24/Sep/2015:12:35:52 +0200] GET /query?db=db0&q=SELECT+tx%2C+percentile%28rx%2C+75%29+FROM+network+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C%3D+%272000-01-01T00%3A01%3A29Z%27+group+by+time%2830s%29 HTTP/1.1 400 98 - Go-http-client/1.1 07b2ced1-62a8-11e5-8124-000000000000 1.676131ms | |
[copier] 2015/09/24 12:35:52 copier listener closed | |
[tcp] 2015/09/24 12:35:52 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:52 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:52 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:35:52 continuous query service terminating | |
[retention] 2015/09/24 12:35:52 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:52 shutting down monitor system | |
--- PASS: TestServer_Query_AggregateSelectors (1.97s) | |
[metastore] 2015/09/24 12:35:52 Using data dir: /tmp/influxd-861275177 | |
[metastore] 2015/09/24 12:35:52 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:52 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:53 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:53 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:53 Node at localhost:0 [Follower] | |
[monitor] 2015/09/24 12:35:53 Starting monitor system | |
[monitor] 2015/09/24 12:35:53 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:53 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:53 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:53 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:53 Using data dir: /tmp/influxd-731091532 | |
[handoff] 2015/09/24 12:35:53 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:53 Using data dir: /tmp/influxd-313943902 | |
[tcp] 2015/09/24 12:35:53 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:53 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:53 Starting snapshot service | |
[copier] 2015/09/24 12:35:53 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:53 Starting continuous query service | |
[httpd] 2015/09/24 12:35:53 Starting HTTP service | |
[httpd] 2015/09/24 12:35:53 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:53 Listening on HTTP: 127.0.0.1:33985 | |
[retention] 2015/09/24 12:35:53 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:53 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:53 database 'db0' created | |
[metastore] 2015/09/24 12:35:53 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:53 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:53 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:53 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:53 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:35:53 Starting monitor system | |
[monitor] 2015/09/24 12:35:53 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:53 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:53 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:53 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:53 Using data dir: /tmp/influxd-030762048 | |
[handoff] 2015/09/24 12:35:53 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:53 Using data dir: /tmp/influxd-083734898 | |
[tcp] 2015/09/24 12:35:53 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:53 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:53 Starting snapshot service | |
[copier] 2015/09/24 12:35:53 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:53 Starting continuous query service | |
[httpd] 2015/09/24 12:35:53 Starting HTTP service | |
[httpd] 2015/09/24 12:35:53 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:53 Listening on HTTP: 127.0.0.1:38722 | |
[retention] 2015/09/24 12:35:53 Starting retention policy enforcement service with check interval of 30m0s | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 07ea4b9c-62a8-11e5-8125-000000000000 657.910553ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 084eb989-62a8-11e5-8127-000000000000 685.271µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 084f3718-62a8-11e5-8128-000000000000 1.718529ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 084f8680-62a8-11e5-8129-000000000000 2.625594ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 084ffae7-62a8-11e5-812a-000000000000 2.48369ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0850681e-62a8-11e5-812b-000000000000 4.283122ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08516982-62a8-11e5-812c-000000000000 1.555045ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0851b651-62a8-11e5-812d-000000000000 869.983µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[metastore] 2015/09/24 12:35:53 Created local node: id=1, host=localhost:0 | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0851e65a-62a8-11e5-812e-000000000000 8.271983ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08533a5b-62a8-11e5-812f-000000000000 906.19µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08536d48-62a8-11e5-8130-000000000000 7.097159ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0854aee4-62a8-11e5-8131-000000000000 1.432247ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0854f39c-62a8-11e5-8132-000000000000 2.763737ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08559850-62a8-11e5-8133-000000000000 1.240386ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0855d4e3-62a8-11e5-8134-000000000000 3.377311ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08566a1a-62a8-11e5-8135-000000000000 2.322473ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0856cf2b-62a8-11e5-8136-000000000000 2.081959ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08575dcd-62a8-11e5-8137-000000000000 1.062545ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08579142-62a8-11e5-8138-000000000000 1.870206ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08580430-62a8-11e5-8139-000000000000 2.263672ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0858660a-62a8-11e5-813a-000000000000 2.298819ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0858fab7-62a8-11e5-813b-000000000000 1.407767ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08593c51-62a8-11e5-813c-000000000000 2.028988ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08599fd7-62a8-11e5-813d-000000000000 2.342432ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085a063e-62a8-11e5-813e-000000000000 3.406228ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085a9b53-62a8-11e5-813f-000000000000 1.860887ms | |
[metastore] 2015/09/24 12:35:53 database 'db0' created | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085afcea-62a8-11e5-8140-000000000000 687.415µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085b2b98-62a8-11e5-8141-000000000000 2.819266ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085ba36a-62a8-11e5-8142-000000000000 574.943µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085bc2a1-62a8-11e5-8143-000000000000 1.222817ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085c0620-62a8-11e5-8144-000000000000 2.594774ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085c75f0-62a8-11e5-8145-000000000000 710.816µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085cc3c5-62a8-11e5-8146-000000000000 1.65707ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085d0f95-62a8-11e5-8147-000000000000 618.558µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085d3050-62a8-11e5-8148-000000000000 1.485172ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085d7ce8-62a8-11e5-8149-000000000000 2.187502ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085ddc59-62a8-11e5-814a-000000000000 651.608µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085e00ae-62a8-11e5-814b-000000000000 10.465203ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085fa505-62a8-11e5-814c-000000000000 633.194µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 085fc806-62a8-11e5-814d-000000000000 2.546911ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08605206-62a8-11e5-814e-000000000000 1.253617ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08608e71-62a8-11e5-814f-000000000000 1.661696ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0860dcf9-62a8-11e5-8150-000000000000 3.293259ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[monitor] 2015/09/24 12:35:53 Starting monitor system | |
[monitor] 2015/09/24 12:35:53 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:53 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:53 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:53 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:53 Using data dir: /tmp/influxd-447670132 | |
[handoff] 2015/09/24 12:35:53 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:53 Using data dir: /tmp/influxd-252700870 | |
[tcp] 2015/09/24 12:35:53 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:53 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:53 Starting snapshot service | |
[copier] 2015/09/24 12:35:53 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:53 Starting continuous query service | |
[httpd] 2015/09/24 12:35:53 Starting HTTP service | |
[httpd] 2015/09/24 12:35:53 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:53 Listening on HTTP: 127.0.0.1:42242 | |
[retention] 2015/09/24 12:35:53 Starting retention policy enforcement service with check interval of 30m0s | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0861687e-62a8-11e5-8151-000000000000 5.378626ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08627221-62a8-11e5-8152-000000000000 1.114231ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0862b8c1-62a8-11e5-8153-000000000000 1.715573ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08633db7-62a8-11e5-8154-000000000000 5.646248ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08643f78-62a8-11e5-8155-000000000000 2.153924ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0864ede6-62a8-11e5-8156-000000000000 716.293µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08651414-62a8-11e5-8157-000000000000 2.169815ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08657894-62a8-11e5-8158-000000000000 2.271094ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0865dc75-62a8-11e5-8159-000000000000 715.933µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 086674a8-62a8-11e5-815a-000000000000 805.517µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0866a099-62a8-11e5-815b-000000000000 631.835µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0866c210-62a8-11e5-815c-000000000000 925.718µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 086746ec-62a8-11e5-815d-000000000000 729.836µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08676d3b-62a8-11e5-815e-000000000000 2.513248ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0867e49b-62a8-11e5-815f-000000000000 1.815562ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08683566-62a8-11e5-8160-000000000000 982.036µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0868701d-62a8-11e5-8161-000000000000 2.440647ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0868d8ef-62a8-11e5-8162-000000000000 1.948695ms | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0869696e-62a8-11e5-8163-000000000000 772.479µs | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:53 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0869913a-62a8-11e5-8164-000000000000 2.526869ms | |
[metastore] 2015/09/24 12:35:53 retention policy 'default' for database 'db0' created | |
[query] 2015/09/24 12:35:53 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 086a1ded-62a8-11e5-8165-000000000000 20.5506ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 086d54b5-62a8-11e5-8166-000000000000 2.065456ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 086e076b-62a8-11e5-8167-000000000000 2.399659ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 086e72e4-62a8-11e5-8168-000000000000 797.434µs | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 086eb43f-62a8-11e5-8169-000000000000 5.088251ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 086f87c2-62a8-11e5-816a-000000000000 2.985039ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0870621b-62a8-11e5-816b-000000000000 805.313µs | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08708ecb-62a8-11e5-816c-000000000000 2.916635ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 087113c4-62a8-11e5-816d-000000000000 3.255586ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0871a370-62a8-11e5-816e-000000000000 4.747709ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08727fa2-62a8-11e5-816f-000000000000 785.975µs | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0872aa66-62a8-11e5-8170-000000000000 814.967µs | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08730acc-62a8-11e5-8171-000000000000 5.802407ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08741b74-62a8-11e5-8172-000000000000 2.792721ms | |
[metastore] 2015/09/24 12:35:54 database 'db0' created | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0874a0e4-62a8-11e5-8173-000000000000 2.582975ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08751034-62a8-11e5-8174-000000000000 576.675µs | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08752f2a-62a8-11e5-8175-000000000000 1.937082ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08758f82-62a8-11e5-8176-000000000000 2.187663ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0875ee99-62a8-11e5-8177-000000000000 2.562817ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 087661ff-62a8-11e5-8178-000000000000 1.583378ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0876a98f-62a8-11e5-8179-000000000000 4.462352ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08776362-62a8-11e5-817a-000000000000 602.635µs | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08778443-62a8-11e5-817b-000000000000 1.207502ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0877c460-62a8-11e5-817c-000000000000 2.386877ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08782b98-62a8-11e5-817d-000000000000 1.948168ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08788af7-62a8-11e5-817e-000000000000 1.922729ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0878e013-62a8-11e5-817f-000000000000 2.602255ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 08795b85-62a8-11e5-8180-000000000000 1.988725ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 0879b2b0-62a8-11e5-8181-000000000000 2.053266ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 087a16eb-62a8-11e5-8182-000000000000 1.861005ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 087a69af-62a8-11e5-8183-000000000000 1.212995ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 087aaba0-62a8-11e5-8184-000000000000 2.63361ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 087b22fd-62a8-11e5-8185-000000000000 795.087µs | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 087b6e9c-62a8-11e5-8186-000000000000 5.893494ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 087c5f96-62a8-11e5-8187-000000000000 567.469µs | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 087c7f15-62a8-11e5-8188-000000000000 1.98754ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 087cdf77-62a8-11e5-8189-000000000000 1.836415ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 087d313e-62a8-11e5-818a-000000000000 1.73444ms | |
[query] 2015/09/24 12:35:54 SELECT last(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+last%28value%29+FROM+%22series%22 HTTP/1.1 200 108 - Go-http-client/1.1 087d8cfa-62a8-11e5-818b-000000000000 1.493287ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 087dd17c-62a8-11e5-818c-000000000000 690.068µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 087dfd49-62a8-11e5-818d-000000000000 2.518195ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 087e6aaf-62a8-11e5-818e-000000000000 586.001µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 087e89c4-62a8-11e5-818f-000000000000 1.518939ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 087ed689-62a8-11e5-8190-000000000000 2.108018ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 087f323f-62a8-11e5-8191-000000000000 911.162µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 087f6723-62a8-11e5-8192-000000000000 2.839079ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 087fe0af-62a8-11e5-8193-000000000000 573.242µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0880003d-62a8-11e5-8194-000000000000 1.98469ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0880608e-62a8-11e5-8195-000000000000 5.582602ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[metastore] 2015/09/24 12:35:54 retention policy 'default' for database 'db0' created | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08814817-62a8-11e5-8196-000000000000 7.106894ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08826980-62a8-11e5-8197-000000000000 609.99µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08828b01-62a8-11e5-8198-000000000000 2.441471ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0882fdbe-62a8-11e5-8199-000000000000 1.66157ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08834889-62a8-11e5-819a-000000000000 1.211953ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08838879-62a8-11e5-819b-000000000000 2.063415ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0883e381-62a8-11e5-819c-000000000000 2.549303ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08845cd3-62a8-11e5-819d-000000000000 1.823902ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0884ad84-62a8-11e5-819e-000000000000 2.531355ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08852446-62a8-11e5-819f-000000000000 1.844869ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08857647-62a8-11e5-81a0-000000000000 1.41975ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0885c15b-62a8-11e5-81a1-000000000000 2.060598ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08861c18-62a8-11e5-81a2-000000000000 587.019µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08863bb4-62a8-11e5-81a3-000000000000 1.939793ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08869b99-62a8-11e5-81a4-000000000000 1.827243ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0886ed47-62a8-11e5-81a5-000000000000 2.004681ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08874f26-62a8-11e5-81a6-000000000000 1.806572ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08879f99-62a8-11e5-81a7-000000000000 1.968066ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0888327d-62a8-11e5-81a8-000000000000 688.553µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088856b5-62a8-11e5-81a9-000000000000 2.005761ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0888bac2-62a8-11e5-81aa-000000000000 1.686724ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0889063a-62a8-11e5-81ab-000000000000 2.032665ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0889695a-62a8-11e5-81ac-000000000000 1.805292ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0889b98c-62a8-11e5-81ad-000000000000 1.211355ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0889f971-62a8-11e5-81ae-000000000000 2.436009ms | |
[metastore] 2015/09/24 12:35:54 retention policy 'rp0' for database 'db0' created | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088a652c-62a8-11e5-81af-000000000000 977.418µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088a9d50-62a8-11e5-81b0-000000000000 2.544715ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088b0a87-62a8-11e5-81b1-000000000000 581.638µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088b2990-62a8-11e5-81b2-000000000000 2.575829ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088ba19e-62a8-11e5-81b3-000000000000 1.87799ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088bf4f0-62a8-11e5-81b4-000000000000 1.192677ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088c7a34-62a8-11e5-81b5-000000000000 676.406µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088c9db9-62a8-11e5-81b6-000000000000 594.676µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088cc29b-62a8-11e5-81b7-000000000000 3.101774ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088d45a6-62a8-11e5-81b8-000000000000 2.039018ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088da96b-62a8-11e5-81b9-000000000000 2.368792ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088e0fb1-62a8-11e5-81ba-000000000000 2.563144ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088e88a9-62a8-11e5-81bb-000000000000 1.766909ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088ed754-62a8-11e5-81bc-000000000000 2.011184ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088f3965-62a8-11e5-81bd-000000000000 1.94949ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 088f8eff-62a8-11e5-81be-000000000000 1.329197ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08902d44-62a8-11e5-81bf-000000000000 4.779303ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0890f438-62a8-11e5-81c0-000000000000 1.290584ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08915c68-62a8-11e5-81c1-000000000000 5.53939ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08923f13-62a8-11e5-81c2-000000000000 2.547725ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0892b72e-62a8-11e5-81c3-000000000000 1.858602ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08930a33-62a8-11e5-81c4-000000000000 2.446354ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08937d6d-62a8-11e5-81c5-000000000000 1.925578ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0893d238-62a8-11e5-81c6-000000000000 2.716983ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08945727-62a8-11e5-81c7-000000000000 652.884µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089479b2-62a8-11e5-81c8-000000000000 643.85µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0894a0f9-62a8-11e5-81c9-000000000000 3.311398ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08952d8d-62a8-11e5-81ca-000000000000 2.660977ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0895a23c-62a8-11e5-81cb-000000000000 2.499596ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08960da0-62a8-11e5-81cc-000000000000 2.449609ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089680c6-62a8-11e5-81cd-000000000000 1.683509ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0896cc34-62a8-11e5-81ce-000000000000 1.185353ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0897469a-62a8-11e5-81cf-000000000000 1.672577ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08979229-62a8-11e5-81d0-000000000000 592.644µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0897e7fd-62a8-11e5-81d1-000000000000 1.653888ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08983325-62a8-11e5-81d2-000000000000 1.812573ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08989ad1-62a8-11e5-81d3-000000000000 1.54803ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0898e10b-62a8-11e5-81d4-000000000000 1.415361ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[metastore] 2015/09/24 12:35:54 retention policy 'rp0' for database 'db0' created | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08992a2e-62a8-11e5-81d5-000000000000 2.564129ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08999776-62a8-11e5-81d6-000000000000 687.471µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 0899c535-62a8-11e5-81d7-000000000000 2.448535ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089a2f1d-62a8-11e5-81d8-000000000000 591.646µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089a4ee2-62a8-11e5-81d9-000000000000 1.247773ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089a91c4-62a8-11e5-81da-000000000000 2.093572ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089af1c7-62a8-11e5-81db-000000000000 622.062µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089b134b-62a8-11e5-81dd-000000000000 4.036557ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089bbb24-62a8-11e5-81de-000000000000 1.139518ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089bfb80-62a8-11e5-81df-000000000000 2.647291ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089c6d89-62a8-11e5-81e0-000000000000 642.116µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089c96dc-62a8-11e5-81e1-000000000000 3.218543ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089d1ebd-62a8-11e5-81e2-000000000000 2.487975ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089d90c0-62a8-11e5-81e3-000000000000 2.161029ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089def8e-62a8-11e5-81e4-000000000000 887.316µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089e254d-62a8-11e5-81e5-000000000000 2.184572ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089e852f-62a8-11e5-81e6-000000000000 601.833µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089ea53d-62a8-11e5-81e7-000000000000 3.670392ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 089f4046-62a8-11e5-81e8-000000000000 7.909196ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08a0a4c8-62a8-11e5-81e9-000000000000 2.102824ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08a11fa5-62a8-11e5-81ea-000000000000 2.903112ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08a1a502-62a8-11e5-81eb-000000000000 1.870312ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08a1f847-62a8-11e5-81ec-000000000000 1.247249ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08a23a72-62a8-11e5-81ed-000000000000 2.175693ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08a29980-62a8-11e5-81ee-000000000000 584.345µs | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08a2b85d-62a8-11e5-81ef-000000000000 2.703893ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08a3332e-62a8-11e5-81f0-000000000000 1.719645ms | |
[query] 2015/09/24 12:35:54 SELECT first(value) FROM "db0"."rp0"."series" | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+first%28value%29+FROM+%22series%22 HTTP/1.1 200 109 - Go-http-client/1.1 08a38018-62a8-11e5-81f1-000000000000 1.47269ms | |
[tcp] 2015/09/24 12:35:54 cluster service accept error: network connection closed | |
[snapshot] 2015/09/24 12:35:54 snapshot listener closed | |
[shard-precreation] 2015/09/24 12:35:54 Precreation service terminating | |
[copier] 2015/09/24 12:35:54 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:54 continuous query service terminating | |
[retention] 2015/09/24 12:35:54 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:54 shutting down monitor system | |
--- PASS: TestServer_Query_Aggregates_IdenticalTime (2.62s) | |
[metastore] 2015/09/24 12:35:54 Using data dir: /tmp/influxd-141907821 | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:53 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0839f884-62a8-11e5-8126-000000000000 726.481706ms | |
[query] 2015/09/24 12:35:54 SELECT sum(value) FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+SUM%28value%29+FROM+cpu HTTP/1.1 200 111 - Go-http-client/1.1 08a8d9e2-62a8-11e5-81f3-000000000000 758.18µs | |
[query] 2015/09/24 12:35:54 SELECT sum(value) FROM "db0"."rp0".cpu WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:00:10Z' GROUP BY time(5s) | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+SUM%28value%29+FROM+cpu+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+and+time+%3C%3D+%272000-01-01T00%3A00%3A10Z%27+group+by+time%285s%29 HTTP/1.1 200 125 - Go-http-client/1.1 08a90020-62a8-11e5-81f4-000000000000 772.207µs | |
[query] 2015/09/24 12:35:54 SELECT sum(value) FROM "db0"."rp0".cpu WHERE time >= '2000-01-01T00:00:01Z' AND time <= '2000-01-01T00:00:10Z' GROUP BY time(5s) | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+SUM%28value%29+FROM+cpu+where+time+%3E%3D+%272000-01-01T00%3A00%3A01Z%27+and+time+%3C%3D+%272000-01-01T00%3A00%3A10Z%27+group+by+time%285s%29 HTTP/1.1 200 124 - Go-http-client/1.1 08a94614-62a8-11e5-81f5-000000000000 2.769119ms | |
[query] 2015/09/24 12:35:54 SELECT sum(value) FROM "db0"."rp0".cpu WHERE time >= '2000-01-01T00:00:02Z' AND time <= '2000-01-01T00:00:10Z' GROUP BY time(5s) | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+SUM%28value%29+FROM+cpu+where+time+%3E%3D+%272000-01-01T00%3A00%3A02Z%27+and+time+%3C%3D+%272000-01-01T00%3A00%3A10Z%27+group+by+time%285s%29 HTTP/1.1 200 126 - Go-http-client/1.1 08a9bc3d-62a8-11e5-81f6-000000000000 928.875µs | |
[query] 2015/09/24 12:35:54 SELECT sum(value) FROM "db0"."rp0".cpu WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:00:09Z' GROUP BY time(5s) | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+SUM%28value%29+FROM+cpu+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+and+time+%3C%3D+%272000-01-01T00%3A00%3A09Z%27+group+by+time%285s%29 HTTP/1.1 200 119 - Go-http-client/1.1 08a9f576-62a8-11e5-81f7-000000000000 2.767357ms | |
[query] 2015/09/24 12:35:54 SELECT sum(value) FROM "db0"."rp0".cpu WHERE time >= '2000-01-01T00:00:00Z' AND time <= '2000-01-01T00:00:08Z' GROUP BY time(5s) | |
[http] 2015/09/24 12:35:54 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] GET /query?db=db0&q=SELECT+SUM%28value%29+FROM+cpu+where+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+and+time+%3C%3D+%272000-01-01T00%3A00%3A08Z%27+group+by+time%285s%29 HTTP/1.1 200 118 - Go-http-client/1.1 08aa6bdc-62a8-11e5-81f8-000000000000 617.637µs | |
[copier] 2015/09/24 12:35:54 copier listener closed | |
[snapshot] 2015/09/24 12:35:54 snapshot listener closed | |
[tcp] 2015/09/24 12:35:54 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:54 Precreation service terminating | |
[continuous_querier] 2015/09/24 12:35:54 continuous query service terminating | |
[retention] 2015/09/24 12:35:54 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:54 shutting down monitor system | |
--- PASS: TestServer_Query_GroupByTimeCutoffs (2.37s) | |
[metastore] 2015/09/24 12:35:54 Using data dir: /tmp/influxd-354565361 | |
[metastore] 2015/09/24 12:35:54 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:54 Node at localhost:0 [Follower] | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 089af1d5-62a8-11e5-81dc-000000000000 832.838603ms | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:54 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 08a58c1d-62a8-11e5-81f2-000000000000 854.871204ms | |
[query] 2015/09/24 12:35:55 SELECT * FROM "db0"."rp0".wildcard | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+wildcard HTTP/1.1 200 151 - Go-http-client/1.1 0928080f-62a8-11e5-81fa-000000000000 645.33µs | |
[query] 2015/09/24 12:35:55 SELECT * FROM "db0"."rp0".wildcard GROUP BY * | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+wildcard+GROUP+BY+%2A HTTP/1.1 200 153 - Go-http-client/1.1 09282b97-62a8-11e5-81fb-000000000000 13.774072ms | |
[query] 2015/09/24 12:35:55 SELECT mean(value) FROM "db0"."rp0".wgroup GROUP BY * | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] GET /query?db=db0&q=SELECT+mean%28value%29+FROM+wgroup+GROUP+BY+%2A HTTP/1.1 200 147 - Go-http-client/1.1 092a5fdc-62a8-11e5-81fc-000000000000 5.864205ms | |
[query] 2015/09/24 12:35:55 SELECT mean(value) FROM "db0"."rp0".wgroup WHERE time >= '2000-01-01T00:00:00Z' AND time < '2000-01-01T00:01:00Z' GROUP BY *, time(1m) | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] GET /query?db=db0&q=SELECT+mean%28value%29+FROM+wgroup+WHERE+time+%3E%3D+%272000-01-01T00%3A00%3A00Z%27+AND+time+%3C+%272000-01-01T00%3A01%3A00Z%27+GROUP+BY+%2A%2CTIME%281m%29 HTTP/1.1 200 145 - Go-http-client/1.1 092b6f10-62a8-11e5-81fd-000000000000 707.352µs | |
[query] 2015/09/24 12:35:55 SELECT value, * FROM "db0"."rp0".wildcard | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] GET /query?db=db0&q=SELECT+value%2C+%2A+FROM+wildcard HTTP/1.1 200 151 - Go-http-client/1.1 092b96df-62a8-11e5-81fe-000000000000 1.634059ms | |
[query] 2015/09/24 12:35:55 SELECT value, * FROM "db0"."rp0".wildcard | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] GET /query?db=db0&q=SELECT+value%2C+%2A+FROM+wildcard HTTP/1.1 200 151 - Go-http-client/1.1 092bfb01-62a8-11e5-81ff-000000000000 1.585384ms | |
[query] 2015/09/24 12:35:55 SELECT * FROM "db0"."rp0".wildcard GROUP BY region, * | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+wildcard+GROUP+BY+region%2C+%2A HTTP/1.1 200 153 - Go-http-client/1.1 092c4378-62a8-11e5-8200-000000000000 2.15554ms | |
[query] 2015/09/24 12:35:55 SELECT * FROM "db0"."rp0".wildcard GROUP BY *, region | |
[metastore] 2015/09/24 12:35:55 Node at localhost:0 [Leader]. peers=[] | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+wildcard+GROUP+BY+%2A%2C+region HTTP/1.1 200 153 - Go-http-client/1.1 092caaf0-62a8-11e5-8201-000000000000 1.978465ms | |
[query] 2015/09/24 12:35:55 SELECT * FROM "db0"."rp0".m1, "db0"."rp0".m2 | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+m1%2C+m2 HTTP/1.1 200 157 - Go-http-client/1.1 092d0225-62a8-11e5-8202-000000000000 1.714081ms | |
[query] 2015/09/24 12:35:55 SELECT * FROM "db0"."rp0"./^m.*/ | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+%2F%5Em.%2A%2F HTTP/1.1 200 157 - Go-http-client/1.1 092d5b55-62a8-11e5-8203-000000000000 2.064872ms | |
[query] 2015/09/24 12:35:55 SELECT * FROM "db0"."rp0"./^m.*/ LIMIT 2 | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+db0..%2F%5Em.%2A%2F+LIMIT+2 HTTP/1.1 200 157 - Go-http-client/1.1 092db622-62a8-11e5-8204-000000000000 2.293645ms | |
[tcp] 2015/09/24 12:35:55 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:55 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:55 snapshot listener closed | |
[copier] 2015/09/24 12:35:55 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:55 continuous query service terminating | |
[retention] 2015/09/24 12:35:55 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:55 shutting down monitor system | |
--- PASS: TestServer_Query_Wildcards (2.48s) | |
[metastore] 2015/09/24 12:35:55 Using data dir: /tmp/influxd-090593973 | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] POST /write?db=db0&precision=n&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 091a2618-62a8-11e5-81f9-000000000000 165.887452ms | |
[metastore] 2015/09/24 12:35:55 Node at localhost:0 [Leader]. peers=[] | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] POST /write?db=db0&precision=u&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 09337eb3-62a8-11e5-8205-000000000000 224.760414ms | |
[metastore] 2015/09/24 12:35:55 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:55 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:35:55 Starting monitor system | |
[monitor] 2015/09/24 12:35:55 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:55 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:55 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:55 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:55 Using data dir: /tmp/influxd-414878108 | |
[handoff] 2015/09/24 12:35:55 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:55 Using data dir: /tmp/influxd-956304686 | |
[tcp] 2015/09/24 12:35:55 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:55 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:55 Starting snapshot service | |
[copier] 2015/09/24 12:35:55 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:55 Starting continuous query service | |
[httpd] 2015/09/24 12:35:55 Starting HTTP service | |
[httpd] 2015/09/24 12:35:55 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:55 Listening on HTTP: 127.0.0.1:56833 | |
[retention] 2015/09/24 12:35:55 Starting retention policy enforcement service with check interval of 30m0s | |
[monitor] 2015/09/24 12:35:55 Starting monitor system | |
[monitor] 2015/09/24 12:35:55 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:55 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:55 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:55 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:55 Using data dir: /tmp/influxd-482277352 | |
[handoff] 2015/09/24 12:35:55 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:55 Using data dir: /tmp/influxd-921990490 | |
[tcp] 2015/09/24 12:35:55 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:55 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:55 Starting snapshot service | |
[copier] 2015/09/24 12:35:55 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:55 Starting continuous query service | |
[httpd] 2015/09/24 12:35:55 Starting HTTP service | |
[httpd] 2015/09/24 12:35:55 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:55 Listening on HTTP: 127.0.0.1:53468 | |
[retention] 2015/09/24 12:35:55 Starting retention policy enforcement service with check interval of 30m0s | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] POST /write?db=db0&precision=ms&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0955d532-62a8-11e5-8206-000000000000 175.607224ms | |
[metastore] 2015/09/24 12:35:55 database 'db0' created | |
[metastore] 2015/09/24 12:35:55 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:55 database 'db0' created | |
[metastore] 2015/09/24 12:35:55 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:55 retention policy 'default' for database 'db0' created | |
[http] 2015/09/24 12:35:55 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] POST /write?db=db0&precision=s&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0970aa5f-62a8-11e5-8207-000000000000 204.290609ms | |
[metastore] 2015/09/24 12:35:55 Node at localhost:0 [Leader]. peers=[] | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:55 +0200] POST /write?db=db0&precision=m&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 098fdfc7-62a8-11e5-8208-000000000000 157.396322ms | |
[metastore] 2015/09/24 12:35:56 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:56 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:35:56 Created local node: id=1, host=localhost:0 | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] POST /write?db=db0&precision=h&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 09a7efb0-62a8-11e5-8209-000000000000 198.06971ms | |
[query] 2015/09/24 12:35:56 SELECT * FROM "db0"."rp0".cpu_n0_precision | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu_n0_precision HTTP/1.1 200 132 - Go-http-client/1.1 09c636d5-62a8-11e5-820c-000000000000 970.923µs | |
[query] 2015/09/24 12:35:56 SELECT * FROM "db0"."rp0".cpu_n1_precision | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu_n1_precision HTTP/1.1 200 133 - Go-http-client/1.1 09c66ba5-62a8-11e5-820d-000000000000 6.899134ms | |
[query] 2015/09/24 12:35:56 SELECT * FROM "db0"."rp0".cpu_u_precision | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu_u_precision HTTP/1.1 200 129 - Go-http-client/1.1 09c7dfa2-62a8-11e5-820e-000000000000 2.357943ms | |
[query] 2015/09/24 12:35:56 SELECT * FROM "db0"."rp0".cpu_ms_precision | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu_ms_precision HTTP/1.1 200 127 - Go-http-client/1.1 09c84c52-62a8-11e5-820f-000000000000 3.909654ms | |
[query] 2015/09/24 12:35:56 SELECT * FROM "db0"."rp0".cpu_s_precision | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu_s_precision HTTP/1.1 200 124 - Go-http-client/1.1 09c91008-62a8-11e5-8210-000000000000 2.777194ms | |
[query] 2015/09/24 12:35:56 SELECT * FROM "db0"."rp0".cpu_m_precision | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu_m_precision HTTP/1.1 200 122 - Go-http-client/1.1 09c98d35-62a8-11e5-8211-000000000000 8.075201ms | |
[query] 2015/09/24 12:35:56 SELECT * FROM "db0"."rp0".cpu_h_precision | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu_h_precision HTTP/1.1 200 121 - Go-http-client/1.1 09cada91-62a8-11e5-8212-000000000000 2.861818ms | |
[tcp] 2015/09/24 12:35:56 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:56 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:56 snapshot listener closed | |
[copier] 2015/09/24 12:35:56 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:56 continuous query service terminating | |
[retention] 2015/09/24 12:35:56 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:56 shutting down monitor system | |
--- PASS: TestServer_Write_Precision (3.64s) | |
[metastore] 2015/09/24 12:35:56 Using data dir: /tmp/influxd-221267129 | |
[monitor] 2015/09/24 12:35:56 Starting monitor system | |
[monitor] 2015/09/24 12:35:56 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:56 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:56 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:56 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:56 Using data dir: /tmp/influxd-853584016 | |
[handoff] 2015/09/24 12:35:56 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:56 Using data dir: /tmp/influxd-474281538 | |
[tcp] 2015/09/24 12:35:56 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:56 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:56 Starting snapshot service | |
[copier] 2015/09/24 12:35:56 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:56 Starting continuous query service | |
[httpd] 2015/09/24 12:35:56 Starting HTTP service | |
[httpd] 2015/09/24 12:35:56 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:56 Listening on HTTP: 127.0.0.1:54596 | |
[retention] 2015/09/24 12:35:56 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:56 database 'db0' created | |
[metastore] 2015/09/24 12:35:56 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:56 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:56 retention policy 'rp0' for database 'db0' created | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 09b1fdcf-62a8-11e5-820a-000000000000 646.619359ms | |
[query] 2015/09/24 12:35:56 SELECT * FROM "db0"."rp0".wildcard | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+wildcard HTTP/1.1 200 175 - Go-http-client/1.1 0a14b5c6-62a8-11e5-8213-000000000000 3.687002ms | |
[query] 2015/09/24 12:35:56 SELECT cpu, host, region, value FROM "db0"."rp0".wildcard | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+cpu%2C+host%2C+region%2C+value++FROM+wildcard HTTP/1.1 200 175 - Go-http-client/1.1 0a155f3a-62a8-11e5-8214-000000000000 3.424626ms | |
[query] 2015/09/24 12:35:56 SELECT host, cpu, region, value FROM "db0"."rp0".wildcard | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+host%2C+cpu%2C+region%2C+value++FROM+wildcard HTTP/1.1 200 174 - Go-http-client/1.1 0a15f1fa-62a8-11e5-8215-000000000000 18.893621ms | |
[query] 2015/09/24 12:35:56 SELECT host, region FROM "db0"."rp0".wildcard | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+host%2C+region+FROM+wildcard HTTP/1.1 200 95 - Go-http-client/1.1 0a18f73f-62a8-11e5-8216-000000000000 649.025µs | |
[query] 2015/09/24 12:35:56 SELECT cpu AS "c", host AS "h", region, value FROM "db0"."rp0".wildcard | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+cpu+as+c%2C+host+as+h%2C+region%2C+value++FROM+wildcard HTTP/1.1 200 172 - Go-http-client/1.1 0a191ea1-62a8-11e5-8217-000000000000 943.745µs | |
[query] 2015/09/24 12:35:56 SELECT * FROM "db0"."rp0".dupnames | |
[http] 2015/09/24 12:35:56 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+dupnames HTTP/1.1 200 151 - Go-http-client/1.1 0a194fdf-62a8-11e5-8218-000000000000 823.378µs | |
[copier] 2015/09/24 12:35:56 copier listener closed | |
[snapshot] 2015/09/24 12:35:56 snapshot listener closed | |
[tcp] 2015/09/24 12:35:56 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:56 Precreation service terminating | |
[continuous_querier] 2015/09/24 12:35:56 continuous query service terminating | |
[retention] 2015/09/24 12:35:56 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:56 shutting down monitor system | |
--- PASS: TestServer_Query_WildcardExpansion (2.45s) | |
[metastore] 2015/09/24 12:35:56 Using data dir: /tmp/influxd-915315453 | |
[metastore] 2015/09/24 12:35:57 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:57 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:57 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:35:57 Starting monitor system | |
[monitor] 2015/09/24 12:35:57 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:57 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:57 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:57 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:57 Using data dir: /tmp/influxd-646236356 | |
[handoff] 2015/09/24 12:35:57 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:57 Using data dir: /tmp/influxd-901408406 | |
[tcp] 2015/09/24 12:35:57 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:57 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:57 Starting snapshot service | |
[copier] 2015/09/24 12:35:57 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:57 Starting continuous query service | |
[httpd] 2015/09/24 12:35:57 Starting HTTP service | |
[httpd] 2015/09/24 12:35:57 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:57 Listening on HTTP: 127.0.0.1:50435 | |
[retention] 2015/09/24 12:35:57 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:57 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:57 database 'db0' created | |
[metastore] 2015/09/24 12:35:57 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:57 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:57 retention policy 'rp0' for database 'db0' created | |
[monitor] 2015/09/24 12:35:57 Starting monitor system | |
[monitor] 2015/09/24 12:35:57 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:57 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:57 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:57 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:57 Using data dir: /tmp/influxd-503498296 | |
[handoff] 2015/09/24 12:35:57 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:57 Using data dir: /tmp/influxd-160172586 | |
[tcp] 2015/09/24 12:35:57 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:57 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:57 Starting snapshot service | |
[copier] 2015/09/24 12:35:57 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:57 Starting continuous query service | |
[httpd] 2015/09/24 12:35:57 Starting HTTP service | |
[httpd] 2015/09/24 12:35:57 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:57 Listening on HTTP: 127.0.0.1:37063 | |
[retention] 2015/09/24 12:35:57 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:58 database 'db0' created | |
[metastore] 2015/09/24 12:35:58 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:35:58 retention policy 'rp0' for database 'db0' created | |
[http] 2015/09/24 12:35:58 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 09ba5ee6-62a8-11e5-820b-000000000000 2.522509001s | |
[query] 2015/09/24 12:35:58 SELECT load FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:58 127.0.0.1 - - [24/Sep/2015:12:35:58 +0200] GET /query?db=db0&q=SELECT+load+FROM+cpu HTTP/1.1 200 121 - Go-http-client/1.1 0b3b53d2-62a8-11e5-821c-000000000000 1.087621ms | |
[query] 2015/09/24 12:35:58 SELECT core, load FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:58 127.0.0.1 - - [24/Sep/2015:12:35:58 +0200] GET /query?db=db0&q=SELECT+core%2Cload+FROM+cpu HTTP/1.1 200 135 - Go-http-client/1.1 0b3b8c96-62a8-11e5-821d-000000000000 899.658µs | |
[query] 2015/09/24 12:35:58 SELECT * FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:58 127.0.0.1 - - [24/Sep/2015:12:35:58 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu HTTP/1.1 200 135 - Go-http-client/1.1 0b3bbb97-62a8-11e5-821e-000000000000 880.694µs | |
[query] 2015/09/24 12:35:58 SELECT core FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:58 127.0.0.1 - - [24/Sep/2015:12:35:58 +0200] GET /query?db=db0&q=SELECT+core+FROM+cpu HTTP/1.1 200 109 - Go-http-client/1.1 0b3be9b6-62a8-11e5-821f-000000000000 814.311µs | |
[query] 2015/09/24 12:35:58 SELECT foo FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:35:58 127.0.0.1 - - [24/Sep/2015:12:35:58 +0200] GET /query?db=db0&q=SELECT+foo+FROM+cpu HTTP/1.1 200 40 - Go-http-client/1.1 0b3ca5db-62a8-11e5-8220-000000000000 6.755171ms | |
[snapshot] 2015/09/24 12:35:58 snapshot listener closed | |
[copier] 2015/09/24 12:35:58 copier listener closed | |
[tcp] 2015/09/24 12:35:58 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:58 Precreation service terminating | |
[continuous_querier] 2015/09/24 12:35:58 continuous query service terminating | |
[retention] 2015/09/24 12:35:58 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:58 shutting down monitor system | |
--- PASS: TestServer_Query_AcrossShardsAndFields (4.29s) | |
[metastore] 2015/09/24 12:35:58 Using data dir: /tmp/influxd-940784513 | |
[http] 2015/09/24 12:35:58 127.0.0.1 - - [24/Sep/2015:12:35:58 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0ad84bea-62a8-11e5-821a-000000000000 782.903206ms | |
[query] 2015/09/24 12:35:58 SELECT foo FROM "db0"."rp0".where_events WHERE (tennant = 'paul' OR tennant = 'david') AND time > 1s AND (foo = 'bar' OR foo = 'baz' OR foo = 'bap') | |
[http] 2015/09/24 12:35:58 127.0.0.1 - - [24/Sep/2015:12:35:58 +0200] GET /query?db=db0&q=select+foo+from+where_events+where+%28tennant+%3D+%27paul%27+OR+tennant+%3D+%27david%27%29+AND+time+%3E+1s+AND+%28foo+%3D+%27bar%27+OR+foo+%3D+%27baz%27+OR+foo+%3D+%27bap%27%29 HTTP/1.1 200 138 - Go-http-client/1.1 0b4fd0b3-62a8-11e5-8221-000000000000 4.818739ms | |
[query] 2015/09/24 12:35:58 SHOW SERIES WHERE data - center = 'foo' | |
[http] 2015/09/24 12:35:58 127.0.0.1 - - [24/Sep/2015:12:35:58 +0200] GET /query?db=db0&q=show+series+where+data-center+%3D+%27foo%27 HTTP/1.1 200 90 - Go-http-client/1.1 0b50dab3-62a8-11e5-8222-000000000000 5.135217ms | |
[tcp] 2015/09/24 12:35:58 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:58 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:58 snapshot listener closed | |
[copier] 2015/09/24 12:35:58 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:58 continuous query service terminating | |
[retention] 2015/09/24 12:35:58 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:58 shutting down monitor system | |
--- PASS: TestServer_Query_Where_With_Tags (2.56s) | |
[metastore] 2015/09/24 12:35:58 Using data dir: /tmp/influxd-904766533 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:56 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0a221cf5-62a8-11e5-8219-000000000000 2.271759082s | |
[query] 2015/09/24 12:35:59 SELECT load FROM "db0"."rp0".missing GROUP BY * | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=SELECT+load+from+missing+group+by+%2A HTTP/1.1 200 40 - Go-http-client/1.1 0b7cd702-62a8-11e5-8223-000000000000 6.25873ms | |
[query] 2015/09/24 12:35:59 SELECT alert_id FROM "db0"."rp0".cpu WHERE alert_id = 'alert' | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=SELECT+alert_id+FROM+cpu+WHERE+alert_id%3D%27alert%27 HTTP/1.1 200 130 - Go-http-client/1.1 0b7e332c-62a8-11e5-8224-000000000000 3.379539ms | |
[query] 2015/09/24 12:35:59 SELECT alert_id, tenant_id, _cust FROM "db0"."rp0".cpu WHERE alert_id = 'alert' AND tenant_id = 'tenant' | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=SELECT+alert_id%2Ctenant_id%2C_cust+FROM+cpu+WHERE+alert_id%3D%27alert%27+AND+tenant_id%3D%27tenant%27 HTTP/1.1 200 155 - Go-http-client/1.1 0b7ec4e5-62a8-11e5-8225-000000000000 7.347509ms | |
[query] 2015/09/24 12:35:59 SELECT alert_id, tenant_id FROM "db0"."rp0".cpu WHERE alert_id = 'alert' AND (tenant_id = 'tenant') | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=SELECT+alert_id%2Ctenant_id+FROM+cpu+WHERE+alert_id%3D%27alert%27+AND+%28tenant_id%3D%27tenant%27%29 HTTP/1.1 200 138 - Go-http-client/1.1 0b801bfa-62a8-11e5-8226-000000000000 4.265024ms | |
[query] 2015/09/24 12:35:59 SELECT alert_id FROM "db0"."rp0".cpu WHERE _cust = 'johnson brothers' | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=SELECT+alert_id+FROM+cpu+WHERE+_cust%3D%27johnson+brothers%27 HTTP/1.1 200 130 - Go-http-client/1.1 0b80d190-62a8-11e5-8227-000000000000 3.574455ms | |
[query] 2015/09/24 12:35:59 SELECT alert_id FROM "db0"."rp0".cpu WHERE _cust = 'acme' | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=SELECT+alert_id+FROM+cpu+WHERE+_cust%3D%27acme%27 HTTP/1.1 200 40 - Go-http-client/1.1 0b81721c-62a8-11e5-8228-000000000000 16.288576ms | |
[query] 2015/09/24 12:35:59 SELECT load FROM "db0"."rp0".cpu WHERE load > 100.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+load+from+cpu+where+load+%3E+100 HTTP/1.1 200 40 - Go-http-client/1.1 0b842929-62a8-11e5-8229-000000000000 11.989434ms | |
[query] 2015/09/24 12:35:59 SELECT load FROM "db0"."rp0".cpu WHERE load >= 100.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+load+from+cpu+where+load+%3E%3D+100 HTTP/1.1 200 117 - Go-http-client/1.1 0b860bc4-62a8-11e5-822a-000000000000 940.97µs | |
[query] 2015/09/24 12:35:59 SELECT load FROM "db0"."rp0".cpu WHERE load = 100.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+load+from+cpu+where+load+%3D+100 HTTP/1.1 200 117 - Go-http-client/1.1 0b863ed1-62a8-11e5-822b-000000000000 999.579µs | |
[query] 2015/09/24 12:35:59 SELECT load FROM "db0"."rp0".cpu WHERE load <= 100.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+load+from+cpu+where+load+%3C%3D+100 HTTP/1.1 200 125 - Go-http-client/1.1 0b86731d-62a8-11e5-822c-000000000000 1.002608ms | |
[query] 2015/09/24 12:35:59 SELECT load FROM "db0"."rp0".cpu WHERE load > 99.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+load+from+cpu+where+load+%3E+99 HTTP/1.1 200 117 - Go-http-client/1.1 0b86a79a-62a8-11e5-822d-000000000000 895.638µs | |
[query] 2015/09/24 12:35:59 SELECT load FROM "db0"."rp0".cpu WHERE load = 99.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+load+from+cpu+where+load+%3D+99 HTTP/1.1 200 40 - Go-http-client/1.1 0b87f94b-62a8-11e5-822e-000000000000 638.189µs | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:58 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0b166dac-62a8-11e5-821b-000000000000 745.391986ms | |
[query] 2015/09/24 12:35:59 SELECT load FROM "db0"."rp0".cpu WHERE load < 99.000 | |
[metastore] 2015/09/24 12:35:59 Node at localhost:0 [Follower] | |
[query] 2015/09/24 12:35:59 SELECT foo FROM "db0"."rp0".limited LIMIT 2 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+foo+from+%22limited%22+LIMIT+2 HTTP/1.1 200 125 - Go-http-client/1.1 0b885a9f-62a8-11e5-8230-000000000000 9.769665ms | |
[query] 2015/09/24 12:35:59 SELECT foo FROM "db0"."rp0".limited LIMIT 20 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+load+from+cpu+where+load+%3C+99 HTTP/1.1 200 117 - Go-http-client/1.1 0b8827ba-62a8-11e5-822f-000000000000 18.155232ms | |
[query] 2015/09/24 12:35:59 SELECT load FROM "db0"."rp0".cpu WHERE load < 80.000 | |
[metastore] 2015/09/24 12:35:59 Node at localhost:0 [Follower] | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+load+from+cpu+where+load+%3C+80 HTTP/1.1 200 40 - Go-http-client/1.1 0b8b0a34-62a8-11e5-8232-000000000000 4.152206ms | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+foo+from+%22limited%22+LIMIT+20 HTTP/1.1 200 133 - Go-http-client/1.1 0b89e631-62a8-11e5-8231-000000000000 11.650711ms | |
[query] 2015/09/24 12:35:59 SELECT load FROM "db0"."rp0".cpu WHERE load != 100.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+load+from+cpu+where+load+%21%3D+100 HTTP/1.1 200 117 - Go-http-client/1.1 0b8bbecf-62a8-11e5-8233-000000000000 4.545523ms | |
[query] 2015/09/24 12:35:59 SELECT core FROM "db0"."rp0".cpu WHERE core > 4.000 | |
[query] 2015/09/24 12:35:59 SELECT foo FROM "db0"."rp0".limited LIMIT 2 OFFSET 1 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+core+from+cpu+where+core+%3E+4 HTTP/1.1 200 40 - Go-http-client/1.1 0b8c7fa1-62a8-11e5-8234-000000000000 3.424699ms | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+foo+from+%22limited%22+LIMIT+2+OFFSET+1 HTTP/1.1 200 126 - Go-http-client/1.1 0b8cbb1d-62a8-11e5-8235-000000000000 2.641516ms | |
[query] 2015/09/24 12:35:59 SELECT foo FROM "db0"."rp0".limited LIMIT 3 OFFSET 3 | |
[query] 2015/09/24 12:35:59 SELECT core FROM "db0"."rp0".cpu WHERE core >= 4.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+core+from+cpu+where+core+%3E%3D+4 HTTP/1.1 200 114 - Go-http-client/1.1 0b8d365e-62a8-11e5-8236-000000000000 1.739792ms | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+foo+from+%22limited%22+LIMIT+3+OFFSET+3 HTTP/1.1 200 119 - Go-http-client/1.1 0b8d371b-62a8-11e5-8237-000000000000 1.833324ms | |
[query] 2015/09/24 12:35:59 SELECT core FROM "db0"."rp0".cpu WHERE core = 4.000 | |
[query] 2015/09/24 12:35:59 SELECT foo FROM "db0"."rp0".limited LIMIT 2 OFFSET 20 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+core+from+cpu+where+core+%3D+4 HTTP/1.1 200 114 - Go-http-client/1.1 0b8d8e3a-62a8-11e5-8238-000000000000 1.522789ms | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+foo+from+%22limited%22+LIMIT+2+OFFSET+20 HTTP/1.1 200 84 - Go-http-client/1.1 0b8d96a6-62a8-11e5-8239-000000000000 1.502583ms | |
[query] 2015/09/24 12:35:59 SELECT core FROM "db0"."rp0".cpu WHERE core <= 4.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+core+from+cpu+where+core+%3C%3D+4 HTTP/1.1 200 122 - Go-http-client/1.1 0b8dde2d-62a8-11e5-823a-000000000000 790.667µs | |
[query] 2015/09/24 12:35:59 SELECT core FROM "db0"."rp0".cpu WHERE core > 3.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+core+from+cpu+where+core+%3E+3 HTTP/1.1 200 114 - Go-http-client/1.1 0b8e05b5-62a8-11e5-823b-000000000000 948.214µs | |
[query] 2015/09/24 12:35:59 SELECT core FROM "db0"."rp0".cpu WHERE core = 3.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+core+from+cpu+where+core+%3D+3 HTTP/1.1 200 40 - Go-http-client/1.1 0b8e364b-62a8-11e5-823c-000000000000 548.567µs | |
[query] 2015/09/24 12:35:59 SELECT core FROM "db0"."rp0".cpu WHERE core < 3.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+core+from+cpu+where+core+%3C+3 HTTP/1.1 200 114 - Go-http-client/1.1 0b8e536c-62a8-11e5-823d-000000000000 636.939µs | |
[query] 2015/09/24 12:35:59 SELECT core FROM "db0"."rp0".cpu WHERE core < 2.000 | |
[query] 2015/09/24 12:35:59 SELECT mean(foo) FROM "db0"."rp0".limited WHERE time >= '2009-11-10T23:00:02Z' AND time < '2009-11-10T23:00:06Z' GROUP BY time(1s) LIMIT 2 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+mean%28foo%29+from+%22limited%22+WHERE+time+%3E%3D+%272009-11-10T23%3A00%3A02Z%27+AND+time+%3C+%272009-11-10T23%3A00%3A06Z%27+GROUP+BY+TIME%281s%29+LIMIT+2 HTTP/1.1 200 125 - Go-http-client/1.1 0b8f7b9c-62a8-11e5-823f-000000000000 7.504205ms | |
[query] 2015/09/24 12:35:59 SELECT mean(foo) FROM "db0"."rp0".limited WHERE time >= '2009-11-10T23:00:02Z' AND time < '2009-11-10T23:00:06Z' GROUP BY time(1s) LIMIT 20 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+mean%28foo%29+from+%22limited%22+WHERE+time+%3E%3D+%272009-11-10T23%3A00%3A02Z%27+AND+time+%3C+%272009-11-10T23%3A00%3A06Z%27+GROUP+BY+TIME%281s%29+LIMIT+20 HTTP/1.1 200 133 - Go-http-client/1.1 0b90b00f-62a8-11e5-8240-000000000000 894.416µs | |
[query] 2015/09/24 12:35:59 SELECT mean(foo) FROM "db0"."rp0".limited WHERE time >= '2009-11-10T23:00:02Z' AND time < '2009-11-10T23:00:06Z' GROUP BY time(1s) LIMIT 2 OFFSET 1 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+mean%28foo%29+from+%22limited%22+WHERE+time+%3E%3D+%272009-11-10T23%3A00%3A02Z%27+AND+time+%3C+%272009-11-10T23%3A00%3A06Z%27+GROUP+BY+TIME%281s%29+LIMIT+2+OFFSET+1 HTTP/1.1 200 126 - Go-http-client/1.1 0b90df70-62a8-11e5-8241-000000000000 2.003717ms | |
[query] 2015/09/24 12:35:59 SELECT mean(foo) FROM "db0"."rp0".limited WHERE time >= '2009-11-10T23:00:02Z' AND time < '2009-11-10T23:00:06Z' GROUP BY time(1s) LIMIT 3 OFFSET 3 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+core+from+cpu+where+core+%3C+2 HTTP/1.1 200 40 - Go-http-client/1.1 0b8f6d75-62a8-11e5-823e-000000000000 12.662677ms | |
[query] 2015/09/24 12:35:59 SELECT core FROM "db0"."rp0".cpu WHERE core != 4.000 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+core+from+cpu+where+core+%21%3D+4 HTTP/1.1 200 114 - Go-http-client/1.1 0b91671b-62a8-11e5-8243-000000000000 1.083978ms | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+mean%28foo%29+from+%22limited%22+WHERE+time+%3E%3D+%272009-11-10T23%3A00%3A02Z%27+AND+time+%3C+%272009-11-10T23%3A00%3A06Z%27+GROUP+BY+TIME%281s%29+LIMIT+3+OFFSET+3 HTTP/1.1 200 119 - Go-http-client/1.1 0b914741-62a8-11e5-8242-000000000000 2.729948ms | |
[query] 2015/09/24 12:35:59 SELECT local FROM "db0"."rp0".clicks WHERE local = true | |
[query] 2015/09/24 12:35:59 SELECT mean(foo) FROM "db0"."rp0".limited WHERE time >= '2009-11-10T23:00:02Z' AND time < '2009-11-10T23:00:06Z' GROUP BY time(1s) LIMIT 2 OFFSET 20 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+local+from+clicks+where+local+%3D+true HTTP/1.1 200 120 - Go-http-client/1.1 0b91ca59-62a8-11e5-8244-000000000000 2.172907ms | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+mean%28foo%29+from+%22limited%22+WHERE+time+%3E%3D+%272009-11-10T23%3A00%3A02Z%27+AND+time+%3C+%272009-11-10T23%3A00%3A06Z%27+GROUP+BY+TIME%281s%29+LIMIT+2+OFFSET+20 HTTP/1.1 200 40 - Go-http-client/1.1 0b91dca8-62a8-11e5-8245-000000000000 2.253161ms | |
[query] 2015/09/24 12:35:59 SELECT local FROM "db0"."rp0".clicks WHERE local = false | |
[query] 2015/09/24 12:35:59 SELECT mean(foo) FROM "db0"."rp0".limited WHERE time > '2000-01-01T00:00:00Z' GROUP BY time(1s), * fill(0) LIMIT 2147483647 | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+mean%28foo%29++from+%22limited%22++where++time+%3E+%272000-01-01T00%3A00%3A00Z%27+group+by+time%281s%29%2C+%2A+fill%280%29++limit+2147483647 HTTP/1.1 200 122 - Go-http-client/1.1 0b952c37-62a8-11e5-8247-000000000000 17.730446ms | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+local+from+clicks+where+local+%3D+false HTTP/1.1 200 121 - Go-http-client/1.1 0b936a8d-62a8-11e5-8246-000000000000 33.003476ms | |
[query] 2015/09/24 12:35:59 SELECT local FROM "db0"."rp0".clicks WHERE local != true | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+local+from+clicks+where+local+%21%3D+true HTTP/1.1 200 121 - Go-http-client/1.1 0b988496-62a8-11e5-8248-000000000000 6.767686ms | |
[query] 2015/09/24 12:35:59 SELECT mean(foo) FROM "db0"."rp0".limited WHERE time >= '2009-11-10T23:00:02Z' AND time < '2009-11-10T23:00:03Z' GROUP BY time(1s), * fill(0) LIMIT 2147483647 | |
[tcp] 2015/09/24 12:35:59 cluster service accept error: network connection closed | |
[snapshot] 2015/09/24 12:35:59 snapshot listener closed | |
[copier] 2015/09/24 12:35:59 copier listener closed | |
[shard-precreation] 2015/09/24 12:35:59 Precreation service terminating | |
[continuous_querier] 2015/09/24 12:35:59 continuous query service terminating | |
[retention] 2015/09/24 12:35:59 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:35:59 shutting down monitor system | |
[http] 2015/09/24 12:35:59 127.0.0.1 - - [24/Sep/2015:12:35:59 +0200] GET /query?db=db0&q=select+mean%28foo%29++from+%22limited%22++where++time+%3E%3D+%272009-11-10T23%3A00%3A02Z%27+and+time+%3C+%272009-11-10T23%3A00%3A03Z%27+group+by+time%281s%29%2C+%2A+fill%280%29++limit+2147483647 HTTP/1.1 200 147 - Go-http-client/1.1 0b9999ed-62a8-11e5-8249-000000000000 1.805226ms | |
[tcp] 2015/09/24 12:35:59 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:35:59 Precreation service terminating | |
[snapshot] 2015/09/24 12:35:59 snapshot listener closed | |
[copier] 2015/09/24 12:35:59 copier listener closed | |
[continuous_querier] 2015/09/24 12:35:59 continuous query service terminating | |
[retention] 2015/09/24 12:35:59 retention policy enforcement terminating | |
--- PASS: TestServer_Query_Where_Fields (4.06s) | |
[metastore] 2015/09/24 12:35:59 Using data dir: /tmp/influxd-690452297 | |
[monitor] 2015/09/24 12:35:59 shutting down monitor system | |
--- PASS: TestServer_Query_LimitAndOffset (2.52s) | |
[metastore] 2015/09/24 12:35:59 Using data dir: /tmp/influxd-532794509 | |
[metastore] 2015/09/24 12:35:59 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:59 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:35:59 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:59 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:35:59 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:35:59 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:35:59 Starting monitor system | |
[monitor] 2015/09/24 12:35:59 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:59 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:59 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:59 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:59 Using data dir: /tmp/influxd-554240736 | |
[handoff] 2015/09/24 12:35:59 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:59 Using data dir: /tmp/influxd-610302226 | |
[tcp] 2015/09/24 12:35:59 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:59 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:59 Starting snapshot service | |
[copier] 2015/09/24 12:35:59 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:59 Starting continuous query service | |
[httpd] 2015/09/24 12:35:59 Starting HTTP service | |
[httpd] 2015/09/24 12:35:59 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:59 Listening on HTTP: 127.0.0.1:52850 | |
[retention] 2015/09/24 12:35:59 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:59 Node at localhost:0 [Leader]. peers=[] | |
[monitor] 2015/09/24 12:35:59 Starting monitor system | |
[monitor] 2015/09/24 12:35:59 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:59 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:59 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:59 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:35:59 Using data dir: /tmp/influxd-394382060 | |
[handoff] 2015/09/24 12:35:59 Starting hinted handoff service | |
[handoff] 2015/09/24 12:35:59 Using data dir: /tmp/influxd-545249534 | |
[tcp] 2015/09/24 12:35:59 Starting cluster service | |
[shard-precreation] 2015/09/24 12:35:59 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:35:59 Starting snapshot service | |
[copier] 2015/09/24 12:35:59 Starting copier service | |
[continuous_querier] 2015/09/24 12:35:59 Starting continuous query service | |
[httpd] 2015/09/24 12:35:59 Starting HTTP service | |
[httpd] 2015/09/24 12:35:59 Authentication enabled: false | |
[httpd] 2015/09/24 12:35:59 Listening on HTTP: 127.0.0.1:42037 | |
[retention] 2015/09/24 12:35:59 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:35:59 database 'db0' created | |
[metastore] 2015/09/24 12:35:59 database 'db0' created | |
[metastore] 2015/09/24 12:35:59 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:36:00 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:36:00 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:36:00 retention policy 'default' for database 'db0' created | |
[monitor] 2015/09/24 12:36:00 Starting monitor system | |
[monitor] 2015/09/24 12:36:00 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:00 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:00 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:00 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:36:00 Using data dir: /tmp/influxd-378734612 | |
[handoff] 2015/09/24 12:36:00 Starting hinted handoff service | |
[handoff] 2015/09/24 12:36:00 Using data dir: /tmp/influxd-912655462 | |
[tcp] 2015/09/24 12:36:00 Starting cluster service | |
[shard-precreation] 2015/09/24 12:36:00 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:36:00 Starting snapshot service | |
[copier] 2015/09/24 12:36:00 Starting copier service | |
[continuous_querier] 2015/09/24 12:36:00 Starting continuous query service | |
[httpd] 2015/09/24 12:36:00 Starting HTTP service | |
[httpd] 2015/09/24 12:36:00 Authentication enabled: false | |
[httpd] 2015/09/24 12:36:00 Listening on HTTP: 127.0.0.1:43086 | |
[retention] 2015/09/24 12:36:00 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:36:00 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:36:00 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:36:00 database 'db0' created | |
[metastore] 2015/09/24 12:36:00 retention policy 'rp0' for database 'db0' created | |
[monitor] 2015/09/24 12:36:00 Starting monitor system | |
[monitor] 2015/09/24 12:36:00 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:00 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:00 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:00 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:36:00 Using data dir: /tmp/influxd-011416200 | |
[handoff] 2015/09/24 12:36:00 Starting hinted handoff service | |
[handoff] 2015/09/24 12:36:00 Using data dir: /tmp/influxd-989248250 | |
[tcp] 2015/09/24 12:36:00 Starting cluster service | |
[shard-precreation] 2015/09/24 12:36:00 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:36:00 Starting snapshot service | |
[copier] 2015/09/24 12:36:00 Starting copier service | |
[continuous_querier] 2015/09/24 12:36:00 Starting continuous query service | |
[httpd] 2015/09/24 12:36:00 Starting HTTP service | |
[httpd] 2015/09/24 12:36:00 Authentication enabled: false | |
[httpd] 2015/09/24 12:36:00 Listening on HTTP: 127.0.0.1:46421 | |
[retention] 2015/09/24 12:36:00 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:36:00 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:36:00 database 'db0' created | |
[metastore] 2015/09/24 12:36:00 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:36:00 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:36:00 retention policy 'rp0' for database 'db0' created | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:00 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0c30cb8a-62a8-11e5-824b-000000000000 814.862946ms | |
[query] 2015/09/24 12:36:01 SELECT mean(val) FROM "db0"."rp0".fills WHERE time >= '2009-11-10T23:00:00Z' AND time < '2009-11-10T23:00:20Z' GROUP BY time(5s) fill(1) | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=select+mean%28val%29+from+fills+where+time+%3E%3D+%272009-11-10T23%3A00%3A00Z%27+and+time+%3C+%272009-11-10T23%3A00%3A20Z%27+group+by+time%285s%29+FILL%281%29 HTTP/1.1 200 131 - Go-http-client/1.1 0cad2ee1-62a8-11e5-824e-000000000000 1.039798ms | |
[query] 2015/09/24 12:36:01 SELECT mean(val) FROM "db0"."rp0".fills WHERE time >= '2009-11-10T23:00:00Z' AND time < '2009-11-10T23:00:20Z' AND val < 50.000 GROUP BY time(5s) fill(1) | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=select+mean%28val%29+from+fills+where+time+%3E%3D+%272009-11-10T23%3A00%3A00Z%27+and+time+%3C+%272009-11-10T23%3A00%3A20Z%27+and+val+%3C+50+group+by+time%285s%29+FILL%281%29 HTTP/1.1 200 131 - Go-http-client/1.1 0cad6689-62a8-11e5-824f-000000000000 977.331µs | |
[query] 2015/09/24 12:36:01 SELECT mean(val) FROM "db0"."rp0".fills WHERE time >= '2009-11-10T23:00:00Z' AND time < '2009-11-10T23:00:20Z' AND val > 50.000 GROUP BY time(5s) fill(1) | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=select+mean%28val%29+from+fills+where+time+%3E%3D+%272009-11-10T23%3A00%3A00Z%27+and+time+%3C+%272009-11-10T23%3A00%3A20Z%27+and+val+%3E+50+group+by+time%285s%29+FILL%281%29 HTTP/1.1 200 128 - Go-http-client/1.1 0cad9b49-62a8-11e5-8250-000000000000 1.089ms | |
[query] 2015/09/24 12:36:01 SELECT mean(val) FROM "db0"."rp0".fills WHERE time >= '2009-11-10T23:00:00Z' AND time < '2009-11-10T23:00:20Z' GROUP BY time(5s) fill(previous) | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=select+mean%28val%29+from+fills+where+time+%3E%3D+%272009-11-10T23%3A00%3A00Z%27+and+time+%3C+%272009-11-10T23%3A00%3A20Z%27+group+by+time%285s%29+FILL%28previous%29 HTTP/1.1 200 130 - Go-http-client/1.1 0cadd3e3-62a8-11e5-8251-000000000000 1.092097ms | |
[query] 2015/09/24 12:36:01 SELECT mean(val) FROM "db0"."rp0".fills WHERE time >= '2009-11-10T23:00:00Z' AND time < '2009-11-10T23:00:20Z' GROUP BY time(5s) fill(none) | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=select+mean%28val%29+from+fills+where+time+%3E%3D+%272009-11-10T23%3A00%3A00Z%27+and+time+%3C+%272009-11-10T23%3A00%3A20Z%27+group+by+time%285s%29+FILL%28none%29 HTTP/1.1 200 127 - Go-http-client/1.1 0cae0d94-62a8-11e5-8252-000000000000 1.097004ms | |
[query] 2015/09/24 12:36:01 SELECT mean(val) FROM "db0"."rp0".fills WHERE time >= '2009-11-10T23:00:00Z' AND time < '2009-11-10T23:00:20Z' GROUP BY time(5s) | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=select+mean%28val%29+from+fills+where+time+%3E%3D+%272009-11-10T23%3A00%3A00Z%27+and+time+%3C+%272009-11-10T23%3A00%3A20Z%27+group+by+time%285s%29 HTTP/1.1 200 133 - Go-http-client/1.1 0cae4774-62a8-11e5-8253-000000000000 1.525058ms | |
[query] 2015/09/24 12:36:01 SELECT count(val) FROM "db0"."rp0".fills WHERE time >= '2009-11-10T23:00:00Z' AND time < '2009-11-10T23:00:20Z' GROUP BY time(5s) | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=select+count%28val%29+from+fills+where+time+%3E%3D+%272009-11-10T23%3A00%3A00Z%27+and+time+%3C+%272009-11-10T23%3A00%3A20Z%27+group+by+time%285s%29 HTTP/1.1 200 132 - Go-http-client/1.1 0cb4a734-62a8-11e5-8254-000000000000 8.673035ms | |
[query] 2015/09/24 12:36:01 SELECT count(val) FROM "db0"."rp0".fills WHERE time >= '2009-11-10T23:00:00Z' AND time < '2009-11-10T23:00:20Z' AND val > 100.000 GROUP BY time(5s) | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=select+count%28val%29+from+fills+where+time+%3E%3D+%272009-11-10T23%3A00%3A00Z%27+and+time+%3C+%272009-11-10T23%3A00%3A20Z%27+and+val+%3E+100+group+by+time%285s%29 HTTP/1.1 200 131 - Go-http-client/1.1 0cb61bda-62a8-11e5-8255-000000000000 943.548µs | |
[query] 2015/09/24 12:36:01 SELECT count(val) FROM "db0"."rp0".fills WHERE time >= '2009-11-10T23:00:00Z' AND time < '2009-11-10T23:00:20Z' GROUP BY time(5s) fill(1234) | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=select+count%28val%29+from+fills+where+time+%3E%3D+%272009-11-10T23%3A00%3A00Z%27+and+time+%3C+%272009-11-10T23%3A00%3A20Z%27+group+by+time%285s%29+fill%281234%29 HTTP/1.1 200 133 - Go-http-client/1.1 0cb64dc8-62a8-11e5-8256-000000000000 1.460154ms | |
[tcp] 2015/09/24 12:36:01 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:36:01 Precreation service terminating | |
[snapshot] 2015/09/24 12:36:01 snapshot listener closed | |
[copier] 2015/09/24 12:36:01 copier listener closed | |
[continuous_querier] 2015/09/24 12:36:01 continuous query service terminating | |
[retention] 2015/09/24 12:36:01 retention policy enforcement terminating | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:00 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0c2651d7-62a8-11e5-824a-000000000000 950.56063ms | |
[query] 2015/09/24 12:36:01 SELECT value FROM "db0"."rp0".cpu | |
[monitor] 2015/09/24 12:36:01 shutting down monitor system | |
--- PASS: TestServer_Query_Fill (2.47s) | |
[metastore] 2015/09/24 12:36:01 Using data dir: /tmp/influxd-334025745 | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SELECT+value+FROM+cpu HTTP/1.1 200 47101 - Go-http-client/1.1 0cb771cb-62a8-11e5-8257-000000000000 124.086323ms | |
[copier] 2015/09/24 12:36:01 copier listener closed | |
[tcp] 2015/09/24 12:36:01 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:36:01 Precreation service terminating | |
[snapshot] 2015/09/24 12:36:01 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:36:01 continuous query service terminating | |
[retention] 2015/09/24 12:36:01 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:36:01 shutting down monitor system | |
--- PASS: TestServer_Query_Chunk (2.46s) | |
[metastore] 2015/09/24 12:36:01 Using data dir: /tmp/influxd-728590805 | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:00 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0c597049-62a8-11e5-824c-000000000000 757.707621ms | |
[query] 2015/09/24 12:36:01 SHOW MEASUREMENTS | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SHOW+MEASUREMENTS HTTP/1.1 200 103 - Go-http-client/1.1 0ccd19af-62a8-11e5-8258-000000000000 878.296µs | |
[query] 2015/09/24 12:36:01 SHOW SERIES | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SHOW+SERIES HTTP/1.1 200 149 - Go-http-client/1.1 0ccd6553-62a8-11e5-8259-000000000000 5.044248ms | |
[query] 2015/09/24 12:36:01 SELECT * FROM "db0"."rp0".memory WHERE region = 'uswest' AND host = 'serverB' GROUP BY * | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+memory+where+region%3D%27uswest%27+and+host%3D%27serverB%27+GROUP+BY+%2A HTTP/1.1 200 142 - Go-http-client/1.1 0cce37ac-62a8-11e5-825a-000000000000 3.537427ms | |
[query] 2015/09/24 12:36:01 DROP MEASUREMENT cpu | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:00 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0c7ab1c5-62a8-11e5-824d-000000000000 589.028996ms | |
[query] 2015/09/24 12:36:01 SHOW SERIES | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SHOW+SERIES HTTP/1.1 200 189 - Go-http-client/1.1 0cd4a002-62a8-11e5-825c-000000000000 1.498445ms | |
[query] 2015/09/24 12:36:01 SHOW SERIES FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SHOW+SERIES+FROM+cpu HTTP/1.1 200 149 - Go-http-client/1.1 0cd5106e-62a8-11e5-825d-000000000000 3.876283ms | |
[query] 2015/09/24 12:36:01 SHOW SERIES FROM "db0"."rp0"./[cg]pu/ | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SHOW+SERIES+FROM+%2F%5Bcg%5Dpu%2F HTTP/1.1 200 175 - Go-http-client/1.1 0cd64cf1-62a8-11e5-825e-000000000000 1.567852ms | |
[query] 2015/09/24 12:36:01 SHOW SERIES WHERE region = 'uswest' | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SHOW+SERIES+WHERE+region+%3D+%27uswest%27 HTTP/1.1 200 127 - Go-http-client/1.1 0cd69857-62a8-11e5-825f-000000000000 534.271µs | |
[query] 2015/09/24 12:36:01 SHOW SERIES WHERE region =~ /ca.*/ | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SHOW+SERIES+WHERE+region+%3D~+%2Fca.%2A%2F HTTP/1.1 200 142 - Go-http-client/1.1 0cd6bd0e-62a8-11e5-8260-000000000000 3.866887ms | |
[query] 2015/09/24 12:36:01 SHOW SERIES WHERE host !~ /server0[12]/ | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SHOW+SERIES+WHERE+host+%21~+%2Fserver0%5B12%5D%2F HTTP/1.1 200 142 - Go-http-client/1.1 0cd79342-62a8-11e5-8261-000000000000 823.675µs | |
[query] 2015/09/24 12:36:01 SHOW SERIES FROM "db0"."rp0".cpu WHERE region = 'useast' | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SHOW+SERIES+FROM+cpu+WHERE+region+%3D+%27useast%27 HTTP/1.1 200 137 - Go-http-client/1.1 0cd7bfd9-62a8-11e5-8262-000000000000 5.983811ms | |
[copier] 2015/09/24 12:36:01 copier listener closed | |
[tcp] 2015/09/24 12:36:01 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:36:01 Precreation service terminating | |
[snapshot] 2015/09/24 12:36:01 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:36:01 continuous query service terminating | |
[retention] 2015/09/24 12:36:01 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:36:01 shutting down monitor system | |
--- PASS: TestServer_Query_ShowSeries (2.08s) | |
[metastore] 2015/09/24 12:36:01 Using data dir: /tmp/influxd-005958617 | |
[metastore] 2015/09/24 12:36:01 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:36:01 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:36:01 Node at localhost:0 [Follower] | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=DROP+MEASUREMENT+cpu HTTP/1.1 200 40 - Go-http-client/1.1 0ccee044-62a8-11e5-825b-000000000000 515.137481ms | |
[query] 2015/09/24 12:36:01 SHOW MEASUREMENTS | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SHOW+MEASUREMENTS HTTP/1.1 200 97 - Go-http-client/1.1 0d1d8cef-62a8-11e5-8263-000000000000 5.835848ms | |
[query] 2015/09/24 12:36:01 SHOW SERIES | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SHOW+SERIES HTTP/1.1 200 126 - Go-http-client/1.1 0d1e8971-62a8-11e5-8264-000000000000 3.923474ms | |
[query] 2015/09/24 12:36:01 SELECT * FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu HTTP/1.1 200 40 - Go-http-client/1.1 0d1f31a0-62a8-11e5-8265-000000000000 3.354407ms | |
[query] 2015/09/24 12:36:01 SELECT * FROM "db0"."rp0".memory WHERE host = 'serverB' GROUP BY * | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+memory+where+host%3D%27serverB%27+GROUP+BY+%2A HTTP/1.1 200 142 - Go-http-client/1.1 0d1fc448-62a8-11e5-8266-000000000000 2.64007ms | |
[query] 2015/09/24 12:36:01 SELECT * FROM "db0"."rp0".memory WHERE region = 'uswest' GROUP BY * | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+memory+where+region%3D%27uswest%27+GROUP+BY+%2A HTTP/1.1 200 142 - Go-http-client/1.1 0d2037a9-62a8-11e5-8267-000000000000 9.124644ms | |
[query] 2015/09/24 12:36:01 SELECT * FROM "db0"."rp0".memory WHERE region = 'uswest' AND host = 'serverB' GROUP BY * | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+memory+where+region%3D%27uswest%27+and+host%3D%27serverB%27+GROUP+BY+%2A HTTP/1.1 200 142 - Go-http-client/1.1 0d21ca7d-62a8-11e5-8268-000000000000 9.734608ms | |
[query] 2015/09/24 12:36:01 DROP MEASUREMENT doesntexist | |
[http] 2015/09/24 12:36:01 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] GET /query?db=db0&q=DROP+MEASUREMENT+doesntexist HTTP/1.1 200 81 - Go-http-client/1.1 0d235b88-62a8-11e5-8269-000000000000 612.209µs | |
[metastore] 2015/09/24 12:36:01 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:36:01 Node at localhost:0 [Leader]. peers=[] | |
[http] 2015/09/24 12:36:02 127.0.0.1 - - [24/Sep/2015:12:36:01 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0d238c56-62a8-11e5-826a-000000000000 155.218464ms | |
[query] 2015/09/24 12:36:02 SHOW MEASUREMENTS | |
[http] 2015/09/24 12:36:02 127.0.0.1 - - [24/Sep/2015:12:36:02 +0200] GET /query?db=db0&q=SHOW+MEASUREMENTS HTTP/1.1 200 103 - Go-http-client/1.1 0d3b45c5-62a8-11e5-826b-000000000000 9.111536ms | |
[query] 2015/09/24 12:36:02 SELECT * FROM "db0"."rp0".cpu GROUP BY * | |
[http] 2015/09/24 12:36:02 127.0.0.1 - - [24/Sep/2015:12:36:02 +0200] GET /query?db=db0&q=SELECT+%2A+FROM+cpu+GROUP+BY+%2A HTTP/1.1 200 140 - Go-http-client/1.1 0d3cb73c-62a8-11e5-826c-000000000000 5.356649ms | |
[copier] 2015/09/24 12:36:02 copier listener closed | |
[tcp] 2015/09/24 12:36:02 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:36:02 Precreation service terminating | |
[snapshot] 2015/09/24 12:36:02 snapshot listener closed | |
[continuous_querier] 2015/09/24 12:36:02 continuous query service terminating | |
[retention] 2015/09/24 12:36:02 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:36:02 shutting down monitor system | |
--- PASS: TestServer_Query_DropAndRecreateMeasurement (2.75s) | |
[metastore] 2015/09/24 12:36:02 Using data dir: /tmp/influxd-972866589 | |
[metastore] 2015/09/24 12:36:02 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:36:02 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:36:02 Node at localhost:0 [Leader]. peers=[] | |
[monitor] 2015/09/24 12:36:02 Starting monitor system | |
[monitor] 2015/09/24 12:36:02 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:02 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:02 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:02 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:36:02 Using data dir: /tmp/influxd-801661744 | |
[handoff] 2015/09/24 12:36:02 Starting hinted handoff service | |
[handoff] 2015/09/24 12:36:02 Using data dir: /tmp/influxd-743282658 | |
[tcp] 2015/09/24 12:36:02 Starting cluster service | |
[monitor] 2015/09/24 12:36:02 Starting monitor system | |
[shard-precreation] 2015/09/24 12:36:02 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:36:02 Starting snapshot service | |
[monitor] 2015/09/24 12:36:02 'build' registered for diagnostics monitoring | |
[copier] 2015/09/24 12:36:02 Starting copier service | |
[monitor] 2015/09/24 12:36:02 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:02 'network' registered for diagnostics monitoring | |
[continuous_querier] 2015/09/24 12:36:02 Starting continuous query service | |
[monitor] 2015/09/24 12:36:02 'system' registered for diagnostics monitoring | |
[httpd] 2015/09/24 12:36:02 Starting HTTP service | |
[httpd] 2015/09/24 12:36:02 Authentication enabled: false | |
[store] 2015/09/24 12:36:02 Using data dir: /tmp/influxd-110698556 | |
[httpd] 2015/09/24 12:36:02 Listening on HTTP: 127.0.0.1:56322 | |
[retention] 2015/09/24 12:36:02 Starting retention policy enforcement service with check interval of 30m0s | |
[handoff] 2015/09/24 12:36:02 Starting hinted handoff service | |
[handoff] 2015/09/24 12:36:02 Using data dir: /tmp/influxd-557611726 | |
[tcp] 2015/09/24 12:36:02 Starting cluster service | |
[shard-precreation] 2015/09/24 12:36:02 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:36:02 Starting snapshot service | |
[copier] 2015/09/24 12:36:02 Starting copier service | |
[continuous_querier] 2015/09/24 12:36:02 Starting continuous query service | |
[httpd] 2015/09/24 12:36:02 Starting HTTP service | |
[httpd] 2015/09/24 12:36:02 Authentication enabled: false | |
[httpd] 2015/09/24 12:36:02 Listening on HTTP: 127.0.0.1:42328 | |
[retention] 2015/09/24 12:36:02 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:36:02 database 'db0' created | |
[metastore] 2015/09/24 12:36:02 database 'db0' created | |
[metastore] 2015/09/24 12:36:02 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:36:02 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:36:02 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:36:02 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:36:02 Starting monitor system | |
[monitor] 2015/09/24 12:36:02 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:02 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:02 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:02 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:36:02 Using data dir: /tmp/influxd-035880292 | |
[handoff] 2015/09/24 12:36:02 Starting hinted handoff service | |
[handoff] 2015/09/24 12:36:02 Using data dir: /tmp/influxd-194360374 | |
[tcp] 2015/09/24 12:36:02 Starting cluster service | |
[shard-precreation] 2015/09/24 12:36:02 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:36:02 Starting snapshot service | |
[copier] 2015/09/24 12:36:02 Starting copier service | |
[continuous_querier] 2015/09/24 12:36:02 Starting continuous query service | |
[httpd] 2015/09/24 12:36:02 Starting HTTP service | |
[httpd] 2015/09/24 12:36:02 Authentication enabled: false | |
[httpd] 2015/09/24 12:36:02 Listening on HTTP: 127.0.0.1:54109 | |
[retention] 2015/09/24 12:36:02 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:36:02 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:36:02 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:36:02 database 'db0' created | |
[metastore] 2015/09/24 12:36:03 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:36:03 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:36:03 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:36:03 Created local node: id=1, host=localhost:0 | |
[monitor] 2015/09/24 12:36:03 Starting monitor system | |
[monitor] 2015/09/24 12:36:03 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:03 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:03 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:03 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:36:03 Using data dir: /tmp/influxd-397112024 | |
[handoff] 2015/09/24 12:36:03 Starting hinted handoff service | |
[handoff] 2015/09/24 12:36:03 Using data dir: /tmp/influxd-902558666 | |
[tcp] 2015/09/24 12:36:03 Starting cluster service | |
[shard-precreation] 2015/09/24 12:36:03 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:36:03 Starting snapshot service | |
[copier] 2015/09/24 12:36:03 Starting copier service | |
[continuous_querier] 2015/09/24 12:36:03 Starting continuous query service | |
[httpd] 2015/09/24 12:36:03 Starting HTTP service | |
[httpd] 2015/09/24 12:36:03 Authentication enabled: false | |
[httpd] 2015/09/24 12:36:03 Listening on HTTP: 127.0.0.1:52993 | |
[retention] 2015/09/24 12:36:03 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:36:03 database 'db0' created | |
[metastore] 2015/09/24 12:36:03 retention policy 'default' for database 'db0' created | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:02 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0db9e41b-62a8-11e5-826d-000000000000 1.24322969s | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:02 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0dbd7b66-62a8-11e5-826e-000000000000 1.219726499s | |
[query] 2015/09/24 12:36:04 SHOW TAG KEYS | |
[query] 2015/09/24 12:36:04 SHOW MEASUREMENTS LIMIT 2 | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+TAG+KEYS HTTP/1.1 200 116 - Go-http-client/1.1 0e77a2ab-62a8-11e5-8270-000000000000 4.206249ms | |
[query] 2015/09/24 12:36:04 SHOW TAG KEYS FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+MEASUREMENTS+LIMIT+2 HTTP/1.1 200 100 - Go-http-client/1.1 0e77a7bb-62a8-11e5-8271-000000000000 6.013579ms | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+TAG+KEYS+FROM+cpu HTTP/1.1 200 103 - Go-http-client/1.1 0e785fe1-62a8-11e5-8272-000000000000 2.323ms | |
[query] 2015/09/24 12:36:04 SHOW MEASUREMENTS WHERE region =~ /ca.*/ | |
[query] 2015/09/24 12:36:04 SHOW TAG KEYS FROM "db0"."rp0"./[cg]pu/ | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+MEASUREMENTS+WHERE+region+%3D~+%2Fca.%2A%2F HTTP/1.1 200 102 - Go-http-client/1.1 0e78b883-62a8-11e5-8273-000000000000 736.947µs | |
[query] 2015/09/24 12:36:04 SHOW MEASUREMENTS WHERE region !~ /ca.*/ | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+MEASUREMENTS+WHERE+region+%21~+%2Fca.%2A%2F HTTP/1.1 200 95 - Go-http-client/1.1 0e79a45b-62a8-11e5-8275-000000000000 2.568782ms | |
[copier] 2015/09/24 12:36:04 copier listener closed | |
[snapshot] 2015/09/24 12:36:04 snapshot listener closed | |
[tcp] 2015/09/24 12:36:04 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:36:04 Precreation service terminating | |
[continuous_querier] 2015/09/24 12:36:04 continuous query service terminating | |
[retention] 2015/09/24 12:36:04 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:36:04 shutting down monitor system | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+TAG+KEYS+FROM+%2F%5Bcg%5Dpu%2F HTTP/1.1 200 110 - Go-http-client/1.1 0e78c9eb-62a8-11e5-8274-000000000000 13.174278ms | |
[query] 2015/09/24 12:36:04 SHOW TAG KEYS FROM "db0"."rp0".doesntexist | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+TAG+KEYS+FROM+doesntexist HTTP/1.1 200 40 - Go-http-client/1.1 0e7ad5f8-62a8-11e5-8276-000000000000 2.918128ms | |
[query] 2015/09/24 12:36:04 SHOW TAG VALUES | |
--- PASS: TestServer_Query_ShowMeasurements (2.96s) | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+TAG+VALUES+WITH+KEY+%3D+host HTTP/1.1 200 106 - Go-http-client/1.1 0e7b54f5-62a8-11e5-8277-000000000000 1.934831ms | |
[metastore] 2015/09/24 12:36:04 Using data dir: /tmp/influxd-161927329 | |
[query] 2015/09/24 12:36:04 SHOW TAG VALUES FROM "db0"."rp0".cpu WHERE region = 'uswest' | |
[metastore] 2015/09/24 12:36:04 retention policy 'rp0' for database 'db0' created | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+TAG+VALUES+FROM+cpu+WITH+KEY+%3D+host+WHERE+region+%3D+%27uswest%27 HTTP/1.1 200 99 - Go-http-client/1.1 0e7baa7d-62a8-11e5-8278-000000000000 4.94363ms | |
[query] 2015/09/24 12:36:04 SHOW TAG VALUES WHERE region =~ /ca.*/ | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+TAG+VALUES+WITH+KEY+%3D+host+WHERE+region+%3D~+%2Fca.%2A%2F HTTP/1.1 200 99 - Go-http-client/1.1 0e7c86cb-62a8-11e5-8279-000000000000 561.508µs | |
[query] 2015/09/24 12:36:04 SHOW TAG VALUES WHERE host !~ /server0[12]/ | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+TAG+VALUES+WITH+KEY+%3D+region+WHERE+host+%21~+%2Fserver0%5B12%5D%2F HTTP/1.1 200 100 - Go-http-client/1.1 0e7ca54b-62a8-11e5-827a-000000000000 1.083159ms | |
[query] 2015/09/24 12:36:04 SHOW TAG VALUES FROM "db0"."rp0".cpu WHERE region = 'uswest' | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+TAG+VALUES+FROM+cpu+WITH+KEY+IN+%28host%2C+region%29+WHERE+region+%3D+%27uswest%27 HTTP/1.1 200 123 - Go-http-client/1.1 0e7cde5c-62a8-11e5-827b-000000000000 4.738645ms | |
[query] 2015/09/24 12:36:04 SHOW TAG VALUES FROM "db0"."rp0"./[cg]pu/ | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+TAG+VALUES+FROM+%2F%5Bcg%5Dpu%2F+WITH+KEY+%3D+host HTTP/1.1 200 106 - Go-http-client/1.1 0e7da2b7-62a8-11e5-827c-000000000000 1.498645ms | |
[snapshot] 2015/09/24 12:36:04 snapshot listener closed | |
[tcp] 2015/09/24 12:36:04 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:36:04 Precreation service terminating | |
[copier] 2015/09/24 12:36:04 copier listener closed | |
[continuous_querier] 2015/09/24 12:36:04 continuous query service terminating | |
[retention] 2015/09/24 12:36:04 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:36:04 shutting down monitor system | |
--- PASS: TestServer_Query_ShowTagKeys (2.86s) | |
[metastore] 2015/09/24 12:36:04 Using data dir: /tmp/influxd-989816677 | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:03 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0e268a60-62a8-11e5-826f-000000000000 895.147024ms | |
[query] 2015/09/24 12:36:04 SHOW FIELD KEYS | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+FIELD+KEYS HTTP/1.1 200 132 - Go-http-client/1.1 0eaf2bab-62a8-11e5-827e-000000000000 638.226µs | |
[query] 2015/09/24 12:36:04 SHOW FIELD KEYS FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+FIELD+KEYS+FROM+cpu HTTP/1.1 200 100 - Go-http-client/1.1 0eaf50ad-62a8-11e5-827f-000000000000 538.453µs | |
[query] 2015/09/24 12:36:04 SHOW FIELD KEYS FROM "db0"."rp0"./[cg]pu/ | |
[http] 2015/09/24 12:36:04 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] GET /query?db=db0&q=SHOW+FIELD+KEYS+FROM+%2F%5Bcg%5Dpu%2F HTTP/1.1 200 119 - Go-http-client/1.1 0eaf70e9-62a8-11e5-8280-000000000000 7.423044ms | |
[tcp] 2015/09/24 12:36:04 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:36:04 Precreation service terminating | |
[snapshot] 2015/09/24 12:36:04 snapshot listener closed | |
[copier] 2015/09/24 12:36:04 copier listener closed | |
[continuous_querier] 2015/09/24 12:36:04 continuous query service terminating | |
[retention] 2015/09/24 12:36:04 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:36:04 shutting down monitor system | |
--- PASS: TestServer_Query_ShowFieldKeys (3.10s) | |
[metastore] 2015/09/24 12:36:04 Using data dir: /tmp/influxd-994947177 | |
[metastore] 2015/09/24 12:36:04 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:36:04 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:36:04 Node at localhost:0 [Follower] | |
[metastore] 2015/09/24 12:36:04 Node at localhost:0 [Leader]. peers=[] | |
[metastore] 2015/09/24 12:36:05 Node at localhost:0 [Leader]. peers=[] | |
[http] 2015/09/24 12:36:05 127.0.0.1 - - [24/Sep/2015:12:36:04 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0e962405-62a8-11e5-827d-000000000000 802.425596ms | |
[query] 2015/09/24 12:36:05 SELECT "select", "in-bytes" FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:36:05 127.0.0.1 - - [24/Sep/2015:12:36:05 +0200] GET /query?db=db0&q=SELECT+%22select%22%2C+%22in-bytes%22+FROM+cpu HTTP/1.1 200 121 - Go-http-client/1.1 0f109e3f-62a8-11e5-8281-000000000000 710.816µs | |
[snapshot] 2015/09/24 12:36:05 snapshot listener closed | |
[tcp] 2015/09/24 12:36:05 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:36:05 Precreation service terminating | |
[copier] 2015/09/24 12:36:05 copier listener closed | |
[continuous_querier] 2015/09/24 12:36:05 continuous query service terminating | |
[retention] 2015/09/24 12:36:05 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:36:05 shutting down monitor system | |
--- PASS: TestServer_Query_EvilIdentifiers (3.06s) | |
[metastore] 2015/09/24 12:36:05 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:36:05 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:36:05 Node at localhost:0 [Leader]. peers=[] | |
[monitor] 2015/09/24 12:36:05 Starting monitor system | |
[monitor] 2015/09/24 12:36:05 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:05 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:05 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:05 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:36:05 Using data dir: /tmp/influxd-428547468 | |
[handoff] 2015/09/24 12:36:05 Starting hinted handoff service | |
[handoff] 2015/09/24 12:36:05 Using data dir: /tmp/influxd-163453598 | |
[tcp] 2015/09/24 12:36:05 Starting cluster service | |
[shard-precreation] 2015/09/24 12:36:05 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:36:05 Starting snapshot service | |
[copier] 2015/09/24 12:36:05 Starting copier service | |
[continuous_querier] 2015/09/24 12:36:05 Starting continuous query service | |
[httpd] 2015/09/24 12:36:05 Starting HTTP service | |
[httpd] 2015/09/24 12:36:05 Authentication enabled: false | |
[httpd] 2015/09/24 12:36:05 Listening on HTTP: 127.0.0.1:42789 | |
[retention] 2015/09/24 12:36:05 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:36:05 Created local node: id=1, host=localhost:0 | |
[metastore] 2015/09/24 12:36:05 database 'db0' created | |
[monitor] 2015/09/24 12:36:05 Starting monitor system | |
[monitor] 2015/09/24 12:36:05 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:05 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:05 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:05 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:36:05 Using data dir: /tmp/influxd-602172800 | |
[handoff] 2015/09/24 12:36:05 Starting hinted handoff service | |
[handoff] 2015/09/24 12:36:05 Using data dir: /tmp/influxd-923285682 | |
[tcp] 2015/09/24 12:36:05 Starting cluster service | |
[shard-precreation] 2015/09/24 12:36:05 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:36:05 Starting snapshot service | |
[copier] 2015/09/24 12:36:05 Starting copier service | |
[continuous_querier] 2015/09/24 12:36:05 Starting continuous query service | |
[httpd] 2015/09/24 12:36:05 Starting HTTP service | |
[httpd] 2015/09/24 12:36:05 Authentication enabled: false | |
[httpd] 2015/09/24 12:36:05 Listening on HTTP: 127.0.0.1:38906 | |
[retention] 2015/09/24 12:36:05 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:36:05 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:36:05 database 'db0' created | |
[monitor] 2015/09/24 12:36:05 Starting monitor system | |
[monitor] 2015/09/24 12:36:05 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:05 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:05 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:36:05 'system' registered for diagnostics monitoring | |
[store] 2015/09/24 12:36:05 Using data dir: /tmp/influxd-218200244 | |
[handoff] 2015/09/24 12:36:05 Starting hinted handoff service | |
[handoff] 2015/09/24 12:36:05 Using data dir: /tmp/influxd-567337478 | |
[tcp] 2015/09/24 12:36:05 Starting cluster service | |
[shard-precreation] 2015/09/24 12:36:05 Starting precreation service with check interval of 10m0s, advance period of 30m0s | |
[snapshot] 2015/09/24 12:36:05 Starting snapshot service | |
[copier] 2015/09/24 12:36:05 Starting copier service | |
[continuous_querier] 2015/09/24 12:36:05 Starting continuous query service | |
[httpd] 2015/09/24 12:36:05 Starting HTTP service | |
[httpd] 2015/09/24 12:36:05 Authentication enabled: false | |
[httpd] 2015/09/24 12:36:05 Listening on HTTP: 127.0.0.1:40078 | |
[retention] 2015/09/24 12:36:05 Starting retention policy enforcement service with check interval of 30m0s | |
[metastore] 2015/09/24 12:36:05 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:36:05 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:36:05 database 'db0' created | |
[metastore] 2015/09/24 12:36:05 retention policy 'default' for database 'db0' created | |
[metastore] 2015/09/24 12:36:05 retention policy 'rp0' for database 'db0' created | |
[metastore] 2015/09/24 12:36:05 retention policy 'rp0' for database 'db0' created | |
[http] 2015/09/24 12:36:06 127.0.0.1 - - [24/Sep/2015:12:36:05 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0f4c8851-62a8-11e5-8282-000000000000 745.227461ms | |
[query] 2015/09/24 12:36:06 SELECT value FROM "db0"."rp0".cpu ORDER BY time DESC | |
[http] 2015/09/24 12:36:06 127.0.0.1 - - [24/Sep/2015:12:36:06 +0200] GET /query?db=db0&q=select+value+from+%22cpu%22+ORDER+BY+time+DESC HTTP/1.1 200 121 - Go-http-client/1.1 0fbe4a1e-62a8-11e5-8285-000000000000 801.27µs | |
[tcp] 2015/09/24 12:36:06 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:36:06 Precreation service terminating | |
[snapshot] 2015/09/24 12:36:06 snapshot listener closed | |
[copier] 2015/09/24 12:36:06 copier listener closed | |
[continuous_querier] 2015/09/24 12:36:06 continuous query service terminating | |
[retention] 2015/09/24 12:36:06 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:36:06 shutting down monitor system | |
--- PASS: TestServer_Query_OrderByTime (2.15s) | |
[http] 2015/09/24 12:36:06 127.0.0.1 - - [24/Sep/2015:12:36:05 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0f73d8b8-62a8-11e5-8283-000000000000 637.018693ms | |
[query] 2015/09/24 12:36:06 SELECT * FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:36:06 127.0.0.1 - - [24/Sep/2015:12:36:06 +0200] GET /query?db=db0&q=select+%2A+from+cpu HTTP/1.1 200 117 - Go-http-client/1.1 0fd52606-62a8-11e5-8286-000000000000 8.674428ms | |
[query] 2015/09/24 12:36:06 SELECT "foo.bar.baz" FROM "db0"."rp0".cpu | |
[http] 2015/09/24 12:36:06 127.0.0.1 - - [24/Sep/2015:12:36:06 +0200] GET /query?db=db0&q=select+%22foo.bar.baz%22+from+cpu HTTP/1.1 200 117 - Go-http-client/1.1 0fd69a5f-62a8-11e5-8287-000000000000 2.638229ms | |
[snapshot] 2015/09/24 12:36:06 snapshot listener closed | |
[tcp] 2015/09/24 12:36:06 cluster service accept error: network connection closed | |
[copier] 2015/09/24 12:36:06 copier listener closed | |
[shard-precreation] 2015/09/24 12:36:06 Precreation service terminating | |
[continuous_querier] 2015/09/24 12:36:06 continuous query service terminating | |
[retention] 2015/09/24 12:36:06 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:36:06 shutting down monitor system | |
--- PASS: TestServer_Query_FieldWithMultiplePeriods (2.25s) | |
[http] 2015/09/24 12:36:06 127.0.0.1 - - [24/Sep/2015:12:36:05 +0200] POST /write?db=db0&rp=rp0 HTTP/1.1 204 0 - Go-http-client/1.1 0f84e144-62a8-11e5-8284-000000000000 667.987775ms | |
[query] 2015/09/24 12:36:06 SELECT * FROM "db0"."rp0".foo | |
[http] 2015/09/24 12:36:06 127.0.0.1 - - [24/Sep/2015:12:36:06 +0200] GET /query?db=db0&q=select+%2A+from+foo HTTP/1.1 200 114 - Go-http-client/1.1 0fead979-62a8-11e5-8288-000000000000 3.853051ms | |
[query] 2015/09/24 12:36:06 SELECT "foo.bar.baz" FROM "db0"."rp0".foo | |
[http] 2015/09/24 12:36:06 127.0.0.1 - - [24/Sep/2015:12:36:06 +0200] GET /query?db=db0&q=select+%22foo.bar.baz%22+from+foo HTTP/1.1 200 114 - Go-http-client/1.1 0feb7f39-62a8-11e5-8289-000000000000 681.952µs | |
[tcp] 2015/09/24 12:36:06 cluster service accept error: network connection closed | |
[shard-precreation] 2015/09/24 12:36:06 Precreation service terminating | |
[snapshot] 2015/09/24 12:36:06 snapshot listener closed | |
[copier] 2015/09/24 12:36:06 copier listener closed | |
[continuous_querier] 2015/09/24 12:36:06 continuous query service terminating | |
[retention] 2015/09/24 12:36:06 retention policy enforcement terminating | |
[monitor] 2015/09/24 12:36:06 shutting down monitor system | |
--- PASS: TestServer_Query_FieldWithMultiplePeriodsMeasurementPrefixMatch (2.06s) | |
PASS | |
ok github.com/influxdb/influxdb/cmd/influxd/run 33.381s | |
? github.com/influxdb/influxdb/cmd/inspect [no test files] | |
? github.com/influxdb/influxdb/importer/v8 [no test files] | |
=== RUN TestInspectDataType | |
--- PASS: TestInspectDataType (0.00s) | |
=== RUN TestSelectStatement_Substatement | |
--- PASS: TestSelectStatement_Substatement (0.00s) | |
=== RUN TestSelectStatement_GroupByInterval | |
--- PASS: TestSelectStatement_GroupByInterval (0.00s) | |
=== RUN TestSelectStatement_SetTimeRange | |
--- PASS: TestSelectStatement_SetTimeRange (0.00s) | |
=== RUN TestSelect_NamesInSelect | |
--- PASS: TestSelect_NamesInSelect (0.00s) | |
=== RUN TestSelect_NamesInWhere | |
--- PASS: TestSelect_NamesInWhere (0.00s) | |
=== RUN TestSelectStatement_HasWildcard | |
--- PASS: TestSelectStatement_HasWildcard (0.00s) | |
ast_test.go:298: index: 0, statement: SELECT value FROM cpu | |
ast_test.go:298: index: 1, statement: SELECT * FROM cpu | |
ast_test.go:298: index: 2, statement: SELECT value FROM cpu GROUP BY host | |
ast_test.go:298: index: 3, statement: SELECT mean(value) FROM cpu where time < now() GROUP BY time(5ms) | |
ast_test.go:298: index: 4, statement: SELECT value FROM cpu GROUP BY * | |
ast_test.go:298: index: 5, statement: SELECT mean(value) FROM cpu where time < now() GROUP BY *,time(1m) | |
ast_test.go:298: index: 6, statement: SELECT value FROM cpu GROUP BY *,host | |
ast_test.go:298: index: 7, statement: SELECT value FROM cpu GROUP BY *,* | |
ast_test.go:298: index: 8, statement: SELECT * FROM cpu GROUP BY * | |
=== RUN TestSelectStatement_RewriteWildcards | |
--- PASS: TestSelectStatement_RewriteWildcards (0.00s) | |
ast_test.go:403: index: 0, statement: SELECT value FROM cpu | |
ast_test.go:403: index: 1, statement: SELECT * FROM cpu | |
ast_test.go:403: index: 2, statement: SELECT value FROM cpu GROUP BY host | |
ast_test.go:403: index: 3, statement: SELECT mean(value) FROM cpu where time < now() GROUP BY time(5ms) | |
ast_test.go:403: index: 4, statement: SELECT value FROM cpu GROUP BY * | |
ast_test.go:403: index: 5, statement: SELECT mean(value) FROM cpu where time < now() GROUP BY *,time(1m) | |
ast_test.go:403: index: 6, statement: SELECT mean(value) FROM cpu where time < now() GROUP BY *,time(1m) fill(0) | |
ast_test.go:403: index: 7, statement: SELECT value FROM cpu GROUP BY *,host | |
ast_test.go:403: index: 8, statement: SELECT value FROM cpu GROUP BY *,* | |
ast_test.go:403: index: 9, statement: SELECT * FROM cpu GROUP BY * | |
=== RUN TestSelectStatement_IsRawQuerySet | |
--- PASS: TestSelectStatement_IsRawQuerySet (0.00s) | |
ast_test.go:460: index: 0, statement: select * from foo | |
ast_test.go:460: index: 1, statement: select value1,value2 from foo | |
ast_test.go:460: index: 2, statement: select value1,value2 from foo, time(10m) | |
ast_test.go:460: index: 3, statement: select mean(value) from foo where time < now() group by time(5m) | |
ast_test.go:460: index: 4, statement: select mean(value) from foo group by bar | |
ast_test.go:460: index: 5, statement: select mean(value) from foo group by * | |
ast_test.go:460: index: 6, statement: select mean(value) from foo group by * | |
=== RUN TestTimeRange | |
--- PASS: TestTimeRange (0.00s) | |
=== RUN TestSelectStatement_OnlyTimeDimensions | |
--- PASS: TestSelectStatement_OnlyTimeDimensions (0.00s) | |
=== RUN TestRewrite | |
--- PASS: TestRewrite (0.00s) | |
=== RUN TestParseString | |
--- PASS: TestParseString (0.00s) | |
=== RUN TestEval | |
--- PASS: TestEval (0.00s) | |
=== RUN TestReduce | |
--- PASS: TestReduce (0.00s) | |
=== RUN TestParser_ParseQuery | |
--- PASS: TestParser_ParseQuery (0.00s) | |
=== RUN TestParser_ParseQuery_TrailingSemicolon | |
--- PASS: TestParser_ParseQuery_TrailingSemicolon (0.00s) | |
=== RUN TestParser_ParseQuery_Empty | |
--- PASS: TestParser_ParseQuery_Empty (0.00s) | |
=== RUN TestParser_ParseQuery_ParseError | |
--- PASS: TestParser_ParseQuery_ParseError (0.00s) | |
=== RUN TestParser_ParseStatement | |
--- PASS: TestParser_ParseStatement (0.02s) | |
parser_test.go:1627: skipping test of 'SELECT field1 FROM myseries ORDER BY ASC, field1, field2 DESC LIMIT 10' | |
parser_test.go:1627: skipping test of 'SHOW SERIES WHERE region = 'order by desc' ORDER BY DESC, field1, field2 DESC LIMIT 10' | |
parser_test.go:1627: skipping test of 'SHOW MEASUREMENTS WHERE region = 'uswest' ORDER BY ASC, field1, field2 DESC LIMIT 10' | |
parser_test.go:1627: skipping test of 'SHOW TAG KEYS FROM src WHERE region = 'uswest' ORDER BY ASC, field1, field2 DESC LIMIT 10' | |
parser_test.go:1627: skipping test of 'SHOW TAG VALUES FROM src WITH KEY = region WHERE region = 'uswest' ORDER BY ASC, field1, field2 DESC LIMIT 10' | |
parser_test.go:1627: skipping test of 'SHOW FIELD KEYS FROM src ORDER BY ASC, field1, field2 DESC LIMIT 10' | |
=== RUN TestParser_ParseExpr | |
--- PASS: TestParser_ParseExpr (0.00s) | |
=== RUN TestParseDuration | |
--- PASS: TestParseDuration (0.00s) | |
=== RUN TestFormatDuration | |
--- PASS: TestFormatDuration (0.00s) | |
=== RUN TestQuote | |
--- PASS: TestQuote (0.00s) | |
=== RUN TestQuoteIdent | |
--- PASS: TestQuoteIdent (0.00s) | |
=== RUN TestDropSeriesStatement_String | |
--- PASS: TestDropSeriesStatement_String (0.00s) | |
=== RUN TestScanner_Scan | |
--- PASS: TestScanner_Scan (0.00s) | |
=== RUN TestScanner_Scan_Multi | |
--- PASS: TestScanner_Scan_Multi (0.00s) | |
=== RUN TestScanString | |
--- PASS: TestScanString (0.00s) | |
=== RUN TestScanRegex | |
--- PASS: TestScanRegex (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/influxql 0.042s | |
=== RUN TestRPCFetchData | |
--- PASS: TestRPCFetchData (0.00s) | |
=== RUN TestRPCFetchDataMatchesLeader | |
--- PASS: TestRPCFetchDataMatchesLeader (0.00s) | |
=== RUN TestRPCFetchDataMatchesBlocking | |
--- PASS: TestRPCFetchDataMatchesBlocking (0.00s) | |
=== RUN TestRPCJoin | |
--- PASS: TestRPCJoin (0.00s) | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
=== RUN TestData_CreateNode | |
--- PASS: TestData_CreateNode (0.00s) | |
=== RUN TestData_DeleteNode | |
--- PASS: TestData_DeleteNode (0.00s) | |
=== RUN TestData_CreateDatabase | |
--- PASS: TestData_CreateDatabase (0.00s) | |
=== RUN TestData_CreateDatabase_ErrNameRequired | |
--- PASS: TestData_CreateDatabase_ErrNameRequired (0.00s) | |
=== RUN TestData_CreateDatabase_ErrDatabaseExists | |
--- PASS: TestData_CreateDatabase_ErrDatabaseExists (0.00s) | |
=== RUN TestData_DropDatabase | |
--- PASS: TestData_DropDatabase (0.00s) | |
=== RUN TestData_CreateRetentionPolicy | |
--- PASS: TestData_CreateRetentionPolicy (0.00s) | |
=== RUN TestData_CreateRetentionPolicy_ErrNameRequired | |
--- PASS: TestData_CreateRetentionPolicy_ErrNameRequired (0.00s) | |
=== RUN TestData_CreateRetentionPolicy_ErrReplicationFactorTooLow | |
--- PASS: TestData_CreateRetentionPolicy_ErrReplicationFactorTooLow (0.00s) | |
=== RUN TestData_CreateRetentionPolicy_ErrDatabaseNotFound | |
--- PASS: TestData_CreateRetentionPolicy_ErrDatabaseNotFound (0.00s) | |
=== RUN TestData_CreateRetentionPolicy_ErrRetentionPolicyExists | |
--- PASS: TestData_CreateRetentionPolicy_ErrRetentionPolicyExists (0.00s) | |
=== RUN TestData_UpdateRetentionPolicy | |
--- PASS: TestData_UpdateRetentionPolicy (0.00s) | |
=== RUN TestData_DropRetentionPolicy | |
--- PASS: TestData_DropRetentionPolicy (0.00s) | |
=== RUN TestData_DropRetentionPolicy_ErrDatabaseNotFound | |
--- PASS: TestData_DropRetentionPolicy_ErrDatabaseNotFound (0.00s) | |
=== RUN TestData_DropRetentionPolicy_ErrRetentionPolicyNotFound | |
--- PASS: TestData_DropRetentionPolicy_ErrRetentionPolicyNotFound (0.00s) | |
=== RUN TestData_RetentionPolicy | |
--- PASS: TestData_RetentionPolicy (0.00s) | |
=== RUN TestData_RetentionPolicy_ErrDatabaseNotFound | |
--- PASS: TestData_RetentionPolicy_ErrDatabaseNotFound (0.00s) | |
=== RUN TestData_SetDefaultRetentionPolicy | |
--- PASS: TestData_SetDefaultRetentionPolicy (0.00s) | |
=== RUN TestData_CreateShardGroup | |
--- PASS: TestData_CreateShardGroup (0.00s) | |
=== RUN TestData_ShardGroupExpiredDeleted | |
--- PASS: TestData_ShardGroupExpiredDeleted (0.00s) | |
=== RUN TestShardGroup_Overlaps | |
--- PASS: TestShardGroup_Overlaps (0.00s) | |
=== RUN TestData_DeleteShardGroup | |
--- PASS: TestData_DeleteShardGroup (0.00s) | |
=== RUN TestData_CreateContinuousQuery | |
--- PASS: TestData_CreateContinuousQuery (0.00s) | |
=== RUN TestData_DropContinuousQuery | |
--- PASS: TestData_DropContinuousQuery (0.00s) | |
=== RUN TestData_CreateUser | |
--- PASS: TestData_CreateUser (0.00s) | |
=== RUN TestData_CreateUser_ErrUsernameRequired | |
--- PASS: TestData_CreateUser_ErrUsernameRequired (0.00s) | |
=== RUN TestData_CreateUser_ErrUserExists | |
--- PASS: TestData_CreateUser_ErrUserExists (0.00s) | |
=== RUN TestData_DropUser | |
--- PASS: TestData_DropUser (0.00s) | |
=== RUN TestData_DropUser_ErrUserNotFound | |
--- PASS: TestData_DropUser_ErrUserNotFound (0.00s) | |
=== RUN TestData_UpdateUser | |
--- PASS: TestData_UpdateUser (0.00s) | |
=== RUN TestData_UpdateUser_ErrUserNotFound | |
--- PASS: TestData_UpdateUser_ErrUserNotFound (0.00s) | |
=== RUN TestData_Clone | |
--- PASS: TestData_Clone (0.00s) | |
=== RUN TestData_MarshalBinary | |
--- PASS: TestData_MarshalBinary (0.00s) | |
=== RUN TestShardInfo_UnmarshalBinary_OwnerIDs | |
--- PASS: TestShardInfo_UnmarshalBinary_OwnerIDs (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_CreateDatabase | |
--- PASS: TestStatementExecutor_ExecuteStatement_CreateDatabase (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_DropDatabase | |
--- PASS: TestStatementExecutor_ExecuteStatement_DropDatabase (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowDatabases | |
--- PASS: TestStatementExecutor_ExecuteStatement_ShowDatabases (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowDatabases_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_ShowDatabases_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowGrantsFor | |
--- SKIP: TestStatementExecutor_ExecuteStatement_ShowGrantsFor (0.00s) | |
statement_executor_test.go:89: Intermittent test failure: issue 3028 | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowServers | |
--- PASS: TestStatementExecutor_ExecuteStatement_ShowServers (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowServers_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_ShowServers_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_CreateUser | |
--- PASS: TestStatementExecutor_ExecuteStatement_CreateUser (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_CreateUser_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_CreateUser_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_SetPassword | |
--- PASS: TestStatementExecutor_ExecuteStatement_SetPassword (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_SetPassword_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_SetPassword_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_DropUser | |
--- PASS: TestStatementExecutor_ExecuteStatement_DropUser (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_DropUser_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_DropUser_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowUsers | |
--- PASS: TestStatementExecutor_ExecuteStatement_ShowUsers (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowUsers_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_ShowUsers_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_Grant | |
--- PASS: TestStatementExecutor_ExecuteStatement_Grant (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_Grant_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_Grant_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_GrantAdmin | |
--- PASS: TestStatementExecutor_ExecuteStatement_GrantAdmin (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_GrantAdmin_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_GrantAdmin_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_Revoke | |
--- PASS: TestStatementExecutor_ExecuteStatement_Revoke (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_Revoke_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_Revoke_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_RevokeAdmin | |
--- PASS: TestStatementExecutor_ExecuteStatement_RevokeAdmin (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_RevokeAdmin_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_RevokeAdmin_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_CreateRetentionPolicy | |
--- PASS: TestStatementExecutor_ExecuteStatement_CreateRetentionPolicy (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_CreateRetentionPolicy_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_CreateRetentionPolicy_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_AlterRetentionPolicy | |
--- PASS: TestStatementExecutor_ExecuteStatement_AlterRetentionPolicy (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_AlterRetentionPolicy_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_AlterRetentionPolicy_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_AlterRetentionPolicy_ErrSetDefault | |
--- PASS: TestStatementExecutor_ExecuteStatement_AlterRetentionPolicy_ErrSetDefault (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_DropRetentionPolicy | |
--- PASS: TestStatementExecutor_ExecuteStatement_DropRetentionPolicy (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_DropRetentionPolicy_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_DropRetentionPolicy_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowRetentionPolicies | |
--- PASS: TestStatementExecutor_ExecuteStatement_ShowRetentionPolicies (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowRetentionPolicies_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_ShowRetentionPolicies_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowRetentionPolicies_ErrDatabaseNotFound | |
--- PASS: TestStatementExecutor_ExecuteStatement_ShowRetentionPolicies_ErrDatabaseNotFound (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_CreateContinuousQuery | |
--- PASS: TestStatementExecutor_ExecuteStatement_CreateContinuousQuery (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_CreateContinuousQuery_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_CreateContinuousQuery_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_DropContinuousQuery | |
--- PASS: TestStatementExecutor_ExecuteStatement_DropContinuousQuery (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_DropContinuousQuery_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_DropContinuousQuery_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowContinuousQueries | |
--- PASS: TestStatementExecutor_ExecuteStatement_ShowContinuousQueries (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowContinuousQueries_Err | |
--- PASS: TestStatementExecutor_ExecuteStatement_ShowContinuousQueries_Err (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_Unsupported | |
--- PASS: TestStatementExecutor_ExecuteStatement_Unsupported (0.00s) | |
=== RUN TestStatementExecutor_ExecuteStatement_ShowShards | |
--- PASS: TestStatementExecutor_ExecuteStatement_ShowShards (0.00s) | |
=== RUN TestStore_Open_ErrStoreOpen | |
=== RUN TestStore_Open_ErrTooManyPeers | |
=== RUN TestStore_CreateNode | |
=== RUN TestStore_CreateNode_ErrNodeExists | |
=== RUN TestStore_Node | |
=== RUN TestStore_NodeByHost | |
=== RUN TestStore_DeleteNode | |
=== RUN TestStore_DeleteNode_ErrNodeNotFound | |
=== RUN TestStore_CreateDatabase | |
=== RUN TestStore_DropDatabase | |
=== RUN TestStore_DropDatabase_ErrDatabaseNotFound | |
=== RUN TestStore_CreateRetentionPolicy | |
=== RUN TestStore_CreateAndGetRetentionPolicy | |
=== RUN TestStore_DropRetentionPolicy | |
=== RUN TestStore_SetDefaultRetentionPolicy | |
=== RUN TestStore_UpdateRetentionPolicy | |
=== RUN TestStore_CreateShardGroup | |
=== RUN TestStore_ShardGroupsRetrieval | |
=== RUN TestStore_DeleteShardGroup | |
=== RUN TestStore_PrecreateShardGroup | |
=== RUN TestStore_CreateContinuousQuery | |
=== RUN TestStore_CreateContinuousQuery_ErrContinuousQueryExists | |
=== RUN TestStore_DropContinuousQuery | |
=== RUN TestStore_CreateUser | |
=== RUN TestStore_DropUser | |
=== RUN TestStore_UpdateUser | |
=== RUN TestStore_Authentication | |
=== RUN TestStore_UserCount | |
=== RUN TestStore_Snapshot_And_Restore | |
=== RUN TestCluster_Open | |
[metastore] 2015/09/24 12:35:38 adding new raft peer: nodeId=2 addr=127.0.0.1:33482 | |
[metastore] 2015/09/24 12:35:39 adding new raft peer: nodeId=3 addr=127.0.0.1:52389 | |
--- PASS: TestCluster_Open (4.67s) | |
=== RUN TestCluster_OpenRaft | |
[metastore] 2015/09/24 12:35:43 adding new raft peer: nodeId=2 addr=127.0.0.1:54147 | |
[metastore] 2015/09/24 12:36:15 existing node re-joined: id=2 addr=127.0.0.1:54147 | |
[metastore] 2015/09/24 12:36:16 adding new raft peer: nodeId=3 addr=127.0.0.1:53234 | |
--- PASS: TestCluster_OpenRaft (39.59s) | |
=== RUN TestCluster_Restart | |
[metastore] 2015/09/24 12:36:22 adding new raft peer: nodeId=2 addr=127.0.0.1:33449 | |
[metastore] 2015/09/24 12:36:22 adding new raft peer: nodeId=3 addr=127.0.0.1:55281 | |
--- PASS: TestCluster_Restart (10.10s) | |
--- PASS: TestStore_Open_ErrTooManyPeers (0.00s) | |
--- PASS: TestStore_CreateNode_ErrNodeExists (1.63s) | |
--- PASS: TestStore_Open_ErrStoreOpen (1.94s) | |
--- PASS: TestStore_Node (2.02s) | |
--- PASS: TestStore_CreateNode (2.23s) | |
--- PASS: TestStore_NodeByHost (1.75s) | |
--- PASS: TestStore_DeleteNode_ErrNodeNotFound (1.65s) | |
--- PASS: TestStore_CreateDatabase (1.94s) | |
--- PASS: TestStore_DeleteNode (2.33s) | |
--- PASS: TestStore_DropDatabase_ErrDatabaseNotFound (1.84s) | |
--- PASS: TestStore_DropDatabase (2.59s) | |
--- PASS: TestStore_CreateAndGetRetentionPolicy (2.11s) | |
--- PASS: TestStore_CreateRetentionPolicy (2.39s) | |
--- PASS: TestStore_DropRetentionPolicy (2.50s) | |
--- PASS: TestStore_UpdateRetentionPolicy (1.90s) | |
--- PASS: TestStore_SetDefaultRetentionPolicy (2.50s) | |
--- PASS: TestStore_CreateShardGroup (2.07s) | |
--- PASS: TestStore_ShardGroupsRetrieval (2.24s) | |
--- PASS: TestStore_CreateContinuousQuery (1.94s) | |
--- PASS: TestStore_PrecreateShardGroup (2.31s) | |
--- PASS: TestStore_DeleteShardGroup (2.65s) | |
--- PASS: TestStore_CreateUser (1.30s) | |
--- PASS: TestStore_CreateContinuousQuery_ErrContinuousQueryExists (2.28s) | |
--- PASS: TestStore_DropUser (1.73s) | |
--- PASS: TestStore_DropContinuousQuery (2.37s) | |
--- PASS: TestStore_UpdateUser (2.15s) | |
--- PASS: TestStore_UserCount (1.75s) | |
--- PASS: TestStore_Authentication (1.90s) | |
2015/09/24 12:36:45 [INFO] snapshot: Creating new snapshot at /tmp/influxdb-meta-515911310/snapshots/1-7-1443091005073.tmp | |
--- PASS: TestStore_Snapshot_And_Restore (2.93s) | |
PASS | |
ok github.com/influxdb/influxdb/meta 70.262s | |
? github.com/influxdb/influxdb/meta/internal [no test files] | |
=== RUN TestMarshal | |
--- PASS: TestMarshal (0.00s) | |
=== RUN TestParsePointNoValue | |
--- PASS: TestParsePointNoValue (0.00s) | |
=== RUN TestParsePointWhitespaceValue | |
--- PASS: TestParsePointWhitespaceValue (0.00s) | |
=== RUN TestParsePointSingleEquals | |
--- PASS: TestParsePointSingleEquals (0.00s) | |
=== RUN TestParsePointNoFields | |
--- PASS: TestParsePointNoFields (0.00s) | |
=== RUN TestParsePointNoTimestamp | |
--- PASS: TestParsePointNoTimestamp (0.00s) | |
=== RUN TestParsePointMissingQuote | |
--- PASS: TestParsePointMissingQuote (0.00s) | |
=== RUN TestParsePointMissingTagName | |
--- PASS: TestParsePointMissingTagName (0.00s) | |
=== RUN TestParsePointMissingTagValue | |
--- PASS: TestParsePointMissingTagValue (0.00s) | |
=== RUN TestParsePointMissingFieldName | |
--- PASS: TestParsePointMissingFieldName (0.00s) | |
=== RUN TestParsePointMissingFieldValue | |
--- PASS: TestParsePointMissingFieldValue (0.00s) | |
=== RUN TestParsePointBadNumber | |
--- PASS: TestParsePointBadNumber (0.00s) | |
=== RUN TestParsePointMaxInt64 | |
--- PASS: TestParsePointMaxInt64 (0.00s) | |
=== RUN TestParsePointMinInt64 | |
--- PASS: TestParsePointMinInt64 (0.00s) | |
=== RUN TestParsePointMaxFloat64 | |
--- PASS: TestParsePointMaxFloat64 (0.00s) | |
=== RUN TestParsePointMinFloat64 | |
--- PASS: TestParsePointMinFloat64 (0.00s) | |
=== RUN TestParsePointNumberNonNumeric | |
--- PASS: TestParsePointNumberNonNumeric (0.00s) | |
=== RUN TestParsePointNegativeWrongPlace | |
--- PASS: TestParsePointNegativeWrongPlace (0.00s) | |
=== RUN TestParsePointFloatMultipleDecimals | |
unable to parse 'cpu,host=serverA,region=us-west value=1.1.1': invalid number | |
--- PASS: TestParsePointFloatMultipleDecimals (0.00s) | |
=== RUN TestParsePointInteger | |
--- PASS: TestParsePointInteger (0.00s) | |
=== RUN TestParsePointNegativeInteger | |
--- PASS: TestParsePointNegativeInteger (0.00s) | |
=== RUN TestParsePointNegativeFloat | |
--- PASS: TestParsePointNegativeFloat (0.00s) | |
=== RUN TestParsePointFloatNoLeadingDigit | |
--- PASS: TestParsePointFloatNoLeadingDigit (0.00s) | |
=== RUN TestParsePointFloatScientific | |
--- PASS: TestParsePointFloatScientific (0.00s) | |
=== RUN TestParsePointFloatScientificDecimal | |
--- PASS: TestParsePointFloatScientificDecimal (0.00s) | |
=== RUN TestParsePointFloatNegativeScientific | |
--- PASS: TestParsePointFloatNegativeScientific (0.00s) | |
=== RUN TestParsePointBooleanInvalid | |
--- PASS: TestParsePointBooleanInvalid (0.00s) | |
=== RUN TestParsePointScientificIntInvalid | |
--- PASS: TestParsePointScientificIntInvalid (0.00s) | |
=== RUN TestParsePointUnescape | |
--- PASS: TestParsePointUnescape (0.00s) | |
=== RUN TestParsePointWithTags | |
--- PASS: TestParsePointWithTags (0.00s) | |
=== RUN TestParsPointWithDuplicateTags | |
--- PASS: TestParsPointWithDuplicateTags (0.00s) | |
=== RUN TestParsePointWithStringField | |
--- PASS: TestParsePointWithStringField (0.00s) | |
=== RUN TestParsePointWithStringWithSpaces | |
--- PASS: TestParsePointWithStringWithSpaces (0.00s) | |
=== RUN TestParsePointWithStringWithNewline | |
--- PASS: TestParsePointWithStringWithNewline (0.00s) | |
=== RUN TestParsePointWithStringWithCommas | |
--- PASS: TestParsePointWithStringWithCommas (0.00s) | |
=== RUN TestParsePointQuotedMeasurement | |
--- PASS: TestParsePointQuotedMeasurement (0.00s) | |
=== RUN TestParsePointQuotedTags | |
--- PASS: TestParsePointQuotedTags (0.00s) | |
=== RUN TestParsePointsUnbalancedQuotedTags | |
--- PASS: TestParsePointsUnbalancedQuotedTags (0.00s) | |
=== RUN TestParsePointEscapedStringsAndCommas | |
--- PASS: TestParsePointEscapedStringsAndCommas (0.00s) | |
=== RUN TestParsePointWithStringWithEquals | |
--- PASS: TestParsePointWithStringWithEquals (0.00s) | |
=== RUN TestParsePointWithStringWithBackslash | |
--- PASS: TestParsePointWithStringWithBackslash (0.00s) | |
=== RUN TestParsePointWithBoolField | |
--- PASS: TestParsePointWithBoolField (0.00s) | |
=== RUN TestParsePointUnicodeString | |
--- PASS: TestParsePointUnicodeString (0.00s) | |
=== RUN TestNewPointFloatWithoutDecimal | |
--- PASS: TestNewPointFloatWithoutDecimal (0.00s) | |
=== RUN TestNewPointNegativeFloat | |
--- PASS: TestNewPointNegativeFloat (0.00s) | |
=== RUN TestNewPointFloatNoDecimal | |
--- PASS: TestNewPointFloatNoDecimal (0.00s) | |
=== RUN TestNewPointFloatScientific | |
--- PASS: TestNewPointFloatScientific (0.00s) | |
=== RUN TestNewPointLargeInteger | |
--- PASS: TestNewPointLargeInteger (0.00s) | |
=== RUN TestNewPointNaN | |
--- PASS: TestNewPointNaN (0.00s) | |
=== RUN TestNewPointLargeNumberOfTags | |
--- PASS: TestNewPointLargeNumberOfTags (0.00s) | |
=== RUN TestParsePointIntsFloats | |
--- PASS: TestParsePointIntsFloats (0.00s) | |
=== RUN TestParsePointKeyUnsorted | |
--- PASS: TestParsePointKeyUnsorted (0.00s) | |
=== RUN TestParsePointToString | |
--- PASS: TestParsePointToString (0.00s) | |
=== RUN TestParsePointsWithPrecision | |
--- PASS: TestParsePointsWithPrecision (0.00s) | |
=== RUN TestParsePointsWithPrecisionNoTime | |
--- PASS: TestParsePointsWithPrecisionNoTime (0.00s) | |
=== RUN TestParsePointsWithPrecisionComments | |
--- PASS: TestParsePointsWithPrecisionComments (0.00s) | |
=== RUN TestNewPointEscaped | |
--- PASS: TestNewPointEscaped (0.00s) | |
=== RUN TestNewPointUnhandledType | |
--- PASS: TestNewPointUnhandledType (0.00s) | |
=== RUN TestMakeKeyEscaped | |
--- PASS: TestMakeKeyEscaped (0.00s) | |
=== RUN TestPrecisionString | |
--- PASS: TestPrecisionString (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/models 0.017s | |
=== RUN Test_RegisterStats | |
[monitor] 2015/09/24 12:35:34 Starting monitor system | |
[monitor] 2015/09/24 12:35:34 'build' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'runtime' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'network' registered for diagnostics monitoring | |
[monitor] 2015/09/24 12:35:34 'system' registered for diagnostics monitoring | |
--- PASS: Test_RegisterStats (0.01s) | |
[monitor] 2015/09/24 12:35:34 Storing statistics in database '_internal' retention policy '', at interval 10s | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/monitor 0.041s | |
? github.com/influxdb/influxdb/pkg/escape [no test files] | |
? github.com/influxdb/influxdb/pkg/slices [no test files] | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
=== RUN TestService_Index | |
[admin] 2015/09/24 12:35:33 Starting admin service | |
[admin] 2015/09/24 12:35:33 Listening on HTTP: 127.0.0.1:37531 | |
--- PASS: TestService_Index (0.01s) | |
PASS | |
ok github.com/influxdb/influxdb/services/admin 0.013s | |
=== RUN TestService_CreatesDatabase | |
=== RUN TestService_BatchSize | |
=== RUN TestService_BatchDuration | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
[collectd] 2015/09/24 12:35:37 Starting collectd service | |
[collectd] 2015/09/24 12:35:37 Listening on UDP: 127.0.0.1:56938 | |
[collectd] 2015/09/24 12:35:37 Starting collectd service | |
[collectd] 2015/09/24 12:35:37 Listening on UDP: 127.0.0.1:45621 | |
[collectd] 2015/09/24 12:35:37 Starting collectd service | |
[collectd] 2015/09/24 12:35:37 Listening on UDP: 127.0.0.1:44690 | |
[collectd] 2015/09/24 12:35:37 collectd UDP closed | |
--- PASS: TestService_CreatesDatabase (0.00s) | |
[collectd] 2015/09/24 12:35:37 collectd UDP closed | |
[collectd] 2015/09/24 12:35:37 Starting collectd service | |
[collectd] 2015/09/24 12:35:37 Listening on UDP: 127.0.0.1:54554 | |
[collectd] 2015/09/24 12:35:37 collectd UDP closed | |
[collectd] 2015/09/24 12:35:37 Starting collectd service | |
[collectd] 2015/09/24 12:35:37 Listening on UDP: 127.0.0.1:36947 | |
[collectd] 2015/09/24 12:35:37 collectd ReadFromUDP error: read udp 127.0.0.1:36947: use of closed network connection | |
[collectd] 2015/09/24 12:35:37 collectd UDP closed | |
--- PASS: TestService_BatchSize (0.00s) | |
service_test.go:73: closing service | |
service_test.go:73: closing service | |
service_test.go:73: closing service | |
[collectd] 2015/09/24 12:35:37 collectd ReadFromUDP error: read udp 127.0.0.1:56938: use of closed network connection | |
[collectd] 2015/09/24 12:35:37 collectd UDP closed | |
--- PASS: TestService_BatchDuration (0.25s) | |
service_test.go:138: closing service | |
PASS | |
ok github.com/influxdb/influxdb/services/collectd 0.273s | |
? github.com/influxdb/influxdb/services/collectd/test_client [no test files] | |
=== RUN TestOpenAndClose | |
[continuous_querier] 2015/09/24 12:35:37 Starting continuous query service | |
[continuous_querier] 2015/09/24 12:35:37 Starting continuous query service | |
[continuous_querier] 2015/09/24 12:35:37 continuous query service terminating | |
--- PASS: TestOpenAndClose (0.00s) | |
=== RUN TestExecuteContinuousQuery | |
[continuous_querier] 2015/09/24 12:35:37 executing continuous query cq | |
[continuous_querier] 2015/09/24 12:35:37 wrote 100 point(s) to db.rp | |
[continuous_querier] 2015/09/24 12:35:37 wrote 100 point(s) to db.rp | |
[continuous_querier] 2015/09/24 12:35:37 wrote 100 point(s) to db.rp | |
--- PASS: TestExecuteContinuousQuery (0.00s) | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
=== RUN TestExecuteContinuousQuery_ReferenceSource | |
[continuous_querier] 2015/09/24 12:35:37 executing continuous query cq3 | |
[continuous_querier] 2015/09/24 12:35:37 wrote 2 point(s) to db3.1hAverages | |
[continuous_querier] 2015/09/24 12:35:37 wrote 2 point(s) to db3.1hAverages | |
[continuous_querier] 2015/09/24 12:35:37 wrote 2 point(s) to db3.1hAverages | |
--- PASS: TestExecuteContinuousQuery_ReferenceSource (0.00s) | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
=== RUN TestContinuousQueryService | |
[continuous_querier] 2015/09/24 12:35:37 Starting continuous query service | |
[continuous_querier] 2015/09/24 12:35:37 executing continuous query cq | |
[continuous_querier] 2015/09/24 12:35:37 wrote 100 point(s) to db.rp | |
[continuous_querier] 2015/09/24 12:35:37 wrote 100 point(s) to db.rp | |
[continuous_querier] 2015/09/24 12:35:37 wrote 100 point(s) to db.rp | |
[continuous_querier] 2015/09/24 12:35:37 executing continuous query cq2 | |
[continuous_querier] 2015/09/24 12:35:37 wrote 100 point(s) to db2.default | |
[continuous_querier] 2015/09/24 12:35:37 wrote 100 point(s) to db2.default | |
[continuous_querier] 2015/09/24 12:35:37 wrote 100 point(s) to db2.default | |
[continuous_querier] 2015/09/24 12:35:37 executing continuous query cq3 | |
[continuous_querier] 2015/09/24 12:35:37 wrote 100 point(s) to db3.1hAverages | |
[continuous_querier] 2015/09/24 12:35:37 wrote 100 point(s) to db3.1hAverages | |
[continuous_querier] 2015/09/24 12:35:37 wrote 100 point(s) to db3.1hAverages | |
[continuous_querier] 2015/09/24 12:35:37 continuous query service terminating | |
--- PASS: TestContinuousQueryService (0.01s) | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
service_test.go:461: ExecuteQuery(): all (1) results sent | |
=== RUN TestContinuousQueryService_Run | |
[continuous_querier] 2015/09/24 12:35:37 Starting continuous query service | |
[continuous_querier] 2015/09/24 12:35:37 running continuous queries by request for time: 1443090937764311679 | |
[continuous_querier] 2015/09/24 12:35:37 executing continuous query cq | |
[continuous_querier] 2015/09/24 12:35:37 executing continuous query cq2 | |
[continuous_querier] 2015/09/24 12:35:37 executing continuous query cq3 | |
[continuous_querier] 2015/09/24 12:35:37 continuous query service terminating | |
[continuous_querier] 2015/09/24 12:35:37 Starting continuous query service | |
[continuous_querier] 2015/09/24 12:35:37 running continuous queries by request for time: 1443090937864930105 | |
[continuous_querier] 2015/09/24 12:35:37 executing continuous query cq | |
[continuous_querier] 2015/09/24 12:35:37 continuous query service terminating | |
--- PASS: TestContinuousQueryService_Run (0.20s) | |
service_test.go:461: ExecuteQuery(): all (0) results sent | |
service_test.go:461: ExecuteQuery(): all (0) results sent | |
service_test.go:461: ExecuteQuery(): all (0) results sent | |
service_test.go:461: ExecuteQuery(): all (0) results sent | |
=== RUN TestContinuousQueryService_NotLeader | |
[continuous_querier] 2015/09/24 12:35:37 Starting continuous query service | |
[continuous_querier] 2015/09/24 12:35:38 continuous query service terminating | |
--- PASS: TestContinuousQueryService_NotLeader (0.10s) | |
=== RUN TestContinuousQueryService_MetaStoreFailsToGetDatabases | |
[continuous_querier] 2015/09/24 12:35:38 Starting continuous query service | |
[continuous_querier] 2015/09/24 12:35:38 running continuous queries by request for time: 1443090938065722495 | |
[continuous_querier] 2015/09/24 12:35:38 error getting databases | |
[continuous_querier] 2015/09/24 12:35:38 continuous query service terminating | |
--- PASS: TestContinuousQueryService_MetaStoreFailsToGetDatabases (0.10s) | |
=== RUN TestExecuteContinuousQuery_InvalidQueries | |
--- PASS: TestExecuteContinuousQuery_InvalidQueries (0.00s) | |
=== RUN TestExecuteContinuousQuery_QueryExecutor_Error | |
[continuous_querier] 2015/09/24 12:35:38 executing continuous query cq | |
[continuous_querier] 2015/09/24 12:35:38 error: expected error. running: SELECT count(cpu) INTO "rp".cpu_count FROM cpu WHERE time >= '2015-09-24T10:35:38Z' AND time < '2015-09-24T10:35:39Z' GROUP BY time(1s) | |
--- PASS: TestExecuteContinuousQuery_QueryExecutor_Error (0.00s) | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/services/continuous_querier 0.421s | |
=== RUN TestService_handleConn | |
[copier] 2015/09/24 12:35:39 Starting copier service | |
[wal] 2015/09/24 12:35:40 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:35:40 WAL writing to /tmp/copier-685476365/wal | |
[copier] 2015/09/24 12:35:40 copier listener closed | |
--- PASS: TestService_handleConn (0.55s) | |
=== RUN TestService_handleConn_Error | |
[copier] 2015/09/24 12:35:40 Starting copier service | |
[copier] 2015/09/24 12:35:40 copier listener closed | |
--- PASS: TestService_handleConn_Error (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/services/copier 0.563s | |
? github.com/influxdb/influxdb/services/copier/internal [no test files] | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
=== RUN TestConfigValidateEmptyTemplate | |
--- PASS: TestConfigValidateEmptyTemplate (0.00s) | |
=== RUN TestConfigValidateTooManyField | |
--- PASS: TestConfigValidateTooManyField (0.00s) | |
=== RUN TestConfigValidateTemplatePatterns | |
--- PASS: TestConfigValidateTemplatePatterns (0.00s) | |
=== RUN TestConfigValidateFilter | |
--- PASS: TestConfigValidateFilter (0.00s) | |
=== RUN TestConfigValidateTemplateTags | |
--- PASS: TestConfigValidateTemplateTags (0.00s) | |
=== RUN TestConfigValidateDefaultTags | |
--- PASS: TestConfigValidateDefaultTags (0.00s) | |
=== RUN TestConfigValidateFilterDuplicates | |
--- PASS: TestConfigValidateFilterDuplicates (0.00s) | |
=== RUN TestTemplateApply | |
--- PASS: TestTemplateApply (0.00s) | |
=== RUN TestParseMissingMeasurement | |
--- PASS: TestParseMissingMeasurement (0.00s) | |
=== RUN TestParse | |
--- PASS: TestParse (0.00s) | |
=== RUN TestParseNaN | |
--- PASS: TestParseNaN (0.00s) | |
=== RUN TestFilterMatchDefault | |
--- PASS: TestFilterMatchDefault (0.00s) | |
=== RUN TestFilterMatchMultipleMeasurement | |
--- PASS: TestFilterMatchMultipleMeasurement (0.00s) | |
=== RUN TestFilterMatchMultipleMeasurementSeparator | |
--- PASS: TestFilterMatchMultipleMeasurementSeparator (0.00s) | |
=== RUN TestFilterMatchSingle | |
--- PASS: TestFilterMatchSingle (0.00s) | |
=== RUN TestParseNoMatch | |
--- PASS: TestParseNoMatch (0.00s) | |
=== RUN TestFilterMatchWildcard | |
--- PASS: TestFilterMatchWildcard (0.00s) | |
=== RUN TestFilterMatchExactBeforeWildcard | |
--- PASS: TestFilterMatchExactBeforeWildcard (0.00s) | |
=== RUN TestFilterMatchMostLongestFilter | |
--- PASS: TestFilterMatchMostLongestFilter (0.00s) | |
=== RUN TestFilterMatchMultipleWildcards | |
--- PASS: TestFilterMatchMultipleWildcards (0.00s) | |
=== RUN TestParseDefaultTags | |
--- PASS: TestParseDefaultTags (0.00s) | |
=== RUN TestParseDefaultTemplateTags | |
--- PASS: TestParseDefaultTemplateTags (0.00s) | |
=== RUN TestParseDefaultTemplateTagsOverridGlobal | |
--- PASS: TestParseDefaultTemplateTagsOverridGlobal (0.00s) | |
=== RUN TestParseTemplateWhitespace | |
--- PASS: TestParseTemplateWhitespace (0.00s) | |
=== RUN Test_ServerGraphiteTCP | |
=== RUN Test_ServerGraphiteUDP | |
[graphite] 2015/09/24 12:35:40 Starting graphite service, batch size 1000, batch timeout 1s | |
[graphite] 2015/09/24 12:35:40 no monitor service available, no monitoring will be performed | |
[graphite] 2015/09/24 12:35:40 Starting graphite service, batch size 1000, batch timeout 1s | |
[graphite] 2015/09/24 12:35:40 Listening on UDP: [::]:10000 | |
[graphite] 2015/09/24 12:35:40 Listening on TCP: [::]:34900 | |
--- PASS: Test_ServerGraphiteUDP (1.00s) | |
--- PASS: Test_ServerGraphiteTCP (1.00s) | |
PASS | |
ok github.com/influxdb/influxdb/services/graphite 1.008s | |
=== RUN TestLimiter | |
--- PASS: TestLimiter (0.00s) | |
=== RUN TestLimiterWithinLimit | |
--- PASS: TestLimiterWithinLimit (10.01s) | |
=== RUN TestLimiterExceeded | |
--- PASS: TestLimiterExceeded (0.00s) | |
=== RUN TestProcessorProcess | |
--- PASS: TestProcessorProcess (0.34s) | |
=== RUN TestQueueAppendOne | |
[handoff] 2015/09/24 12:35:53 1 queued writes sent to node 200 in 81.234763ms | |
--- PASS: TestQueueAppendOne (0.22s) | |
=== RUN TestQueueAppendMultiple | |
--- PASS: TestQueueAppendMultiple (0.49s) | |
=== RUN TestQueueAdvancePastEnd | |
--- PASS: TestQueueAdvancePastEnd (0.38s) | |
=== RUN TestQueueFull | |
--- PASS: TestQueueFull (0.14s) | |
=== RUN TestQueueReopen | |
--- PASS: TestQueueReopen (0.47s) | |
=== RUN TestPurgeQueue | |
--- PASS: TestPurgeQueue (1.31s) | |
=== RUN TestConfigParse | |
--- PASS: TestConfigParse (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/services/hh 13.379s | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
=== RUN TestConfig_WriteTracing | |
--- PASS: TestConfig_WriteTracing (0.00s) | |
=== RUN TestBatchWrite_UnmarshalEpoch | |
--- PASS: TestBatchWrite_UnmarshalEpoch (0.00s) | |
handler_test.go:83: testing "nanoseconds" | |
handler_test.go:85: json: {"time": 1443090944507044000, "precision":"n"} | |
handler_test.go:83: testing "microseconds" | |
handler_test.go:85: json: {"time": 1443090944507044, "precision":"u"} | |
handler_test.go:83: testing "milliseconds" | |
handler_test.go:85: json: {"time": 1443090944507, "precision":"ms"} | |
handler_test.go:83: testing "seconds" | |
handler_test.go:85: json: {"time": 1443090945, "precision":"s"} | |
handler_test.go:83: testing "minutes" | |
handler_test.go:85: json: {"time": 24051516, "precision":"m"} | |
handler_test.go:83: testing "hours" | |
handler_test.go:85: json: {"time": 400859, "precision":"h"} | |
handler_test.go:83: testing "max int64" | |
handler_test.go:85: json: {"time": 9223372036854775807, "precision":"n"} | |
handler_test.go:83: testing "100 years from now" | |
handler_test.go:85: json: {"time": 4596690944507044000, "precision":"n"} | |
=== RUN TestBatchWrite_UnmarshalRFC | |
--- PASS: TestBatchWrite_UnmarshalRFC (0.00s) | |
handler_test.go:120: testing "RFC3339Nano" | |
handler_test.go:123: json: {"time": "2015-09-24T12:35:44.507269332+02:00"} | |
handler_test.go:120: testing "RFC3339" | |
handler_test.go:123: json: {"time": "2015-09-24T12:35:45+02:00"} | |
=== RUN TestHandler_Query | |
[http] 2015/09/24 12:35:44 - - [24/Sep/2015:12:35:44 +0200] GET /query?db=foo&q=SELECT+*+FROM+bar HTTP/1.1 200 77 - - 02c3aeab-62a8-11e5-8001-000000000000 206.758µs | |
--- PASS: TestHandler_Query (0.00s) | |
=== RUN TestHandler_Query_MergeResults | |
[http] 2015/09/24 12:35:44 - - [24/Sep/2015:12:35:44 +0200] GET /query?db=foo&q=SELECT+*+FROM+bar HTTP/1.1 200 64 - - 02c3b8fa-62a8-11e5-8002-000000000000 96.083µs | |
--- PASS: TestHandler_Query_MergeResults (0.00s) | |
=== RUN TestHandler_Query_Chunked | |
[http] 2015/09/24 12:35:44 - - [24/Sep/2015:12:35:44 +0200] GET /query?db=foo&q=SELECT+*+FROM+bar&chunked=true&chunk_size=2 HTTP/1.1 200 90 - - 02c3bf26-62a8-11e5-8003-000000000000 93.881µs | |
--- PASS: TestHandler_Query_Chunked (0.00s) | |
=== RUN TestHandler_Query_ErrQueryRequired | |
[http] 2015/09/24 12:35:44 - - [24/Sep/2015:12:35:44 +0200] GET /query HTTP/1.1 400 44 - - 02c3c4ce-62a8-11e5-8004-000000000000 23.542µs | |
--- PASS: TestHandler_Query_ErrQueryRequired (0.00s) | |
=== RUN TestHandler_Query_ErrInvalidQuery | |
[http] 2015/09/24 12:35:44 - - [24/Sep/2015:12:35:44 +0200] GET /query?q=SELECT HTTP/1.1 400 103 - - 02c3c796-62a8-11e5-8005-000000000000 44.492µs | |
--- PASS: TestHandler_Query_ErrInvalidQuery (0.00s) | |
=== RUN TestHandler_Query_ErrExecuteQuery | |
[http] 2015/09/24 12:35:44 - - [24/Sep/2015:12:35:44 +0200] GET /query?db=foo&q=SHOW+SERIES+FROM+bar HTTP/1.1 500 0 - - 02c3cb39-62a8-11e5-8006-000000000000 43.12µs | |
--- PASS: TestHandler_Query_ErrExecuteQuery (0.00s) | |
=== RUN TestHandler_Query_ErrResult | |
[http] 2015/09/24 12:35:44 - - [24/Sep/2015:12:35:44 +0200] GET /query?db=foo&q=SHOW+SERIES+from+bin HTTP/1.1 200 47 - - 02c3cf1b-62a8-11e5-8007-000000000000 43.189µs | |
--- PASS: TestHandler_Query_ErrResult (0.00s) | |
=== RUN TestMarshalJSON_NoPretty | |
--- PASS: TestMarshalJSON_NoPretty (0.00s) | |
=== RUN TestMarshalJSON_Pretty | |
--- PASS: TestMarshalJSON_Pretty (0.00s) | |
=== RUN TestMarshalJSON_Error | |
--- PASS: TestMarshalJSON_Error (0.00s) | |
=== RUN TestNormalizeBatchPoints | |
--- PASS: TestNormalizeBatchPoints (0.00s) | |
handler_test.go:343: running test "default" | |
handler_test.go:343: running test "merge time" | |
handler_test.go:343: running test "merge tags" | |
PASS | |
ok github.com/influxdb/influxdb/services/httpd 0.006s | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
=== RUN TestService_Telnet | |
=== RUN TestService_HTTP | |
[opentsdb] 2015/09/24 12:35:46 Starting OpenTSDB service | |
[opentsdb] 2015/09/24 12:35:46 Listening on: 127.0.0.1:51195 | |
[opentsdb] 2015/09/24 12:35:46 Starting OpenTSDB service | |
[opentsdb] 2015/09/24 12:35:46 Listening on: 127.0.0.1:41604 | |
2015/09/24 12:35:46 TSDB listener accept &{0xc82002e0b8 0xc82015a1e0} | |
--- PASS: TestService_HTTP (0.00s) | |
[opentsdb] 2015/09/24 12:35:46 openTSDB TCP listener closed | |
--- PASS: TestService_Telnet (0.01s) | |
PASS | |
ok github.com/influxdb/influxdb/services/opentsdb 0.015s | |
=== RUN Test_ShardPrecreation | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
--- PASS: Test_ShardPrecreation (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/services/precreator 0.002s | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/services/retention 0.014s | |
testing: warning: no tests to run | |
PASS | |
ok github.com/influxdb/influxdb/services/snapshotter 0.013s | |
=== RUN TestConfig_Parse | |
--- PASS: TestConfig_Parse (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/services/udp 0.007s | |
=== RUN TestManifest_Diff | |
--- PASS: TestManifest_Diff (0.00s) | |
=== RUN TestSnapshot_Merge | |
--- PASS: TestSnapshot_Merge (0.00s) | |
=== RUN TestWriter | |
--- PASS: TestWriter (0.00s) | |
=== RUN TestWriter_CloseUnused | |
--- PASS: TestWriter_CloseUnused (0.00s) | |
=== RUN TestMultiReader | |
--- PASS: TestMultiReader (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/snapshot 0.004s | |
? github.com/influxdb/influxdb/statik [no test files] | |
=== RUN TestTimer_StartTimer | |
--- PASS: TestTimer_StartTimer (0.00s) | |
=== RUN TestNewTimer | |
--- PASS: TestNewTimer (0.00s) | |
=== RUN TestTimer_StopTimer | |
--- PASS: TestTimer_StopTimer (0.00s) | |
=== RUN TestTimer_Elapsed | |
--- PASS: TestTimer_Elapsed (2.00s) | |
=== RUN TestNewResponseTime | |
--- PASS: TestNewResponseTime (0.00s) | |
=== RUN TestMeasurments_Set | |
--- PASS: TestMeasurments_Set (0.00s) | |
=== RUN TestConfig_newClient | |
--- PASS: TestConfig_newClient (0.00s) | |
=== RUN TestRun | |
--- PASS: TestRun (3.44s) | |
PASS | |
ok github.com/influxdb/influxdb/stress 5.461s | |
=== RUN TestMux | |
2015/09/24 12:35:57 n=1, hdr=115, len=14 | |
2015/09/24 12:35:57 tcp.Mux: handler not registered: 115 | |
2015/09/24 12:35:57 n=199, <no message> | |
2015/09/24 12:35:57 tcp.Mux: cannot read header byte: read tcp 127.0.0.1:57429->127.0.0.1:60388: i/o timeout | |
2015/09/24 12:35:57 n=195, hdr=106, len=44 | |
2015/09/24 12:35:57 n=162, hdr=122, len=23 | |
2015/09/24 12:35:57 n=222, hdr=33, len=26 | |
2015/09/24 12:35:57 n=188, hdr=247, len=30 | |
2015/09/24 12:35:57 tcp.Mux: handler not registered: 247 | |
2015/09/24 12:35:57 n=139, hdr=100, len=31 | |
2015/09/24 12:35:57 n=56, hdr=25, len=29 | |
2015/09/24 12:35:57 n=128, hdr=116, len=33 | |
2015/09/24 12:35:57 n=120, hdr=104, len=25 | |
2015/09/24 12:35:57 n=64, hdr=0, len=23 | |
2015/09/24 12:35:57 n=187, hdr=176, len=36 | |
2015/09/24 12:35:57 n=13, hdr=121, len=48 | |
2015/09/24 12:35:57 tcp.Mux: handler not registered: 121 | |
2015/09/24 12:35:57 n=182, hdr=225, len=29 | |
2015/09/24 12:35:57 tcp.Mux: handler not registered: 225 | |
2015/09/24 12:35:57 n=196, hdr=38, len=36 | |
2015/09/24 12:35:57 n=84, hdr=239, len=28 | |
2015/09/24 12:35:57 tcp.Mux: handler not registered: 239 | |
2015/09/24 12:35:57 n=145, hdr=177, len=27 | |
2015/09/24 12:35:57 tcp.Mux: handler not registered: 177 | |
2015/09/24 12:35:57 n=249, hdr=88, len=36 | |
2015/09/24 12:35:57 n=74, hdr=242, len=25 | |
2015/09/24 12:35:57 tcp.Mux: handler not registered: 242 | |
2015/09/24 12:35:57 n=255, hdr=211, len=6 | |
2015/09/24 12:35:57 n=246, hdr=147, len=9 | |
2015/09/24 12:35:57 n=112, <no message> | |
2015/09/24 12:35:58 tcp.Mux: cannot read header byte: read tcp 127.0.0.1:44275->127.0.0.1:33782: i/o timeout | |
2015/09/24 12:35:58 n=103, hdr=119, len=4 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 119 | |
2015/09/24 12:35:58 n=109, hdr=156, len=13 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 156 | |
2015/09/24 12:35:58 n=162, hdr=67, len=24 | |
2015/09/24 12:35:58 n=38, hdr=252, len=17 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 252 | |
2015/09/24 12:35:58 n=34, hdr=53, len=43 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 53 | |
2015/09/24 12:35:58 n=132, hdr=208, len=22 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 208 | |
2015/09/24 12:35:58 n=240, hdr=172, len=25 | |
2015/09/24 12:35:58 n=163, hdr=138, len=47 | |
2015/09/24 12:35:58 n=0, hdr=253, len=45 | |
2015/09/24 12:35:58 n=151, hdr=70, len=44 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 253 | |
2015/09/24 12:35:58 n=13, hdr=11, len=23 | |
2015/09/24 12:35:58 n=76, hdr=216, len=49 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 216 | |
2015/09/24 12:35:58 n=209, hdr=244, len=20 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 244 | |
2015/09/24 12:35:58 n=92, hdr=195, len=45 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 195 | |
2015/09/24 12:35:58 n=105, hdr=26, len=35 | |
2015/09/24 12:35:58 n=49, hdr=41, len=47 | |
2015/09/24 12:35:58 n=56, hdr=144, len=5 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 144 | |
2015/09/24 12:35:58 n=245, hdr=53, len=21 | |
2015/09/24 12:35:58 n=185, hdr=9, len=5 | |
2015/09/24 12:35:58 n=196, hdr=240, len=21 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 240 | |
2015/09/24 12:35:58 n=20, <no message> | |
2015/09/24 12:35:58 tcp.Mux: cannot read header byte: read tcp 127.0.0.1:43000->127.0.0.1:47631: i/o timeout | |
2015/09/24 12:35:58 n=33, hdr=177, len=13 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 177 | |
2015/09/24 12:35:58 n=255, hdr=12, len=30 | |
2015/09/24 12:35:58 n=17, hdr=219, len=1 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 219 | |
2015/09/24 12:35:58 n=144, hdr=109, len=1 | |
2015/09/24 12:35:58 n=176, hdr=101, len=49 | |
2015/09/24 12:35:58 n=59, <no message> | |
2015/09/24 12:35:58 tcp.Mux: cannot read header byte: read tcp 127.0.0.1:39786->127.0.0.1:48673: i/o timeout | |
2015/09/24 12:35:58 n=158, hdr=113, len=27 | |
2015/09/24 12:35:58 n=212, hdr=32, len=13 | |
2015/09/24 12:35:58 n=144, hdr=155, len=15 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 155 | |
2015/09/24 12:35:58 n=105, hdr=95, len=9 | |
2015/09/24 12:35:58 n=125, hdr=91, len=11 | |
2015/09/24 12:35:58 n=231, hdr=212, len=28 | |
2015/09/24 12:35:58 n=96, hdr=163, len=45 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 163 | |
2015/09/24 12:35:58 n=125, hdr=112, len=18 | |
2015/09/24 12:35:58 n=75, hdr=241, len=38 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 241 | |
2015/09/24 12:35:58 n=249, hdr=168, len=31 | |
2015/09/24 12:35:58 n=107, hdr=60, len=2 | |
2015/09/24 12:35:58 n=10, hdr=190, len=33 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 190 | |
2015/09/24 12:35:58 n=9, hdr=231, len=46 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 231 | |
2015/09/24 12:35:58 n=48, hdr=127, len=37 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 127 | |
2015/09/24 12:35:58 n=11, hdr=80, len=9 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 80 | |
2015/09/24 12:35:58 n=245, hdr=55, len=30 | |
2015/09/24 12:35:58 n=177, hdr=246, len=32 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 246 | |
2015/09/24 12:35:58 n=19, hdr=110, len=32 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 110 | |
2015/09/24 12:35:58 n=170, hdr=38, len=5 | |
2015/09/24 12:35:58 n=110, hdr=230, len=4 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 230 | |
2015/09/24 12:35:58 n=92, hdr=107, len=31 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 107 | |
2015/09/24 12:35:58 n=90, hdr=230, len=15 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 230 | |
2015/09/24 12:35:58 n=220, hdr=153, len=20 | |
2015/09/24 12:35:58 n=12, hdr=80, len=38 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 80 | |
2015/09/24 12:35:58 n=54, hdr=188, len=4 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 188 | |
2015/09/24 12:35:58 n=30, hdr=53, len=16 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 53 | |
2015/09/24 12:35:58 n=8, hdr=144, len=33 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 144 | |
2015/09/24 12:35:58 n=177, hdr=0, len=44 | |
2015/09/24 12:35:58 n=65, hdr=163, len=15 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 163 | |
2015/09/24 12:35:58 n=89, hdr=185, len=15 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 185 | |
2015/09/24 12:35:58 n=204, hdr=245, len=44 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 245 | |
2015/09/24 12:35:58 n=246, hdr=199, len=47 | |
2015/09/24 12:35:58 n=62, hdr=246, len=17 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 246 | |
2015/09/24 12:35:58 n=7, hdr=40, len=48 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 40 | |
2015/09/24 12:35:58 n=240, hdr=157, len=14 | |
2015/09/24 12:35:58 n=3, hdr=245, len=8 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 245 | |
2015/09/24 12:35:58 n=85, hdr=142, len=16 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 142 | |
2015/09/24 12:35:58 n=237, hdr=185, len=3 | |
2015/09/24 12:35:58 n=112, hdr=24, len=10 | |
2015/09/24 12:35:58 n=56, hdr=135, len=2 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 135 | |
2015/09/24 12:35:58 n=2, hdr=6, len=7 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 6 | |
2015/09/24 12:35:58 n=124, hdr=159, len=33 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 159 | |
2015/09/24 12:35:58 n=227, hdr=166, len=5 | |
2015/09/24 12:35:58 n=183, hdr=7, len=24 | |
2015/09/24 12:35:58 n=93, hdr=199, len=27 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 199 | |
2015/09/24 12:35:58 n=38, hdr=204, len=48 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 204 | |
2015/09/24 12:35:58 n=93, hdr=135, len=35 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 135 | |
2015/09/24 12:35:58 n=54, hdr=78, len=1 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 78 | |
2015/09/24 12:35:58 n=205, hdr=153, len=14 | |
2015/09/24 12:35:58 n=126, hdr=102, len=48 | |
2015/09/24 12:35:58 n=182, hdr=217, len=48 | |
2015/09/24 12:35:58 tcp.Mux: handler not registered: 217 | |
--- PASS: TestMux (0.92s) | |
=== RUN TestMux_Listen_ErrAlreadyRegistered | |
--- PASS: TestMux_Listen_ErrAlreadyRegistered (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/tcp 0.930s | |
? github.com/influxdb/influxdb/tests/urlgen [no test files] | |
=== RUN TestSize_UnmarshalText_MB | |
--- PASS: TestSize_UnmarshalText_MB (0.00s) | |
=== RUN TestSize_UnmarshalText_GB | |
--- PASS: TestSize_UnmarshalText_GB (0.00s) | |
PASS | |
ok github.com/influxdb/influxdb/toml 0.002s | |
=== RUN TestMapMeanNoValues | |
--- PASS: TestMapMeanNoValues (0.00s) | |
=== RUN TestMapMean | |
--- PASS: TestMapMean (0.00s) | |
=== RUN TestInitializeMapFuncDerivative | |
--- PASS: TestInitializeMapFuncDerivative (0.00s) | |
=== RUN TestReducePercentileNil | |
--- PASS: TestReducePercentileNil (0.00s) | |
=== RUN TestMapDistinct | |
--- PASS: TestMapDistinct (0.00s) | |
=== RUN TestMapDistinctNil | |
--- PASS: TestMapDistinctNil (0.00s) | |
=== RUN TestReduceDistinct | |
--- PASS: TestReduceDistinct (0.00s) | |
=== RUN TestReduceDistinctNil | |
--- PASS: TestReduceDistinctNil (0.00s) | |
functions_test.go:271: nil values | |
functions_test.go:271: nil mapper | |
functions_test.go:271: no mappers | |
functions_test.go:271: empty mappper (len 1) | |
functions_test.go:271: empty mappper (len 2) | |
=== RUN Test_distinctValues_Sort | |
--- PASS: Test_distinctValues_Sort (0.00s) | |
=== RUN TestMapCountDistinct | |
--- PASS: TestMapCountDistinct (0.00s) | |
=== RUN TestMapCountDistinctNil | |
--- PASS: TestMapCountDistinctNil (0.00s) | |
=== RUN TestReduceCountDistinct | |
--- PASS: TestReduceCountDistinct (0.00s) | |
=== RUN TestReduceCountDistinctNil | |
--- PASS: TestReduceCountDistinctNil (0.00s) | |
functions_test.go:427: nil values | |
functions_test.go:427: nil mapper | |
functions_test.go:427: no mappers | |
functions_test.go:427: empty mappper (len 1) | |
functions_test.go:427: empty mappper (len 2) | |
=== RUN TestGetSortedRange | |
--- PASS: TestGetSortedRange (0.00s) | |
=== RUN TestMapTopBottom | |
--- PASS: TestMapTopBottom (0.00s) | |
functions_test.go:791: Test: top int64 - basic | |
functions_test.go:791: Test: top int64 - basic with tag | |
functions_test.go:791: Test: top int64 - tie on value, resolve based on time | |
functions_test.go:791: Test: top int64 - tie on value, time, resolve based on tags | |
functions_test.go:791: Test: top mixed numerics - ints | |
functions_test.go:791: Test: top mixed numerics - ints & floats | |
functions_test.go:791: Test: top mixed numerics - ints, floats, & strings | |
functions_test.go:791: Test: top bools | |
functions_test.go:791: Test: bottom int64 - basic | |
functions_test.go:791: Test: bottom int64 - basic with tag | |
functions_test.go:791: Test: bottom int64 - tie on value, resolve based on time | |
functions_test.go:791: Test: bottom int64 - tie on value, time, resolve based on tags | |
functions_test.go:791: Test: bottom mixed numerics - ints | |
functions_test.go:791: Test: bottom mixed numerics - ints & floats | |
functions_test.go:791: Test: bottom mixed numerics - ints, floats, & strings | |
functions_test.go:791: Test: bottom bools | |
=== RUN TestReduceTopBottom | |
--- PASS: TestReduceTopBottom (0.00s) | |
functions_test.go:978: Test: top int64 - single map | |
functions_test.go:978: Test: top int64 - double map | |
functions_test.go:978: Test: top int64 - double map with nil | |
functions_test.go:978: Test: top int64 - double map with non-matching tags and tag selected | |
functions_test.go:978: Test: bottom int64 - single map | |
functions_test.go:978: Test: bottom int64 - double map | |
functions_test.go:978: Test: bottom int64 - double map with nil | |
functions_test.go:978: Test: bottom int64 - double map with non-matching tags and tag selected | |
=== RUN TestBatch_Size | |
--- PASS: TestBatch_Size (0.00s) | |
=== RUN TestBatch_SizeBuffered | |
--- PASS: TestBatch_SizeBuffered (0.00s) | |
=== RUN TestBatch_Timeout | |
--- PASS: TestBatch_Timeout (0.10s) | |
=== RUN TestBatch_Flush | |
--- PASS: TestBatch_Flush (0.00s) | |
=== RUN TestBatch_MultipleBatches | |
--- PASS: TestBatch_MultipleBatches (0.10s) | |
=== RUN TestMultiCursor_Single | |
--- PASS: TestMultiCursor_Single (0.00s) | |
=== RUN TestMultiCursor_Single_Reverse | |
--- PASS: TestMultiCursor_Single_Reverse (0.00s) | |
=== RUN TestMultiCursor_Multiple_NonOverlapping | |
--- PASS: TestMultiCursor_Multiple_NonOverlapping (0.00s) | |
=== RUN TestMultiCursor_Multiple_NonOverlapping_Reverse | |
--- PASS: TestMultiCursor_Multiple_NonOverlapping_Reverse (0.00s) | |
=== RUN TestMultiCursor_Multiple_Overlapping | |
--- PASS: TestMultiCursor_Multiple_Overlapping (0.00s) | |
=== RUN TestMultiCursor_Multiple_Overlapping_Reverse | |
--- PASS: TestMultiCursor_Multiple_Overlapping_Reverse (0.00s) | |
=== RUN TestMultiCursor_Quick | |
--- PASS: TestMultiCursor_Quick (0.04s) | |
=== RUN TestWritePointsAndExecuteTwoShards | |
[store] 2015/09/24 12:36:05 Using data dir: /tmp/032979080 | |
[wal] 2015/09/24 12:36:05 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:05 WAL writing to /tmp/032979080/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:06 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:06 WAL writing to /tmp/032979080/wal/foo/bar/2 | |
--- PASS: TestWritePointsAndExecuteTwoShards (1.12s) | |
=== RUN TestWritePointsAndExecuteTwoShardsAlign | |
[store] 2015/09/24 12:36:06 Using data dir: /tmp/288098887 | |
[wal] 2015/09/24 12:36:06 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:06 WAL writing to /tmp/288098887/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:06 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:06 WAL writing to /tmp/288098887/wal/foo/bar/2 | |
--- PASS: TestWritePointsAndExecuteTwoShardsAlign (0.55s) | |
=== RUN TestWritePointsAndExecuteTwoShardsQueryRewrite | |
[store] 2015/09/24 12:36:07 Using data dir: /tmp/830287610 | |
[store] 2015/09/24 12:36:07 Using data dir: /tmp/295466513 | |
[wal] 2015/09/24 12:36:07 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:07 WAL writing to /tmp/830287610/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:07 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:07 WAL writing to /tmp/295466513/wal/foo/bar/2 | |
--- PASS: TestWritePointsAndExecuteTwoShardsQueryRewrite (1.07s) | |
=== RUN TestWritePointsAndExecuteTwoShardsTagSetOrdering | |
[store] 2015/09/24 12:36:08 Using data dir: /tmp/001357884 | |
[wal] 2015/09/24 12:36:08 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:08 WAL writing to /tmp/001357884/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:08 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:08 WAL writing to /tmp/001357884/wal/foo/bar/2 | |
--- PASS: TestWritePointsAndExecuteTwoShardsTagSetOrdering (1.39s) | |
=== RUN TestShowMeasurementsMultipleShards | |
[store] 2015/09/24 12:36:09 Using data dir: /tmp/092971627 | |
[store] 2015/09/24 12:36:09 Using data dir: /tmp/018728142 | |
[wal] 2015/09/24 12:36:10 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:10 WAL writing to /tmp/092971627/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:10 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:10 WAL writing to /tmp/018728142/wal/foo/bar/2 | |
--- PASS: TestShowMeasurementsMultipleShards (1.13s) | |
=== RUN TestShowShowTagKeysMultipleShards | |
[store] 2015/09/24 12:36:10 Using data dir: /tmp/975866325 | |
[store] 2015/09/24 12:36:10 Using data dir: /tmp/572144944 | |
[wal] 2015/09/24 12:36:11 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:11 WAL writing to /tmp/975866325/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:11 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:11 WAL writing to /tmp/572144944/wal/foo/bar/2 | |
--- PASS: TestShowShowTagKeysMultipleShards (0.79s) | |
=== RUN TestProcessAggregateDerivative | |
--- PASS: TestProcessAggregateDerivative (0.00s) | |
=== RUN TestProcessRawQueryDerivative | |
--- PASS: TestProcessRawQueryDerivative (0.00s) | |
=== RUN TestShardMapper_RawMapperTagSetsFields | |
[wal] 2015/09/24 12:36:11 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:11 WAL writing to /tmp/shard_test082503887/wal | |
[wal] 2015/09/24 12:36:11 Flush due to idle. Flushing 1 series with 1 points and 17 bytes from partition 1 | |
--- PASS: TestShardMapper_RawMapperTagSetsFields (0.33s) | |
=== RUN TestShardMapper_WriteAndSingleMapperRawQuerySingleValue | |
[wal] 2015/09/24 12:36:12 write to index of partition 1 took 265.182127ms | |
[wal] 2015/09/24 12:36:12 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:12 WAL writing to /tmp/shard_test051623906/wal | |
[wal] 2015/09/24 12:36:12 Flush due to idle. Flushing 1 series with 1 points and 17 bytes from partition 1 | |
--- PASS: TestShardMapper_WriteAndSingleMapperRawQuerySingleValue (0.48s) | |
=== RUN TestShardMapper_WriteAndSingleMapperRawQueryMultiValue | |
[wal] 2015/09/24 12:36:12 write to index of partition 1 took 194.026275ms | |
[wal] 2015/09/24 12:36:12 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:12 WAL writing to /tmp/shard_test719848409/wal | |
--- PASS: TestShardMapper_WriteAndSingleMapperRawQueryMultiValue (0.23s) | |
=== RUN TestShardMapper_WriteAndSingleMapperRawQueryMultiSource | |
[wal] 2015/09/24 12:36:12 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:12 WAL writing to /tmp/shard_test379658084/wal | |
[wal] 2015/09/24 12:36:12 Flush due to idle. Flushing 1 series with 1 points and 17 bytes from partition 1 | |
--- PASS: TestShardMapper_WriteAndSingleMapperRawQueryMultiSource (0.25s) | |
=== RUN TestShardMapper_WriteAndSingleMapperAggregateQuery | |
[wal] 2015/09/24 12:36:12 Flush due to idle. Flushing 2 series with 2 points and 34 bytes from partition 1 | |
[wal] 2015/09/24 12:36:12 write to index of partition 1 took 165.894563ms | |
[wal] 2015/09/24 12:36:13 write to index of partition 1 took 229.489752ms | |
[wal] 2015/09/24 12:36:13 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:13 WAL writing to /tmp/shard_test783142771/wal | |
--- PASS: TestShardMapper_WriteAndSingleMapperAggregateQuery (0.44s) | |
=== RUN TestShardMapper_SelectMapperTagSetsFields | |
[wal] 2015/09/24 12:36:13 Flush due to idle. Flushing 1 series with 1 points and 17 bytes from partition 1 | |
[wal] 2015/09/24 12:36:13 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:13 WAL writing to /tmp/shard_test174762550/wal | |
[wal] 2015/09/24 12:36:13 write to index of partition 1 took 123.406633ms | |
--- PASS: TestShardMapper_SelectMapperTagSetsFields (0.34s) | |
=== RUN Test_SeriesIDs_Equals | |
--- PASS: Test_SeriesIDs_Equals (0.00s) | |
=== RUN Test_SeriesIDs_Intersect | |
--- PASS: Test_SeriesIDs_Intersect (0.00s) | |
=== RUN Test_SeriesIDs_Union | |
--- PASS: Test_SeriesIDs_Union (0.00s) | |
=== RUN Test_SeriesIDs_Reject | |
--- PASS: Test_SeriesIDs_Reject (0.00s) | |
=== RUN TestMarshalTags | |
--- PASS: TestMarshalTags (0.00s) | |
=== RUN TestWritePointsAndExecuteQuery | |
[store] 2015/09/24 12:36:13 Using data dir: /tmp/555520029 | |
[wal] 2015/09/24 12:36:13 Flush due to idle. Flushing 1 series with 1 points and 17 bytes from partition 1 | |
[wal] 2015/09/24 12:36:13 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:13 WAL writing to /tmp/555520029/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:13 write to index of partition 1 took 182.045895ms | |
[store] 2015/09/24 12:36:13 Using data dir: /tmp/555520029 | |
[wal] 2015/09/24 12:36:14 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:14 WAL writing to /tmp/555520029/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:14 reading WAL files to flush to index | |
[wal] 2015/09/24 12:36:14 writing 1 series from WAL file /tmp/555520029/wal/foo/bar/1/01.000001.wal to index | |
[store] 2015/09/24 12:36:14 Skipping shard: foo. Not a valid path | |
--- PASS: TestWritePointsAndExecuteQuery (0.58s) | |
=== RUN TestWritePointsAndExecuteQuery_Update | |
[store] 2015/09/24 12:36:14 Using data dir: /tmp/970151640 | |
[wal] 2015/09/24 12:36:14 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:14 WAL writing to /tmp/970151640/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:14 Flush due to idle. Flushing 2 series with 2 points and 34 bytes from partition 1 | |
[store] 2015/09/24 12:36:14 Using data dir: /tmp/970151640 | |
[wal] 2015/09/24 12:36:14 write to index of partition 1 took 139.709511ms | |
[wal] 2015/09/24 12:36:14 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:14 WAL writing to /tmp/970151640/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:14 reading WAL files to flush to index | |
[wal] 2015/09/24 12:36:14 writing 1 series from WAL file /tmp/970151640/wal/foo/bar/1/01.000001.wal to index | |
[wal] 2015/09/24 12:36:14 Flush due to idle. Flushing 3 series with 3 points and 51 bytes from partition 1 | |
[store] 2015/09/24 12:36:14 Skipping shard: foo. Not a valid path | |
[wal] 2015/09/24 12:36:14 write to index of partition 1 took 144.113544ms | |
--- PASS: TestWritePointsAndExecuteQuery_Update (0.70s) | |
=== RUN TestDropSeriesStatement | |
[store] 2015/09/24 12:36:14 Using data dir: /tmp/688655959 | |
[wal] 2015/09/24 12:36:15 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:15 WAL writing to /tmp/688655959/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:15 Flushing 1 measurements and 1 series to index | |
[wal] 2015/09/24 12:36:15 Metadata flush took 37.086712ms | |
[store] 2015/09/24 12:36:15 Using data dir: /tmp/688655959 | |
[wal] 2015/09/24 12:36:15 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:15 WAL writing to /tmp/688655959/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:15 reading WAL files to flush to index | |
[wal] 2015/09/24 12:36:15 writing 1 series from WAL file /tmp/688655959/wal/foo/bar/1/01.000001.wal to index | |
[wal] 2015/09/24 12:36:15 writing 0 series from WAL file /tmp/688655959/wal/foo/bar/1/01.000002.wal to index | |
[store] 2015/09/24 12:36:15 Skipping shard: foo. Not a valid path | |
--- PASS: TestDropSeriesStatement (0.64s) | |
=== RUN TestDropMeasurementStatement | |
[store] 2015/09/24 12:36:15 Using data dir: /tmp/460963786 | |
[wal] 2015/09/24 12:36:15 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:15 WAL writing to /tmp/460963786/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:15 Flushing 2 measurements and 2 series to index | |
[wal] 2015/09/24 12:36:15 Metadata flush took 21.797276ms | |
[wal] 2015/09/24 12:36:15 Flush due to idle. Flushing 1 series with 1 points and 17 bytes from partition 1 | |
[wal] 2015/09/24 12:36:15 write to index of partition 1 took 99.480412ms | |
[store] 2015/09/24 12:36:15 Using data dir: /tmp/460963786 | |
[wal] 2015/09/24 12:36:16 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:16 WAL writing to /tmp/460963786/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:16 reading WAL files to flush to index | |
[wal] 2015/09/24 12:36:16 writing 0 series from WAL file /tmp/460963786/wal/foo/bar/1/01.000002.wal to index | |
[store] 2015/09/24 12:36:16 Skipping shard: foo. Not a valid path | |
--- PASS: TestDropMeasurementStatement (0.49s) | |
=== RUN TestDropDatabase | |
[store] 2015/09/24 12:36:16 Using data dir: /tmp/650834593 | |
[wal] 2015/09/24 12:36:16 Flush due to idle. Flushing 2 series with 2 points and 34 bytes from partition 1 | |
[wal] 2015/09/24 12:36:16 write to index of partition 1 took 207.128721ms | |
[wal] 2015/09/24 12:36:16 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:16 WAL writing to /tmp/650834593/wal/foo/bar/1 | |
[wal] 2015/09/24 12:36:16 Flush due to idle. Flushing 2 series with 2 points and 34 bytes from partition 1 | |
[store] 2015/09/24 12:36:16 Using data dir: /tmp/650834593 | |
--- PASS: TestDropDatabase (0.40s) | |
=== RUN TestQueryNoData | |
[store] 2015/09/24 12:36:16 Using data dir: /tmp/273812876 | |
[wal] 2015/09/24 12:36:16 write to index of partition 1 took 241.601039ms | |
[wal] 2015/09/24 12:36:16 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:16 WAL writing to /tmp/273812876/wal/foo/bar/1 | |
--- PASS: TestQueryNoData (0.37s) | |
=== RUN TestAuthenticateIfUserCountZeroAndCreateUser | |
[store] 2015/09/24 12:36:16 Using data dir: /tmp/555313019 | |
[wal] 2015/09/24 12:36:17 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:17 WAL writing to /tmp/555313019/wal/foo/bar/1 | |
--- PASS: TestAuthenticateIfUserCountZeroAndCreateUser (0.23s) | |
=== RUN TestShardWriteAndIndex | |
[wal] 2015/09/24 12:36:17 Flush due to idle. Flushing 2 series with 2 points and 34 bytes from partition 1 | |
[wal] 2015/09/24 12:36:17 write to index of partition 1 took 212.687724ms | |
[wal] 2015/09/24 12:36:17 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:17 WAL writing to /tmp/shard_test454681758/wal | |
[wal] 2015/09/24 12:36:17 Flush due to idle. Flushing 2 series with 2 points and 34 bytes from partition 1 | |
[wal] 2015/09/24 12:36:17 write to index of partition 1 took 181.841665ms | |
[wal] 2015/09/24 12:36:17 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:17 WAL writing to /tmp/shard_test454681758/wal | |
[wal] 2015/09/24 12:36:17 reading WAL files to flush to index | |
[wal] 2015/09/24 12:36:17 writing 1 series from WAL file /tmp/shard_test454681758/wal/01.000001.wal to index | |
[wal] 2015/09/24 12:36:17 Flush due to idle. Flushing 2 series with 2 points and 34 bytes from partition 1 | |
[wal] 2015/09/24 12:36:18 Flush due to idle. Flushing 2 series with 2 points and 34 bytes from partition 1 | |
--- PASS: TestShardWriteAndIndex (1.35s) | |
=== RUN TestShardWriteAddNewField | |
[wal] 2015/09/24 12:36:18 Flush due to idle. Flushing 2 series with 2 points and 52 bytes from partition 1 | |
[wal] 2015/09/24 12:36:18 Flush due to idle. Flushing 2 series with 2 points and 34 bytes from partition 1 | |
[wal] 2015/09/24 12:36:18 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:18 WAL writing to /tmp/shard_test469043045/wal | |
--- PASS: TestShardWriteAddNewField (0.67s) | |
=== RUN TestShard_Autoflush | |
[wal] 2015/09/24 12:36:19 Flush due to idle. Flushing 2 series with 2 points and 34 bytes from partition 1 | |
[wal] 2015/09/24 12:36:19 Flush due to idle. Flushing 2 series with 2 points and 34 bytes from partition 1 | |
[wal] 2015/09/24 12:36:20 Flush due to idle. Flushing 1 series with 1 points and 17 bytes from partition 1 | |
[wal] 2015/09/24 12:36:20 write to index of partition 1 took 126.745318ms | |
[b1] 2015/09/24 12:36:21 flush 4 points in 0.058s | |
[b1] 2015/09/24 12:36:21 flush 6 points in 0.057s | |
[b1] 2015/09/24 12:36:21 flush 4 points in 0.049s | |
[b1] 2015/09/24 12:36:21 flush 4 points in 0.057s | |
[b1] 2015/09/24 12:36:21 flush 4 points in 0.049s | |
[b1] 2015/09/24 12:36:21 flush 4 points in 0.065s | |
[b1] 2015/09/24 12:36:21 flush 7 points in 0.057s | |
[b1] 2015/09/24 12:36:21 flush 4 points in 0.049s | |
[b1] 2015/09/24 12:36:21 flush 1 points in 0.057s | |
[b1] 2015/09/24 12:36:21 flush 1 points in 0.049s | |
[b1] 2015/09/24 12:36:21 flush 2 points in 0.141s | |
[b1] 2015/09/24 12:36:22 flush 1 points in 0.156s | |
[b1] 2015/09/24 12:36:22 flush 1 points in 0.112s | |
[wal] 2015/09/24 12:36:23 Flush due to idle. Flushing 1 series with 1 points and 17 bytes from partition 1 | |
[wal] 2015/09/24 12:36:24 write to index of partition 1 took 207.419575ms | |
[b1] 2015/09/24 12:36:24 flush 5 points in 0.033s | |
[b1] 2015/09/24 12:36:25 flush 4 points in 0.082s | |
[b1] 2015/09/24 12:36:25 flush 6 points in 0.166s | |
[b1] 2015/09/24 12:36:25 flush 4 points in 0.224s | |
[b1] 2015/09/24 12:36:25 flush 6 points in 0.140s | |
[b1] 2015/09/24 12:36:25 flush 5 points in 0.107s | |
[b1] 2015/09/24 12:36:25 flush 5 points in 0.099s | |
[b1] 2015/09/24 12:36:25 flush 5 points in 0.099s | |
[b1] 2015/09/24 12:36:26 flush 1 points in 0.124s | |
[b1] 2015/09/24 12:36:26 flush 1 points in 0.107s | |
[b1] 2015/09/24 12:36:26 flush 1 points in 0.099s | |
[b1] 2015/09/24 12:36:26 flush 1 points in 0.127s | |
[b1] 2015/09/24 12:36:26 flush 1 points in 0.237s | |
[b1] 2015/09/24 12:36:26 flush 1 points in 0.258s | |
[b1] 2015/09/24 12:36:27 flush 1 points in 0.199s | |
[b1] 2015/09/24 12:36:27 flush 1 points in 0.140s | |
--- PASS: TestShard_Autoflush (8.75s) | |
=== RUN TestShard_Autoflush_FlushInterval | |
[b1] 2015/09/24 12:36:28 flush 1 points in 0.083s | |
[b1] 2015/09/24 12:36:28 flush 1 points in 0.049s | |
[b1] 2015/09/24 12:36:28 flush 1 points in 0.049s | |
[b1] 2015/09/24 12:36:28 flush 1 points in 0.049s | |
[b1] 2015/09/24 12:36:28 flush 3 points in 0.057s | |
[b1] 2015/09/24 12:36:28 flush 1 points in 0.153s | |
[b1] 2015/09/24 12:36:28 flush 1 points in 0.108s | |
[b1] 2015/09/24 12:36:29 flush 2 points in 0.077s | |
[b1] 2015/09/24 12:36:29 flush 1 points in 0.116s | |
[b1] 2015/09/24 12:36:29 flush 1 points in 0.099s | |
[b1] 2015/09/24 12:36:29 flush 1 points in 0.232s | |
[b1] 2015/09/24 12:36:29 flush 1 points in 0.128s | |
[b1] 2015/09/24 12:36:29 flush 1 points in 0.206s | |
[b1] 2015/09/24 12:36:29 flush 1 points in 0.159s | |
[b1] 2015/09/24 12:36:30 flush 1 points in 0.119s | |
[b1] 2015/09/24 12:36:30 flush 2 points in 0.082s | |
[b1] 2015/09/24 12:36:30 flush 1 points in 0.098s | |
[b1] 2015/09/24 12:36:30 flush 1 points in 0.091s | |
[b1] 2015/09/24 12:36:30 flush 1 points in 0.281s | |
[b1] 2015/09/24 12:36:31 flush 1 points in 0.208s | |
[b1] 2015/09/24 12:36:31 flush 1 points in 0.099s | |
[b1] 2015/09/24 12:36:31 flush 2 points in 0.065s | |
[b1] 2015/09/24 12:36:31 flush 1 points in 0.074s | |
[b1] 2015/09/24 12:36:31 flush 2 points in 0.065s | |
[b1] 2015/09/24 12:36:31 flush 2 points in 0.074s | |
[b1] 2015/09/24 12:36:31 flush 1 points in 0.066s | |
[b1] 2015/09/24 12:36:31 flush 1 points in 0.099s | |
[b1] 2015/09/24 12:36:31 flush 2 points in 0.112s | |
[b1] 2015/09/24 12:36:32 flush 1 points in 0.226s | |
[b1] 2015/09/24 12:36:32 flush 2 points in 0.237s | |
[b1] 2015/09/24 12:36:32 flush 1 points in 0.202s | |
[b1] 2015/09/24 12:36:32 flush 1 points in 0.405s | |
[b1] 2015/09/24 12:36:33 flush 2 points in 0.221s | |
[b1] 2015/09/24 12:36:33 flush 1 points in 0.062s | |
[b1] 2015/09/24 12:36:33 flush 1 points in 0.065s | |
[b1] 2015/09/24 12:36:33 flush 1 points in 0.083s | |
[b1] 2015/09/24 12:36:33 flush 1 points in 0.081s | |
[b1] 2015/09/24 12:36:33 flush 1 points in 0.154s | |
[b1] 2015/09/24 12:36:33 flush 1 points in 0.203s | |
[b1] 2015/09/24 12:36:34 flush 1 points in 0.340s | |
[b1] 2015/09/24 12:36:34 flush 2 points in 0.253s | |
[b1] 2015/09/24 12:36:34 flush 1 points in 0.199s | |
[b1] 2015/09/24 12:36:35 flush 1 points in 0.215s | |
[b1] 2015/09/24 12:36:35 flush 1 points in 0.065s | |
[b1] 2015/09/24 12:36:35 flush 1 points in 0.107s | |
[b1] 2015/09/24 12:36:35 flush 1 points in 0.230s | |
[b1] 2015/09/24 12:36:35 flush 2 points in 0.192s | |
[b1] 2015/09/24 12:36:36 flush 1 points in 0.256s | |
[b1] 2015/09/24 12:36:36 flush 1 points in 0.332s | |
[b1] 2015/09/24 12:36:36 flush 2 points in 0.284s | |
[b1] 2015/09/24 12:36:36 flush 1 points in 0.223s | |
[b1] 2015/09/24 12:36:37 flush 1 points in 0.208s | |
[b1] 2015/09/24 12:36:37 flush 1 points in 0.076s | |
[b1] 2015/09/24 12:36:37 flush 1 points in 0.122s | |
[b1] 2015/09/24 12:36:37 flush 1 points in 0.157s | |
[b1] 2015/09/24 12:36:37 flush 2 points in 0.140s | |
[b1] 2015/09/24 12:36:38 flush 1 points in 0.376s | |
[b1] 2015/09/24 12:36:38 flush 1 points in 0.263s | |
[b1] 2015/09/24 12:36:38 flush 1 points in 0.325s | |
[b1] 2015/09/24 12:36:39 flush 1 points in 0.182s | |
[b1] 2015/09/24 12:36:39 flush 1 points in 0.257s | |
[b1] 2015/09/24 12:36:39 flush 1 points in 0.165s | |
[b1] 2015/09/24 12:36:39 flush 1 points in 0.091s | |
[b1] 2015/09/24 12:36:39 flush 1 points in 0.090s | |
[b1] 2015/09/24 12:36:39 flush 1 points in 0.091s | |
[b1] 2015/09/24 12:36:40 flush 2 points in 0.136s | |
[b1] 2015/09/24 12:36:40 flush 1 points in 0.166s | |
[b1] 2015/09/24 12:36:40 flush 1 points in 0.270s | |
[b1] 2015/09/24 12:36:41 flush 1 points in 0.324s | |
[b1] 2015/09/24 12:36:41 flush 1 points in 0.299s | |
[b1] 2015/09/24 12:36:41 flush 2 points in 0.218s | |
[b1] 2015/09/24 12:36:41 flush 1 points in 0.154s | |
[b1] 2015/09/24 12:36:41 flush 1 points in 0.065s | |
[b1] 2015/09/24 12:36:42 flush 1 points in 0.090s | |
[b1] 2015/09/24 12:36:42 flush 2 points in 0.090s | |
[b1] 2015/09/24 12:36:42 flush 2 points in 0.199s | |
[b1] 2015/09/24 12:36:42 flush 1 points in 0.207s | |
[b1] 2015/09/24 12:36:42 flush 1 points in 0.265s | |
[b1] 2015/09/24 12:36:43 flush 1 points in 0.107s | |
--- PASS: TestShard_Autoflush_FlushInterval (15.20s) | |
=== RUN TestStoreOpen | |
[store] 2015/09/24 12:36:43 Using data dir: /tmp/store_test498129074 | |
--- PASS: TestStoreOpen (0.00s) | |
=== RUN TestStoreOpenShard | |
[store] 2015/09/24 12:36:43 Using data dir: /tmp/store_test787878505 | |
--- PASS: TestStoreOpenShard (0.38s) | |
=== RUN TestStoreOpenShardCreateDelete | |
[store] 2015/09/24 12:36:43 Using data dir: /tmp/store_test362443444 | |
[wal] 2015/09/24 12:36:43 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:43 WAL writing to /tmp/store_test362443444/wal/mydb/myrp/1 | |
--- PASS: TestStoreOpenShardCreateDelete (0.30s) | |
=== RUN TestStoreOpenNotDatabaseDir | |
[store] 2015/09/24 12:36:43 Using data dir: /tmp/store_test145828995 | |
[store] 2015/09/24 12:36:43 Skipping database dir: bad_db_path. Not a directory | |
--- PASS: TestStoreOpenNotDatabaseDir (0.00s) | |
=== RUN TestStoreOpenNotRPDir | |
[store] 2015/09/24 12:36:43 Using data dir: /tmp/store_test024139782 | |
[store] 2015/09/24 12:36:43 Skipping retention policy dir: myrp. Not a directory | |
--- PASS: TestStoreOpenNotRPDir (0.00s) | |
=== RUN TestStoreOpenShardBadShardPath | |
[store] 2015/09/24 12:36:43 Using data dir: /tmp/store_test239517613 | |
[store] 2015/09/24 12:36:43 Skipping shard: myrp. Not a valid path | |
--- PASS: TestStoreOpenShardBadShardPath (0.00s) | |
=== RUN TestStoreEnsureSeriesPersistedInNewShards | |
[store] 2015/09/24 12:36:43 Using data dir: /tmp/store_test103465768 | |
[wal] 2015/09/24 12:36:43 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:43 WAL writing to /tmp/store_test103465768/wal/foo/default/1 | |
[wal] 2015/09/24 12:36:44 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:44 WAL writing to /tmp/store_test103465768/wal/foo/default/2 | |
[store] 2015/09/24 12:36:44 Using data dir: /tmp/store_test103465768 | |
[wal] 2015/09/24 12:36:44 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 20971520 partition size threshold | |
[wal] 2015/09/24 12:36:44 WAL writing to /tmp/store_test103465768/wal/foo/default/2 | |
[wal] 2015/09/24 12:36:44 reading WAL files to flush to index | |
[wal] 2015/09/24 12:36:44 writing 1 series from WAL file /tmp/store_test103465768/wal/foo/default/2/01.000001.wal to index | |
[store] 2015/09/24 12:36:44 Skipping shard: foo. Not a valid path | |
--- PASS: TestStoreEnsureSeriesPersistedInNewShards (1.13s) | |
PASS | |
ok github.com/influxdb/influxdb/tsdb 39.562s | |
? github.com/influxdb/influxdb/tsdb/engine [no test files] | |
=== RUN TestEngine_WritePoints | |
[b1] 2015/09/24 12:36:03 flush 1 points in 0.552s | |
--- PASS: TestEngine_WritePoints (1.34s) | |
=== RUN TestEngine_WritePoints_Reverse | |
[b1] 2015/09/24 12:36:04 flush 1 points in 0.265s | |
--- PASS: TestEngine_WritePoints_Reverse (1.13s) | |
PASS | |
ok github.com/influxdb/influxdb/tsdb/engine/b1 2.487s | |
=== RUN TestEngine_LoadMetadataIndex_Series | |
--- PASS: TestEngine_LoadMetadataIndex_Series (0.30s) | |
=== RUN TestEngine_LoadMetadataIndex_Fields | |
--- PASS: TestEngine_LoadMetadataIndex_Fields (0.28s) | |
=== RUN TestEngine_WritePoints_PointsWriter | |
--- PASS: TestEngine_WritePoints_PointsWriter (0.27s) | |
=== RUN TestEngine_WritePoints_ErrPointsWriter | |
--- PASS: TestEngine_WritePoints_ErrPointsWriter (0.40s) | |
=== RUN TestEngine_WriteIndex_Append | |
--- PASS: TestEngine_WriteIndex_Append (0.29s) | |
=== RUN TestEngine_WriteIndex_Insert | |
--- PASS: TestEngine_WriteIndex_Insert (0.76s) | |
=== RUN TestEngine_Cursor_Reverse | |
--- PASS: TestEngine_Cursor_Reverse (0.76s) | |
=== RUN TestEngine_WriteIndex_SeekAgainstInBlockValue | |
--- PASS: TestEngine_WriteIndex_SeekAgainstInBlockValue (0.52s) | |
=== RUN TestEngine_WriteIndex_NoKeys | |
--- PASS: TestEngine_WriteIndex_NoKeys (0.36s) | |
=== RUN TestEngine_WriteIndex_NoPoints | |
--- PASS: TestEngine_WriteIndex_NoPoints (0.30s) | |
PASS | |
ok github.com/influxdb/influxdb/tsdb/engine/bz1 4.239s | |
=== RUN TestWAL_WritePoints | |
--- PASS: TestWAL_WritePoints (0.19s) | |
=== RUN TestWAL_CorruptDataLengthSize | |
[wal] 2015/09/24 12:36:09 unable to read the size of a data block from file: /tmp/wal-test562055451/01.000001.wal | |
--- PASS: TestWAL_CorruptDataLengthSize (0.30s) | |
=== RUN TestWAL_CorruptDataBlock | |
[wal] 2015/09/24 12:36:09 corrupt compressed block in file: snappy: corrupt input /tmp/wal-test191295422/01.000001.wal | |
--- PASS: TestWAL_CorruptDataBlock (0.33s) | |
=== RUN TestWAL_CompactAfterTimeWithoutWrite | |
--- PASS: TestWAL_CompactAfterTimeWithoutWrite (1.86s) | |
=== RUN TestWAL_SeriesAndFieldsGetPersisted | |
--- PASS: TestWAL_SeriesAndFieldsGetPersisted (0.11s) | |
=== RUN TestWAL_DeleteSeries | |
--- PASS: TestWAL_DeleteSeries (0.11s) | |
=== RUN TestWAL_QueryDuringCompaction | |
--- PASS: TestWAL_QueryDuringCompaction (0.17s) | |
=== RUN TestWAL_PointsSorted | |
--- PASS: TestWAL_PointsSorted (0.11s) | |
=== RUN TestWAL_Cursor_Reverse | |
--- PASS: TestWAL_Cursor_Reverse (0.14s) | |
PASS | |
ok github.com/influxdb/influxdb/tsdb/engine/wal 3.319s | |
? github.com/influxdb/influxdb/tsdb/internal [no test files] | |
? github.com/influxdb/influxdb/uuid [no test files] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment