-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Panic from multiple graphite outputs #1432
Comments
I haven't been able to reproduce even at very high loads, could you provide some log lines before so I can get an idea of the number of metrics being written? |
These are the lines we captured during the latest test: 2016/06/30 13:30:48 Output [graphite] wrote batch of 10000 metrics in 78.87758ms |
This is for better thread-safety when running with multiple outputs, which can cause very odd panics at very high loads primarily this is to address #1432
This is for better thread-safety when running with multiple outputs, which can cause very odd panics at very high loads primarily this is to address #1432
This is for better thread-safety when running with multiple outputs, which can cause very odd panics at very high loads primarily this is to address #1432
This is for better thread-safety when running with multiple outputs, which can cause very odd panics at very high loads primarily this is to address #1432
Version tested: 1.0-beta2
Running Telegraf with multiple graphite output plugins results to a panic under load (>1000 points per second).
Config file:
Panic:
Configuring both servers in the same output plugin seems stable so far.
[[outputs.graphite]]
servers = ["graphiteserver1:2004","graphiteserver2:2003"]
prefix = ""
template = "measurement.host.field"
timeout = 5
The text was updated successfully, but these errors were encountered: