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 hppc from translog classes #86074

Closed
wants to merge 1 commit into from

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Apr 21, 2022

The translog writer uses hppc maps for mapping sequence numbers to
bitsets, and keeping track of which sequence numbers have been flushed
or not. This commit converts these uses to Java collections.

relates #84735

The translog writer uses hppc maps for mapping sequence numbers to
bitsets, and keeping track of which sequence numbers have been flushed
or not. This commit converts these uses to Java collections.

relates elastic#84735
@rjernst rjernst added :Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. >refactoring v8.3.0 labels Apr 21, 2022
@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Apr 21, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@rjernst rjernst mentioned this pull request Apr 21, 2022
43 tasks
@rjernst
Copy link
Member Author

rjernst commented Apr 21, 2022

@elasticmachine run elasticsearch-ci/part-1

@jtibshirani
Copy link
Contributor

@rjernst it looks like this overlaps with #85657.

@rjernst
Copy link
Member Author

rjernst commented Apr 21, 2022

Thanks @jtibshirani! I had not seen that. I will close in favor of it.

@rjernst rjernst closed this Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. >refactoring Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. v8.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants