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

Fixes serialization of HDRHistogram in percentiles aggregations #12505

Merged
merged 1 commit into from Jul 28, 2015
Merged

Fixes serialization of HDRHistogram in percentiles aggregations #12505

merged 1 commit into from Jul 28, 2015

Conversation

colings86
Copy link
Contributor

Previously we would write the entire ByteBuffer to the stream to serialise the HDRHistogram even if it was not all needed. Now we only write the bytes that are actually written to in the ByteBuffer.

…egations

Previously we would write the entire ByteBuffer to the stream to serialise the HDRHistogram even if it was not all needed. Now we only write the bytes that are actually written to in the ByteBuffer.
@jpountz
Copy link
Contributor

jpountz commented Jul 28, 2015

LGTM

@colings86 colings86 merged commit 2ebf229 into elastic:master Jul 28, 2015
@colings86 colings86 deleted the fix/hdr-serialization branch July 28, 2015 13:16
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.

None yet

3 participants