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

Throw exception when maxBounds greater than minBounds #19855

Merged
merged 1 commit into from
Aug 8, 2016
Merged

Throw exception when maxBounds greater than minBounds #19855

merged 1 commit into from
Aug 8, 2016

Conversation

colings86
Copy link
Contributor

The recent changes to the Histogram Aggregator introduced a bug where
an exception would not be thrown if the maxBound of the extended bounds
is less that the minBound. This change fixes that bug.

Closes #19833

@cbuescher
Copy link
Member

LGTM

1 similar comment
@jpountz
Copy link
Contributor

jpountz commented Aug 8, 2016

LGTM

The recent changes to the Histogram Aggregator introduced a bug where
an exception would not be thrown if the maxBound of the extended bounds
is less that the minBound. This change fixes that bug.

Closes #19833
@colings86 colings86 merged commit bf0e42a into elastic:master Aug 8, 2016
@colings86 colings86 deleted the fix/19833 branch August 8, 2016 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HistogramIT.testEmptyWithExtendedBounds fails with -Dtests.seed=3CE91761FF561FDF
3 participants