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

Reproducible failure in TestNRTThreads.testNRTThreads #13304

Open
easyice opened this issue Apr 15, 2024 · 0 comments
Open

Reproducible failure in TestNRTThreads.testNRTThreads #13304

easyice opened this issue Apr 15, 2024 · 0 comments

Comments

@easyice
Copy link
Contributor

easyice commented Apr 15, 2024

Description

org.apache.lucene.index.TestNRTThreads > testNRTThreads FAILED
    java.io.IOException: MockDirectoryWrapper: file "_3.cfs" is still open: cannot delete
        at __randomizedtesting.SeedInfo.seed([1B9ED508F7DABC16:8047C113B621AA7D]:0)
        at org.apache.lucene.tests.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:640)
        at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:37)
        at org.apache.lucene.util.FileDeleter.delete(FileDeleter.java:234)
        at org.apache.lucene.util.FileDeleter.delete(FileDeleter.java:227)
        at org.apache.lucene.util.FileDeleter.decRef(FileDeleter.java:109)
        at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:631)
        at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:589)
        at org.apache.lucene.index.IndexWriter.rollbackInternalNoCommit(IndexWriter.java:2534)
        at org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2453)
        at org.apache.lucene.index.IndexWriter.rollback(IndexWriter.java:2445)
        at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1368)
./gradlew :lucene:core:test --tests "org.apache.lucene.index.TestNRTThreads.testNRTThreads" -Ptests.seed=1B9ED508F7DABC16 -Ptests.nightly=true

Gradle command to reproduce

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant