Re: Do we need a 9.11.1 release?

2024-06-18 Thread Ignacio Vera
Hi Stefan,

Yes, I think we need a 9.11.1 release.

There are a couple more bugs that we might want to fix. The first one is a
performance regression due to an expensive operation
added on NumericComaprator [1]. In addition there is another one I would
like to address when an IndexWriter loses the track of the parent field due
to an empty index [2]

[1] https://github.com/apache/lucene/pull/13498
[2] https://github.com/apache/lucene/issues/13340

If we agree that the release is necessary, I can offer to be the release
manager. I am planning to start the release by the end of this week or
early next week.

On Tue, Jun 18, 2024 at 12:43 PM Stefan Vodita 
wrote:

> Hi all,
>
> I wanted to bring to everyone's attention that we released a bug [1] in
> StringValueFacetCounts with 9.11. On an empty match-set, instead of
> returning
> empty facet results, we throw an NPE. Users can work around this, but
> obviously
> it's not ideal.
>
> I noticed there is one other issue around ConcurrentMergeScheduler where
> we're
> considering a bugfix release [2].
>
> Are there any other bug fixes we're working on that I've missed?
>
>
> Stefan
>
>
> [1] https://github.com/apache/lucene/issues/13493
> [2] https://github.com/apache/lucene/issues/13478#issuecomment-2160815181
>


Do we need a 9.11.1 release?

2024-06-18 Thread Stefan Vodita
Hi all,

I wanted to bring to everyone's attention that we released a bug [1] in
StringValueFacetCounts with 9.11. On an empty match-set, instead of
returning
empty facet results, we throw an NPE. Users can work around this, but
obviously
it's not ideal.

I noticed there is one other issue around ConcurrentMergeScheduler where
we're
considering a bugfix release [2].

Are there any other bug fixes we're working on that I've missed?


Stefan


[1] https://github.com/apache/lucene/issues/13493
[2] https://github.com/apache/lucene/issues/13478#issuecomment-2160815181