-
Notifications
You must be signed in to change notification settings - Fork 3.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
Fix two panics #3193
Fix two panics #3193
Conversation
If collectd fails to start, it can panic when close is called because some variables have not be initialized yet.
@@ -6,6 +6,7 @@ | |||
### Bugfixes | |||
|
|||
- [#3180](https://github.com/influxdb/influxdb/pull/3180): Log GOMAXPROCS, version, and commit on startup. | |||
- [#3193](https://github.com/influxdb/influxdb/pull/3193): Fix two panics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest we enhance this note a little -- it's not much use to someone looking to see if the panic they are experiencing was fixed. Simply "Fix panic for SHOW STATS and in collectd" would be much better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. Updated.
+1, though I would like to see the CHANGELOG enhanced a little. |
You'll want to cherry-pick, I presume. |
Also cherry-picked to 0.9.1. |
SHOW DIAGNOSTICS