Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface conversion panic while running clustered #4256

Closed
CVTJNII opened this issue Sep 28, 2015 · 3 comments
Closed

Interface conversion panic while running clustered #4256

CVTJNII opened this issue Sep 28, 2015 · 3 comments

Comments

@CVTJNII
Copy link

CVTJNII commented Sep 28, 2015

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

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.

@otoolep
Copy link
Contributor

otoolep commented Sep 28, 2015

This has been fixed in the 0.9.5 release. You can run with the fix by installing a nightly build.

@otoolep otoolep closed this as completed Sep 28, 2015
@otoolep
Copy link
Contributor

otoolep commented Sep 28, 2015

See #4191

@CVTJNII
Copy link
Author

CVTJNII commented Sep 28, 2015

Awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants