Mikhail Stepura

Results 3 comments of Mikhail Stepura

> Might be related to https://github.com/opensearch-project/OpenSearch/pull/17502 You're right @ankitkala This was introduced by https://github.com/apache/lucene/pull/13535, where `MemorySegmentIndexInput` switched to confined Areas for `IOContext.READONCE` cases. Apparently, this is not the case where...

If you're referring to `-Dorg.apache.lucene.store.MMapDirectory.enableMemorySegments=false` then I don't think that setting exists anymore, as it was removed by https://github.com/apache/lucene/pull/13146 , so the only way to fix this is to change...

I'm observing a similar flipping behavior for these packages, I'm using `conda-forge` though, and I'm not setting `channel_priority`. ``` ❯ conda update --all Channels: - conda-forge - defaults Platform: osx-arm64...