Skip to content

Conversation

arteam
Copy link
Contributor

@arteam arteam commented Oct 23, 2024

Resolve #110211

@arteam arteam added >test Issues or PRs that are addressing/adding tests :Distributed Indexing/Store Issues around managing unopened Lucene indices. If it touches Store.java, this is a likely label. labels Oct 23, 2024
@elasticsearchmachine elasticsearchmachine added v9.0.0 Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. labels Oct 23, 2024
@elasticsearchmachine
Copy link
Collaborator

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

@arteam arteam added the auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Oct 23, 2024
var func = fsDirectoryFactory.preLoadFuncMap.get(mmapDirectory);
assertNotEquals(fsDirectoryFactory.preLoadFuncMap.get(mmapDirectory), MMapDirectory.ALL_FILES);
assertNotEquals(fsDirectoryFactory.preLoadFuncMap.get(mmapDirectory), MMapDirectory.NO_FILES);
assertTrue(func.test("foo.dvd", newIOContext(random())));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was added inadvertently during the Lucene 10 upgrade in #114741

@elasticsearchmachine elasticsearchmachine merged commit 2f64d20 into elastic:main Oct 23, 2024
16 checks passed
@arteam arteam deleted the unmute-110211 branch October 23, 2024 22:43
davidkyle pushed a commit to davidkyle/elasticsearch that referenced this pull request Oct 24, 2024
georgewallace pushed a commit to georgewallace/elasticsearch that referenced this pull request Oct 25, 2024
jfreden pushed a commit to jfreden/elasticsearch that referenced this pull request Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) :Distributed Indexing/Store Issues around managing unopened Lucene indices. If it touches Store.java, this is a likely label. Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. >test Issues or PRs that are addressing/adding tests v9.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] FsDirectoryFactoryTests testPreload failing

2 participants