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

Remove internal StateLocker implementation #688

Merged
merged 3 commits into from
Apr 30, 2020

Conversation

evantorrie
Copy link
Contributor

Fixes #657

With the changes in #667 and #669 to use a plain-old-mutex for concurrent access of Histogram and MinMaxSumCount aggregators, the StateLocker implementation is no longer required.

Fixes open-telemetry#657

With the changes in open-telemetry#667 and open-telemetry#669 to use a plain-old-mutex for
concurrent access of Histogram and MinMaxSumCount aggregators,
the StateLocker implementation is no longer used in the project.
@evantorrie
Copy link
Contributor Author

Looks like another build flake in CircleCI. It looks to me like there's an OOM killer hitting the Go linker when coverage mode is enabled.

I would guess we're going to need a bigger container.

Copy link
Contributor

@jmacd jmacd left a comment

Choose a reason for hiding this comment

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

(Thanks again to @paivagustavo, I hope this lives on somehow, eventually.)

@jmacd jmacd merged commit 34bd998 into open-telemetry:master Apr 30, 2020
@evantorrie evantorrie deleted the rm-statelocker branch June 23, 2020 19:07
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.

Complete removal of StateLocker
3 participants