All fixes merged: - https://github.com/apache/lucene/pull/16260 - better heuristics between bitset and leapfrog paths in MaxScoreBulkScorer - https://github.com/apache/lucene/pull/16259 - better heuristics between bitset and leapfrog paths for two-phase iterators in DenseConjunctionBulkScorer - https://github.com/apache/lucene/pull/16257 - enable Panama vectorisation in JDK 26
I will check the nightly benchmarks tomorrow and if they look good start the release process. If you have anything you want to get in and it might take a bit longer, please reply here! > On 15 Jun 2026, at 12:57, Alan Woodward <[email protected]> wrote: > > We’ve seen some big regressions in a few queries, largely around two-phase > iteration. Jim and I are investigating and will try and get these fixed > today. If it looks too complicated to fix then we’ll revert the offending > PRs from 10x and fix in main while the release process starts. > >> On 1 Jun 2026, at 11:59, Alan Woodward <[email protected]> wrote: >> >> I have a few things I want to get merged here and then I’m travelling all >> next week, so unless anybody else particularly wants to take over, I plan on >> starting the release process two weeks today, Monday 15th June. >> >>> On 30 May 2026, at 14:39, Uwe Schindler via dev <[email protected]> >>> wrote: >>> >>> Hi, >>> >>> all fine! I merged 2 PRs today which should go in this release. >>> >>> Before doing the release we should fix the Github Workflows, due to ASF >>> forbiddeing workflows without whitelisted hashes in their config, the jobs >>> no longer run: https://github.com/apache/lucene/issues/16150 >>> >>> Uwe >>> >>> Am 26.05.2026 um 10:16 schrieb Chris Hegarty: >>>> Hi Uwe, >>>> >>>> Since I was involved, along with others, in the design and discussion of >>>> the columnar API, I wanted to share my perspective as well. >>>> >>>> The columnar indexing API is still relatively new and remains >>>> experimental. I backported it to branch_10x, and while I think it is in >>>> good shape, my view is that it would benefit from some real-world usage >>>> before we make it non-final. My hope is that we can gather feedback and >>>> iterate through a small number of 10.x releases, and then finalize the API >>>> in the main branch once we've gained that experience. >>>> >>>> -Chris. >>>> >>>>> On 26 May 2026, at 09:08, Uwe Schindler via dev <[email protected]> >>>>> wrote: >>>>> >>>>> Hi, >>>>> >>>>> as we have now the columnar API for indexing, would't it be a better idea >>>>> to release 11.0 with Java 25? This would allow us to go for 26/27 in main >>>>> branch. On the other hand we have cool fetaures. >>>>> >>>>> Uwe >>>>> >>>>> P.S.: I don't like to backport the columnar API to 10.x (not sure if it >>>>> was done), we should better finalize it and release with main branch. >>>>> Only a few parts are missing! >>>>> >>>>> Am 21.05.2026 um 13:10 schrieb Alan Woodward: >>>>>> Hi everyone, >>>>>> >>>>>> It’s been a few months now since the 10.4 release, and we have some >>>>>> impressive changes building up on the 10x branch. I think it’s about >>>>>> time we did a new minor? >>>>>> >>>>>> I’m happy to act as RM, unless somebody else is desperate to do it. I >>>>>> would plan on starting the release process this time next week. If >>>>>> there’s in-flight work that you really need to get into 10.5, now would >>>>>> be a good time to open a PR :) >>>>>> >>>>>> Thanks, Alan >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: [email protected] >>>>>> For additional commands, e-mail: [email protected] >>>>>> >>>>> -- >>>>> Uwe Schindler >>>>> Achterdiek 19, D-28357 Bremen >>>>> https://www.thetaphi.de >>>>> eMail: [email protected] >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: [email protected] >>>>> >>> -- >>> Uwe Schindler >>> Achterdiek 19, D-28357 Bremen >>> https://www.thetaphi.de <https://www.thetaphi.de/> >>> eMail: [email protected] <mailto:[email protected]> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> <mailto:[email protected]> >>> For additional commands, e-mail: [email protected] >>> <mailto:[email protected]> >
