-
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
Race Condition in Output Plugins #250
Comments
Thanks for the report @tarrychk, looking into it |
sparrc
added a commit
that referenced
this issue
Oct 8, 2015
sparrc
added a commit
that referenced
this issue
Oct 8, 2015
sparrc
added a commit
that referenced
this issue
Oct 8, 2015
sparrc
added a commit
that referenced
this issue
Oct 8, 2015
sparrc
added a commit
that referenced
this issue
Oct 8, 2015
sparrc
added a commit
that referenced
this issue
Oct 8, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I deployed a telegraf v0.1.9 instance with multiple output plugins configured. Unfortunately it crashes every few hours. I compiled telegraf with go race detector enabled and it threw following backtrace:
Influxdb and kafka output plugin both modify the BatchPoints datastructure passed to Write func by defining Tags. Those tags are only required locally, so I think copying the Points datastructure before modifying it is in required.
Cya Ed
The text was updated successfully, but these errors were encountered: