Skip to content

fix bug for p100 percentile approximation #1181

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

Merged
merged 1 commit into from
Apr 3, 2025

Conversation

brharrington
Copy link
Contributor

In some cases the floating point math would result in it going to the end of the buckets and treating the max value as Long.MAX_VALUE rather than the end boundary for the last bucket with a non-zero count.

In some cases the floating point math would result in it
going to the end of the buckets and treating the max value
as `Long.MAX_VALUE` rather than the end boundary for the
last bucket with a non-zero count.
@brharrington brharrington added this to the 1.8.9 milestone Apr 3, 2025
@brharrington brharrington merged commit 6466c7d into Netflix:main Apr 3, 2025
1 check passed
@brharrington brharrington deleted the p100 branch April 3, 2025 23:58
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.

1 participant