ChrisHegarty commented on issue #15068:
URL: https://github.com/apache/lucene/issues/15068#issuecomment-3189076886

   In 9.12.x I see the index input being opened with IOContext.READ, from 
`SegmentInfos.parseSegmentInfos`, which means that it will not use a confined 
arena. 
   
   ```
        at 
org.apache.lucene.store.MemorySegmentIndexInputProvider.openInput(MemorySegmentIndexInputProvider.java:71)
        at 
org.apache.lucene.store.MemorySegmentIndexInputProvider.openInput(MemorySegmentIndexInputProvider.java:33)
        at 
org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:394)
        at 
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:156)
        at 
org.apache.lucene.codecs.lucene99.Lucene99SegmentInfoFormat.read(Lucene99SegmentInfoFormat.java:94)
        at 
org.apache.lucene.index.SegmentInfos.parseSegmentInfos(SegmentInfos.java:419)
        at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:376)
        at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:312)
   ...
   ```


-- 
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-unsubscr...@lucene.apache.org

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


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

Reply via email to