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

Don't use endianness reverse util for writing KeyStore file #78304

Merged
merged 1 commit into from
Sep 27, 2021

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Sep 27, 2021

When Elasticsearch was upgraded to Lucene 9.0, the keystore mechanism for files was not changed and we are just reversing the endianness of the files for reading and writing. On the long term we want to write the file in the endianness of the data input so this PR does that. New files are writing in LE and a new version of the files is added. We handle the different endianness when reading files.

follow up of #73324

@iverase iverase added >non-issue :Search/Search Search-related issues that do not fall into other categories :Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. v8.0.0 labels Sep 27, 2021
@iverase iverase requested a review from romseygeek September 27, 2021 08:11
@elasticmachine elasticmachine added Team:Search Meta label for search team Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. labels Sep 27, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (Team:Search)

@elasticmachine
Copy link
Collaborator

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

@iverase iverase mentioned this pull request Sep 27, 2021
16 tasks
Copy link
Contributor

@romseygeek romseygeek left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for handling this one @iverase

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. >non-issue :Search/Search Search-related issues that do not fall into other categories Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. Team:Search Meta label for search team v8.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants