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

Influx CLI: More Connection Warnings #8495

Merged
merged 2 commits into from
Nov 27, 2017
Merged

Influx CLI: More Connection Warnings #8495

merged 2 commits into from
Nov 27, 2017

Conversation

wyc
Copy link
Contributor

@wyc wyc commented Jun 15, 2017

If we don't detect a server version, then there's a good chance that
we're not speaking to an InfluxDB server. We should warn the user about
this to make it easier for them to debug.

Required for all non-trivial PRs
  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated
  • Sign CLA (if not already signed)

Copy link
Contributor

@jwilder jwilder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just need to move the changelog entry.

CHANGELOG.md Outdated
@@ -73,6 +73,7 @@ The following new configuration options are available.
- [#8394](https://github.com/influxdata/influxdb/pull/8394): Optimize top() and bottom() using an incremental aggregator.
- [#7129](https://github.com/influxdata/influxdb/issues/7129): Maintain the tags of points selected by top() or bottom() when writing the results.
- [#8188](https://github.com/influxdata/influxdb/issues/8188): Write CQ stats to _internal
- [#8495](https://github.com/influxdata/influxdb/pull/8495): Improve CLI connection warnings
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move this up to the 1.5 section?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! Thanks.

If we don't detect a server version, then there's a good chance that
we're not speaking to an InfluxDB server. We should warn the user about
this to make it easier for them to debug.
@ghost ghost assigned jwilder Nov 27, 2017
@ghost ghost added review and removed proposed labels Nov 27, 2017
@jwilder jwilder merged commit 3c9eb9d into influxdata:master Nov 27, 2017
@ghost ghost removed the review label Nov 27, 2017
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

Successfully merging this pull request may close these issues.

3 participants