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
While testing in a cluster one of my nodes fell over with the following panic:
[query] 2015/09/25 22:53:40 SELECT mean(value) FROM "riemann"."default"."Test Data" WHERE host = 'Datagen 1' AND time > now() - 15m GROUP BY time(1s)
panic: interface conversion: interface {} is map[string]interface {}, not *influxql.meanMapOutput
As I'm currently testing the cluster was running in Docker. Unfortunately docker-compose shut the containers down when this happened so I don't know how the cluster would have recovered. I'm currently working on migrating my tests to Vagrant to avoid any docker issues.
I have not attempted to reproduce as I'm working on moving from Docker to Vagrant for testing. Please let me know if you need any further information, I will update if this re-occurs outside of Docker.
While testing in a cluster one of my nodes fell over with the following panic:
Full panic is over 500 lines so I have pastebinned it here: http://paste.ubuntu.com/12603851/
As I'm currently testing the cluster was running in Docker. Unfortunately docker-compose shut the containers down when this happened so I don't know how the cluster would have recovered. I'm currently working on migrating my tests to Vagrant to avoid any docker issues.
I have not attempted to reproduce as I'm working on moving from Docker to Vagrant for testing. Please let me know if you need any further information, I will update if this re-occurs outside of Docker.
The text was updated successfully, but these errors were encountered: