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

Influxdb Monitoring crashes the server #2260

Closed
NikolaBorisov opened this issue Apr 13, 2015 · 2 comments
Closed

Influxdb Monitoring crashes the server #2260

NikolaBorisov opened this issue Apr 13, 2015 · 2 comments
Assignees

Comments

@NikolaBorisov
Copy link

I saw this new option in the config about monitoring. I decided to give it a try but it caused influxdb to panic. Basically I enabled this in the config:

[monitoring]
enabled = false
write-interval = "1m"          # Period between writing the data.

and go this stacktrace

panic: unsupported value type during encode fields: int64

goroutine 29 [running]:
github.com/influxdb/influxdb.(*FieldCodec).EncodeFields(0xc2081020b0, 0xc20820ca20, 0x0, 0x0, 0x0, 0x0, 0x0)
        /home/philip/build/src/github.com/influxdb/influxdb/database.go:816 +0xae4
github.com/influxdb/influxdb.func·035(0x0, 0x0)
        /home/philip/build/src/github.com/influxdb/influxdb/server.go:1816 +0x75d
github.com/influxdb/influxdb.(*Server).WriteSeries(0xc208138000, 0x9becd0, 0x9, 0x99bed0, 0x7, 0xc208268000, 0x7, 0x8, 0x0, 0x0, ...)
        /home/philip/build/src/github.com/influxdb/influxdb/server.go:1834 +0xa80
github.com/influxdb/influxdb.func·011()
        /home/philip/build/src/github.com/influxdb/influxdb/server.go:410 +0x7fe
created by github.com/influxdb/influxdb.(*Server).StartSelfMonitoring
        /home/philip/build/src/github.com/influxdb/influxdb/server.go:412 +0x241

@otoolep otoolep self-assigned this Apr 13, 2015
@otoolep
Copy link
Contributor

otoolep commented Apr 13, 2015

Thanks for the report.

#2261 should fix this.

@otoolep
Copy link
Contributor

otoolep commented Apr 13, 2015

Should be fixed now.

@otoolep otoolep closed this as completed Apr 13, 2015
mark-rushakoff pushed a commit that referenced this issue Jan 11, 2019
* Refactor rename dashboard component

* moar polish

* Moar

* Rename component to be more generic

* Refactor component to remove flicker on blur
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