You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/10/12 19:01:54 UTC

[GitHub] [lucene] dweiss commented on pull request #225: LUCENE-10010 Introduce NFARunAutomaton to run NFA directly

dweiss commented on pull request #225:
URL: https://github.com/apache/lucene/pull/225#issuecomment-941302842


   The stack trace is interesting though - looks like a double close:
   ```
   org.apache.lucene.index.TestIndexFileDeleter > testExcInDecRef FAILED
       org.apache.lucene.store.AlreadyClosedException: ReaderPool is already closed
           at __randomizedtesting.SeedInfo.seed([FD14DA9475FFAE2C:1489ADA6033649D1]:0)
           at app//org.apache.lucene.index.ReaderPool.get(ReaderPool.java:400)
           at app//org.apache.lucene.index.IndexWriter.writeReaderPool(IndexWriter.java:3742)
           at app//org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:590)
           at app//org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:474)
           at app//org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:406)
           at app//org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef(TestIndexFileDeleter.java:484)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org