You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visit https://enterprise.influxdata.com to register for updates, InfluxDB server management, and monitoring.
Connected to http://localhost:8086 version 0.9
InfluxDB shell 0.9
> create database foo
> use foo
Using database foo
> insert cpu,host=serverA value=10
> show measurements
ERR: write message type: use of closed network connection
>
The InfluxDB log as following:
8888888 .d888 888 8888888b. 888888b.
888 d88P" 888 888 "Y88b 888 "88b
888 888 888 888 888 888 .88P
888 88888b. 888888 888 888 888 888 888 888 888 8888888K.
888 888 "88b 888 888 888 888 Y8bd8P' 888 888 888 "Y88b
888 888 888 888 888 888 888 X88K 888 888 888 888
888 888 888 888 888 Y88b 888 .d8""8b. 888 .d88P 888 d88P
8888888 888 888 888 888 "Y88888 888 888 8888888P" 8888888P"
2015/11/30 10:32:11 InfluxDB starting, version 0.9, branch unknown, commit unknown, built unknown
2015/11/30 10:32:11 Go version go1.4.3, GOMAXPROCS set to 4
2015/11/30 10:32:11 Using configuration at: /Users/Leon/goproject/src/github.com/li-ang/influxdb_test/cluster/one.toml
[metastore] 2015/11/30 10:32:11 Using data dir: /Users/Leon/goproject/src/github.com/li-ang/influxdb_test/cluster/.one/meta
[metastore] 2015/11/30 10:32:11 Node at 192.168.1.3:8088 [Follower]
[metastore] 2015/11/30 10:32:11 [INFO] raft: Node at 192.168.1.3:8088 [Follower] entering Follower state
[metastore] 2015/11/30 10:32:13 [WARN] raft: Heartbeat timeout reached, starting election
[metastore] 2015/11/30 10:32:13 [INFO] raft: Node at 192.168.1.3:8088 [Candidate] entering Candidate state
[metastore] 2015/11/30 10:32:13 [DEBUG] raft: Votes needed: 1
[metastore] 2015/11/30 10:32:13 [DEBUG] raft: Vote granted. Tally: 1
[metastore] 2015/11/30 10:32:13 [INFO] raft: Election won. Tally: 1
[metastore] 2015/11/30 10:32:13 [INFO] raft: Node at 192.168.1.3:8088 [Leader] entering Leader state
[metastore] 2015/11/30 10:32:13 Node at 192.168.1.3:8088 [Leader]. peers=[]
[metastore] 2015/11/30 10:32:13 [DEBUG] raft: Node 192.168.1.3:8088 updated peer set (2): [192.168.1.3:8088]
[metastore] 2015/11/30 10:32:13 Created local node: id=1, host=192.168.1.3:8088
[metastore] 2015/11/30 10:32:13 spun up monitoring for 1
[store] 2015/11/30 10:32:13 Using data dir: /Users/Leon/goproject/src/github.com/li-ang/influxdb_test/cluster/.one/data
[handoff] 2015/11/30 10:32:13 Starting hinted handoff service
[monitor] 2015/11/30 10:32:13 'hh' registered for diagnostics monitoring
[handoff] 2015/11/30 10:32:13 Using data dir: /Users/Leon/goproject/src/github.com/li-ang/influxdb_test/cluster/.one/hh
[subscriber] 2015/11/30 10:32:13 opened service
[monitor] 2015/11/30 10:32:13 Starting monitor system
[monitor] 2015/11/30 10:32:13 'build' registered for diagnostics monitoring
[monitor] 2015/11/30 10:32:13 'runtime' registered for diagnostics monitoring
[monitor] 2015/11/30 10:32:13 'network' registered for diagnostics monitoring
[monitor] 2015/11/30 10:32:13 'system' registered for diagnostics monitoring
[cluster] 2015/11/30 10:32:13 Starting cluster service
[shard-precreation] 2015/11/30 10:32:13 Starting precreation service with check interval of 10m0s, advance period of 30m0s
[registration] 2015/11/30 10:32:13 Starting registration service
[monitor] 2015/11/30 10:32:13 'registration' registered for diagnostics monitoring
[snapshot] 2015/11/30 10:32:13 Starting snapshot service
[copier] 2015/11/30 10:32:13 Starting copier service
[admin] 2015/11/30 10:32:13 Starting admin service
[admin] 2015/11/30 10:32:13 Listening on HTTP: [::]:8083
[continuous_querier] 2015/11/30 10:32:13 Starting continuous query service
[httpd] 2015/11/30 10:32:13 Starting HTTP service
[httpd] 2015/11/30 10:32:13 Authentication enabled: false
[httpd] 2015/11/30 10:32:13 Listening on HTTP: [::]:8086
[retention] 2015/11/30 10:32:13 Starting retention policy enforcement service with check interval of 30m0s
[run] 2015/11/30 10:32:13 Listening for signals
2015/11/30 10:32:13 Sending anonymous usage statistics to m.influxdb.com
[query] 2015/11/30 10:32:14 CREATE DATABASE foo
[metastore] 2015/11/30 10:32:14 database 'foo' created
[metastore] 2015/11/30 10:32:14 retention policy 'default' for database 'foo' created
[http] 2015/11/30 10:32:14 127.0.0.1 - - [30/Nov/2015:10:32:14 +0800] GET /query?db=&epoch=ns&q=create+database+foo HTTP/1.1 200 40 - InfluxDBShell/0.9 911f5cb1-970a-11e5-8001-000000000000 5.167644ms
[wal] 2015/11/30 10:32:29 WAL starting with 30720 ready series size, 0.50 compaction threshold, and 52428800 partition size threshold
[wal] 2015/11/30 10:32:29 WAL writing to /Users/Leon/goproject/src/github.com/li-ang/influxdb_test/cluster/.one/wal/foo/default/1
[http] 2015/11/30 10:32:29 127.0.0.1 - - [30/Nov/2015:10:32:29 +0800] POST /write?consistency=any&db=foo&precision=n&rp= HTTP/1.1 204 0 - InfluxDBShell/0.9 9a353314-970a-11e5-8002-000000000000 4.719373ms
[query] 2015/11/30 10:32:33 SHOW MEASUREMENTS
[cluster] 2015/11/30 10:32:33 accept remote connection from 192.168.1.3:64624
[cluster] 2015/11/30 10:32:33 close remote connection from 192.168.1.3:64624
[http] 2015/11/30 10:32:33 127.0.0.1 - - [30/Nov/2015:10:32:33 +0800] GET /query?db=foo&epoch=ns&q=show+measurements HTTP/1.1 200 94 - InfluxDBShell/0.9 9c93cbcc-970a-11e5-8003-000000000000 3.005925ms
[wal] 2015/11/30 10:32:34 Flush due to idle. Flushing 1 series with 1 points and 17 bytes from partition 1
[wal] 2015/11/30 10:32:34 write to index of partition 1 took 1.518338ms
The text was updated successfully, but these errors were encountered:
For simplifying reproduce steps, I use a single node but set the
force-remote-mapping = true
.There is the config.toml content:
There is the reproduce step
The InfluxDB log as following:
The text was updated successfully, but these errors were encountered: