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
InfluxDB (v0.6.2 (git: 383d79a) (leveldb: 1.15)) logs the following lines
[2014/05/12 13:54:10 EDT] [DEBG] (api/http.(*HttpServer).tryAsDbUserAndClusterAdmin:697) Trying to auth as a db user
[2014/05/12 13:54:10 EDT] [DEBG] (coordinator.(*CoordinatorImpl).AuthenticateDbUser:785) (raft:6d635e7) Authenticating password for test:root
[2014/05/12 13:54:10 EDT] [DEBG] (api/http.(*HttpServer).tryAsDbUserAndClusterAdmin:700) Authenticating as a db user failed with Invalid username/password (401)
[2014/05/12 13:54:10 EDT] [DEBG] (wal.(*WAL).processAppendEntry:306) appending request 9
[2014/05/12 13:54:10 EDT] [DEBG] (wal.(*WAL).processAppendEntry:318) requestsSinceRotation: 9
[2014/05/12 13:54:10 EDT] [DEBG] (wal.(*WAL).conditionalBookmarkAndIndex:517) requestsSinceLastIndex: 9
[2014/05/12 13:54:10 EDT] [DEBG] (wal.(*WAL).flush:532) Fsyncing the log file to disk
and then panics. The points that were sent are written but nothing is written by the continuous query.
I have this continuous fanout query:
SELECT * FROM events INTO events.col1.[col1];
When I write this example data at https://dl.dropboxusercontent.com/u/6854963/fanout.json
curl -H "Content-Type: application/json" -X POST 'http://localhost:8086/db/test/series?u=root&p=root' --data "@fanout.json"
InfluxDB (v0.6.2 (git: 383d79a) (leveldb: 1.15)) logs the following lines
and then panics. The points that were sent are written but nothing is written by the continuous query.
Panic stack trace:
The text was updated successfully, but these errors were encountered: