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
This is on my local box, OS X laptop. The laptop was closed during this entire log snippet so it could be related to OS X powersleep.
Telegraf writes to InfluxDB every 7 seconds. The posts succeeded all night until a timeout in a CQ (the only CQ running in the database) and then all writes after that failed.
[http] 2015/07/27 23:49:49 127.0.0.1 - - [27/Jul/2015:23:49:49 -0700] POST /write?consistency=&db=telegraf&precision=&rp= HTTP/1.1 204 0 - telegraf d78bea53-34f4-11e5-8da0-000000000000 3.834168ms
[http] 2015/07/27 23:49:56 127.0.0.1 - - [27/Jul/2015:23:49:56 -0700] POST /write?consistency=&db=telegraf&precision=&rp= HTTP/1.1 204 0 - telegraf dbb73ca2-34f4-11e5-8da1-000000000000 2.288269ms
[http] 2015/07/27 23:50:03 127.0.0.1 - - [27/Jul/2015:23:50:03 -0700] POST /write?consistency=&db=telegraf&precision=&rp= HTTP/1.1 204 0 - telegraf dfe41937-34f4-11e5-8da2-000000000000 2.101293ms
[continuous_querier] 2015/07/27 23:50:10 timeout
[continuous_querier] 2015/07/27 23:50:10 error: timeout. running: SELECT mean(value) INTO "telegraf"."default".cpu_idle_5m FROM "telegraf"."default".cpu_idle WHERE time >= '2015-07-28T06:50:00Z' AND time < '2015-07-28T06:55:00Z' GROUP BY time(5m), cpu
[continuous_querier] 2015/07/27 23:50:10 error executing query: CREATE CONTINUOUS QUERY foo ON telegraf BEGIN SELECT mean(value) INTO "telegraf"."default".cpu_idle_5m FROM "telegraf"."default".cpu_idle GROUP BY time(5m), cpu END: err = timeout
[http] 2015/07/27 23:50:15 127.0.0.1 - - [27/Jul/2015:23:50:10 -0700] POST /write?consistency=&db=telegraf&precision=&rp= HTTP/1.1 500 32 - telegraf e40fd44b-34f4-11e5-8da3-000000000000 5.009289605s
[http] 2015/07/27 23:50:22 127.0.0.1 - - [27/Jul/2015:23:50:17 -0700] POST /write?consistency=&db=telegraf&precision=&rp= HTTP/1.1 500 32 - telegraf e83becaf-34f4-11e5-8da4-000000000000 5.006411918s
[http] 2015/07/27 23:50:29 127.0.0.1 - - [27/Jul/2015:23:50:24 -0700] POST /write?consistency=&db=telegraf&precision=&rp= HTTP/1.1 500 32 - telegraf ec6896ba-34f4-11e5-8da5-000000000000 5.006055648s
[http] 2015/07/27 23:50:36 127.0.0.1 - - [27/Jul/2015:23:50:31 -0700] POST /write?consistency=&db=telegraf&precision=&rp= HTTP/1.1 500 32 - telegraf f094d9f2-34f4-11e5-8da6-000000000000 5.002237544s
This morning I did pkill influxd and restarted the process. It refused to stay up.
This is on my local box, OS X laptop. The laptop was closed during this entire log snippet so it could be related to OS X powersleep.
Telegraf writes to InfluxDB every 7 seconds. The posts succeeded all night until a timeout in a CQ (the only CQ running in the database) and then all writes after that failed.
This morning I did
pkill influxd
and restarted the process. It refused to stay up.I restarted it again and everything seems fine:
Not sure I can repro. Will stay alert for another occurrence.
The text was updated successfully, but these errors were encountered: