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

Return appropriate error if overflowing duration when parsing #7296

Merged
merged 1 commit into from
Sep 14, 2016

Conversation

corylanou
Copy link
Contributor

@corylanou corylanou commented Sep 12, 2016

Required for all non-trivial PRs
  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated

fixes #2762

@corylanou corylanou force-pushed the cjl-2762 branch 2 times, most recently from 9ce3222 to 2adb9ab Compare September 12, 2016 19:41
@jwilder jwilder added this to the 1.1.0 milestone Sep 13, 2016
@jwilder
Copy link
Contributor

jwilder commented Sep 13, 2016

👍

@@ -18,6 +18,8 @@
- [#7177](https://github.com/influxdata/influxdb/issues/7177): Fix base64 encoding issue with /debug/vars stats.
- [#7196](https://github.com/influxdata/influxdb/issues/7196): Fix mmap dereferencing, fixes #7183, #7180
- [#7013](https://github.com/influxdata/influxdb/issues/7013): Fix the dollar sign so it properly handles reserved keywords.
- [#7196](https://github.com/influxdata/influxdb/ssues/7196): Fix mmap dereferencing, fixes #7183, #7180
- [#2792](https://github.com/influxdata/influxdb/ssues/2792): Exceeding max retention policy duration gives incorrect error message
Copy link
Contributor

Choose a reason for hiding this comment

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

I fixed this typo in a PR so be careful not to reintroduce it when you rebase. You also have ssues instead of issues here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed, nice catch.

@corylanou corylanou force-pushed the cjl-2762 branch 3 times, most recently from 13238a8 to 9fedcfc Compare September 13, 2016 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[0.9.0-rc31] exceeding max retention policy duration gives incorrect error message
3 participants