Re: [JENKINS] Lucene-9.x-Linux (64bit/hotspot/jdk-20) - Build # 13968 - Unstable!

2023-11-08 Thread Uwe Schindler
See this PR: https://github.com/apache/lucene/pull/12785 The OpenJDK issue is: https://bugs.openjdk.org/browse/JDK-8319756 Uwe Am 08.11.2023 um 20:31 schrieb Uwe Schindler: I have seen this error multiple times, so we should fix it before 9.9. Uwe Am 08.11.2023 um 19:48 schrieb Uwe

Boolean field type

2023-11-08 Thread Michael Froh
Hey, I've been musing about ideas for a "clever" Boolean field type on Lucene for a while, and I think I might have an idea that could work. That said, this popped into my head this afternoon and has not been fully-baked. It may not be very clever at all. My experience is that Boolean fields

Re: [JENKINS] Lucene-9.x-Linux (64bit/hotspot/jdk-20) - Build # 13968 - Unstable!

2023-11-08 Thread Uwe Schindler
I have seen this error multiple times, so we should fix it before 9.9. Uwe Am 08.11.2023 um 19:48 schrieb Uwe Schindler: Hi, this is caused by the change to better rethrow exception: https://github.com/apache/lucene/pull/12707 The internals of MemorySegment's ScopedMemoryAccess throw

Re: [JENKINS] Lucene-9.x-Linux (64bit/hotspot/jdk-20) - Build # 13968 - Unstable!

2023-11-08 Thread Uwe Schindler
Hi, this is caused by the change to better rethrow exception: https://github.com/apache/lucene/pull/12707 The internals of MemorySegment's ScopedMemoryAccess throw IllegalStateException("Already closed") when the memory segment was closed by another thread. Since the above PR, we check