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 Redundant ConcurrentHashMapLong #76172

Conversation

original-brownbear
Copy link
Member

This class is nothing but a noop wrapper around a normal CHM.
It does nothing, adds indirection and hides the fact that it's just a
standard CHM and has all the same boxing/unboxing under the hood.

This class is nothing but a noop wrapper around a normal CHM.
It does nothing, adds indirection and hides the fact that it's just a
standard CHM and has all the same boxing/unboxing under the hood.
@elasticmachine elasticmachine added the Team:Core/Infra Meta label for core/infra team label Aug 5, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@original-brownbear
Copy link
Member Author

Thanks Artem!

@original-brownbear original-brownbear merged commit 85fe2d5 into elastic:master Aug 5, 2021
@original-brownbear original-brownbear deleted the drop-redundant-long-chm branch August 5, 2021 16:57
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this pull request Aug 14, 2021
This class is nothing but a noop wrapper around a normal CHM.
It does nothing, adds indirection and hides the fact that it's just a
standard CHM and has all the same boxing/unboxing under the hood.
original-brownbear added a commit that referenced this pull request Aug 14, 2021
This class is nothing but a noop wrapper around a normal CHM.
It does nothing, adds indirection and hides the fact that it's just a
standard CHM and has all the same boxing/unboxing under the hood.
@original-brownbear original-brownbear restored the drop-redundant-long-chm branch April 18, 2023 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >non-issue Team:Core/Infra Meta label for core/infra team v7.15.0 v8.0.0-alpha2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants