-
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 show_tag_keys in cluster mode #5101
Conversation
|
@otoolep please help to review |
cc @dgnorton |
@@ -12,6 +12,7 @@ With this release InfluxDB is moving to Go 1.5. | |||
- [#4622](https://github.com/influxdb/influxdb/issues/4622): Fix panic when passing too large of timestamps to OpenTSDB input. | |||
- [#5064](https://github.com/influxdb/influxdb/pull/5064): Full support for parenthesis in SELECT clause, fixes [#5054](https://github.com/influxdb/influxdb/issues/5054). Thanks @mengjinglei | |||
- [#5079](https://github.com/influxdb/influxdb/pull/5079): Ensure tsm WAL encoding buffer can handle large batches. | |||
- [#5101](https://github.com/influxdb/influxdb/pull/5101): Fix `show tag keys` in cluster mode |
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.
Please add "Thanks @CrazyJvm " to this line!
Any feedback to this PR? |
Bump @dgnorton |
@CrazyJvm can you add integration test(s) that fail without this fix and pass with it? The test(s) would go in |
I still got failure with this fix |
fix issue: #3295