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

Fix breakdown metrics on 32-bit architectures #728

Merged
merged 1 commit into from Mar 5, 2020

Conversation

axw
Copy link
Member

@axw axw commented Mar 5, 2020

Add struct padding for 32-bit architectures, for 64-bit fields being used in atomic.AddInt64.

Fixes #727

There were some misaligned 64-bit values being
used in atomic.AddInt64
@axw axw force-pushed the breakdown-metrics-align-atomic branch from 2fb2104 to ed93d82 Compare March 5, 2020 04:13
@axw axw merged commit 4ef4ac9 into elastic:master Mar 5, 2020
@axw axw deleted the breakdown-metrics-align-atomic branch March 5, 2020 04:19
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.

Breakdown metrics causes panic on 32-bit arch
1 participant