Skip to content

Instantly share code, notes, and snippets.

@janajri
Created June 16, 2014 23:53
Show Gist options
  • Save janajri/e45241c984fc7615021c to your computer and use it in GitHub Desktop.
Save janajri/e45241c984fc7615021c to your computer and use it in GitHub Desktop.
InfluxDB debug logs
[2014/06/16 23:49:08 UTC] [DEBG] (coordinator.(*CoordinatorImpl).AuthenticateDbUser:834) (raft:516efc082a1113f2) User steve authenticated succesfully
[2014/06/16 23:49:08 UTC] [INFO] (coordinator.(*CoordinatorImpl).RunQuery:69) Start Query: db: production, u: steve, q: SELECT count(USERNAME),OP,TYPE,SUB,GRP,USERID,$
[2014/06/16 23:49:08 UTC] [DEBG] (cluster.(*ShardData).QueryResponseBufferSize:404) BUFFER SIZE: 1000
[2014/06/16 23:49:08 UTC] [DEBG] (coordinator.(*CoordinatorImpl).runQuerySpec:430) Querying shards sequentially
[2014/06/16 23:49:08 UTC] [DEBG] (coordinator.(*CoordinatorImpl).runQuerySpec:433) Shard concurrent limit: 1
[2014/06/16 23:49:08 UTC] [DEBG] (cluster.(*ShardData).QueryResponseBufferSize:404) BUFFER SIZE: 1000
[2014/06/16 23:49:08 UTC] [DEBG] (coordinator.(*CoordinatorImpl).queryShards:405) QUERYING: shard: 0 [ID: 3, START: 1401926400000000, END: 1402531200000000, LOCAL: tr$
[2014/06/16 23:49:08 UTC] [DEBG] (cluster.(*ShardData).Query:221) QUERY: shard 3, query 'select count(USERNAME),OP,TYPE,SUB,GRP,USERID,EVENTID from analytics_v1 where$
[2014/06/16 23:49:08 UTC] [DEBG] (cluster.(*ShardData).Query:248) creating a query engine
[2014/06/16 23:49:08 UTC] [DEBG] (datastore.(*LevelDbShard).executeQueryForSeries:334) Final Flush analytics_v1
[2014/06/16 23:49:08 UTC] [DEBG] (datastore.(*LevelDbShard).executeQueryForSeries:341) Finished running query select count(USERNAME),OP,TYPE,SUB,GRP,USERID,EVENTID fr$
[2014/06/16 23:49:08 UTC] [DEBG] (coordinator.(*CoordinatorImpl).readFromResponseChannels:343) GOT RESPONSE: END_STREAM
[2014/06/16 23:49:08 UTC] [DEBG] (cluster.(*ShardData).QueryResponseBufferSize:404) BUFFER SIZE: 1000
[2014/06/16 23:49:08 UTC] [DEBG] (coordinator.(*CoordinatorImpl).queryShards:405) QUERYING: shard: 1 [ID: 2, START: 1401321600000000, END: 1401926400000000, LOCAL: tr$
[2014/06/16 23:49:08 UTC] [DEBG] (cluster.(*ShardData).Query:221) QUERY: shard 2, query 'select count(USERNAME),OP,TYPE,SUB,GRP,USERID,EVENTID from analytics_v1 where$
[2014/06/16 23:49:08 UTC] [DEBG] (cluster.(*ShardData).Query:248) creating a query engine
[2014/06/16 23:49:08 UTC] [DEBG] (datastore.(*LevelDbShard).executeQueryForSeries:178) Cannot find fields [EVENTID GRP OP SUB TYPE USERID USERNAME]
[2014/06/16 23:49:08 UTC] [DEBG] (coordinator.(*CoordinatorImpl).readFromResponseChannels:343) GOT RESPONSE: END_STREAM
[2014/06/16 23:49:08 UTC] [DEBG] (coordinator.func·001:71) End Query: db: production, u: steve, q: SELECT count(USERNAME),OP,TYPE,SUB,GRP,USERID,EVENTID FROM analytic$
[2014/06/16 23:49:09 UTC] [DEBG] (coordinator.(*RaftServer).raftLeaderLoop:429) (raft:516efc082a1113f2) Executing leader loop.
[2014/06/16 23:49:10 UTC] [DEBG] (coordinator.(*RaftServer).raftLeaderLoop:429) (raft:516efc082a1113f2) Executing leader loop.
[2014/06/16 23:49:11 UTC] [DEBG] (coordinator.(*RaftServer).raftLeaderLoop:429) (raft:516efc082a1113f2) Executing leader loop.
[2014/06/16 23:49:12 UTC] [DEBG] (coordinator.(*RaftServer).raftLeaderLoop:429) (raft:516efc082a1113f2) Executing leader loop.
[2014/06/16 23:49:13 UTC] [DEBG] (coordinator.(*RaftServer).raftLeaderLoop:429) (raft:516efc082a1113f2) Executing leader loop.
[2014/06/16 23:49:14 UTC] [DEBG] (coordinator.(*RaftServer).raftLeaderLoop:429) (raft:516efc082a1113f2) Executing leader loop.
[2014/06/16 23:49:15 UTC] [DEBG] (coordinator.(*RaftServer).raftLeaderLoop:429) (raft:516efc082a1113f2) Executing leader loop.
[2014/06/16 23:49:16 UTC] [DEBG] (coordinator.(*RaftServer).raftLeaderLoop:429) (raft:516efc082a1113f2) Executing leader loop.
[2014/06/16 23:49:17 UTC] [DEBG] (coordinator.(*RaftServer).raftLeaderLoop:429) (raft:516efc082a1113f2) Executing leader loop.
[2014/06/16 23:49:17 UTC] [DEBG] (api/http.(*HttpServer).tryAsDbUserAndClusterAdmin:698) Trying to auth as a db user
[2014/06/16 23:49:17 UTC] [DEBG] (coordinator.(*CoordinatorImpl).AuthenticateDbUser:831) (raft:516efc082a1113f2) Authenticating password for production:steve
[2014/06/16 23:49:17 UTC] [DEBG] (coordinator.(*CoordinatorImpl).AuthenticateDbUser:834) (raft:516efc082a1113f2) User steve authenticated succesfully
[2014/06/16 23:49:17 UTC] [INFO] (coordinator.(*CoordinatorImpl).RunQuery:69) Start Query: db: production, u: steve, q: SELECT USERNAME,EVENTID,time FROM analytics_v1$
[2014/06/16 23:49:17 UTC] [DEBG] (coordinator.(*CoordinatorImpl).runQuerySpec:430) Querying shards sequentially
[2014/06/16 23:49:17 UTC] [DEBG] (coordinator.(*CoordinatorImpl).runQuerySpec:433) Shard concurrent limit: 1
[2014/06/16 23:49:17 UTC] [DEBG] (cluster.(*ShardData).QueryResponseBufferSize:382) BUFFER SIZE: 1000
[2014/06/16 23:49:17 UTC] [DEBG] (coordinator.(*CoordinatorImpl).queryShards:405) QUERYING: shard: 0 [ID: 6, START: 1402531200000000, END: 1403136000000000, LOCAL: tr$
[2014/06/16 23:49:17 UTC] [DEBG] (cluster.(*ShardData).Query:221) QUERY: shard 6, query 'select USERNAME,EVENTID,time from analytics_v1 as table1 inner join analytics$
[2014/06/16 23:49:17 UTC] [DEBG] (cluster.(*ShardData).Query:262) creating a passthrough engine with limit
[2014/06/16 23:49:17 UTC] [DEBG] (engine.(*PassthroughEngine).YieldSeries:55) PassthroughEngine YieldSeries 100
[2014/06/16 23:49:17 UTC] [DEBG] (engine.(*PassthroughEngine).YieldSeries:55) PassthroughEngine YieldSeries 100
[2014/06/16 23:49:17 UTC] [DEBG] (coordinator.(*CoordinatorImpl).readFromResponseChannels:343) GOT RESPONSE: QUERY
[2014/06/16 23:49:17 UTC] [DEBG] (coordinator.(*CoordinatorImpl).readFromResponseChannels:366) YIELDING: 100 points with 4 columns
[2014/06/16 23:49:17 UTC] [DEBG] (engine.(*PassthroughEngine).YieldSeries:55) PassthroughEngine YieldSeries 100
[2014/06/16 23:49:17 UTC] [DEBG] (engine.(*PassthroughEngine).YieldSeries:55) PassthroughEngine YieldSeries 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment