[I] Reproducible test failure in TestLucene90FieldInfosFormat.testRandom [lucene]

2024-02-24 Thread via GitHub
easyice opened a new issue, #13129: URL: https://github.com/apache/lucene/issues/13129 ### Description bisect shows df6bd25ce44ead0b38cffca6ef9bc3a9ce63dbea is the first bad commit. ``` org.apache.lucene.codecs.lucene90.TestLucene90FieldInfosFormat > testRandom FAILED

Re: [PR] Speedup concurrent multi-segment HNWS graph search 2 [lucene]

2024-02-24 Thread via GitHub
uschindler commented on PR #12962: URL: https://github.com/apache/lucene/pull/12962#issuecomment-1962440478 Is it called HNSW or HNWS? I just noticed the title of this PR and differing changes entries. -- This is an automated message from the Apache Git Service. To respond to the

[I] Reproducible test failure in TestDocumentsImpl.testFirstTermDoc [lucene]

2024-02-24 Thread via GitHub
easyice opened a new issue, #13130: URL: https://github.com/apache/lucene/issues/13130 ### Description ``` org.apache.lucene.luke.models.documents.TestDocumentsImpl > testFirstTermDoc FAILED java.lang.AssertionError: expected:<1> but was:<0> at

Re: [PR] Move synonym map off-heap for SynonymGraphFilter [lucene]

2024-02-24 Thread via GitHub
dungba88 commented on PR #13054: URL: https://github.com/apache/lucene/pull/13054#issuecomment-1962302474 @msfroh As you only need to write the FST metadata, there is no need to create the FST. You can just call ``` directory.writeMetadata(words.size(),

Re: [PR] Fix DV update files referenced by merge will be deleted by concurrent flush [lucene]

2024-02-24 Thread via GitHub
github-actions[bot] commented on PR #13017: URL: https://github.com/apache/lucene/pull/13017#issuecomment-1962766385 This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you for your

[I] Reproducible test failure in TestKnnByteVectorQuery.testToString [lucene]

2024-02-24 Thread via GitHub
easyice opened a new issue, #13131: URL: https://github.com/apache/lucene/issues/13131 ### Description ``` org.apache.lucene.search.TestKnnByteVectorQuery > testToString FAILED java.lang.AssertionError at

Re: [PR] Bump minimum required Java version to 21 [lucene]

2024-02-24 Thread via GitHub
rmuir commented on PR #12753: URL: https://github.com/apache/lucene/pull/12753#issuecomment-1962700020 I fixed those scripts: it was a straight replacement of `17` to `21`. Will not be touching other logic here as I don't wish to duplicate work when this file is being cleaned up in another