From an operator point of view, upgrading to 0.9.1 which then works for all 9.x versions is a good path.
For the solr CLI bug of not reading ZK_HOST, it is annoying but not serious enough to block the release. Jan > 5. mars 2025 kl. 22:37 skrev Houston Putman <hous...@apache.org>: > > Thanks for mentioning that Jan. I think Jason's idea of just doing a 0.9.1 > release of the operator is good. That way we can unblock this release and > take the time we need to make the CLI behave the right way. > > Thoughts? > > - Houston > > On Tue, Mar 4, 2025 at 7:25 PM Jan Høydahl <jan....@cominvent.com> wrote: > >> I'd like to get https://issues.apache.org/jira/browse/SOLR-17690 into >> 9.8.1. It's a blocker for bootstrapping custom security.json with >> solr-operator 0.9 and Solr 9.8. >> >> PR in progress. >> >> Jan >> >>> 28. feb. 2025 kl. 18:59 skrev Christine Poerschke (BLOOMBERG/ LONDON) < >> cpoersc...@bloomberg.net>: >>> >>> Hi Houston, >>> >>> Yes, I can aim to merge this on Monday London time but would appreciate >> at least one extra pair of eyes for the change to the default logic: >> https://github.com/apache/solr/pull/3224/files >>> >>> Thanks, >>> Christine >>> >>> From: dev@solr.apache.org At: 02/28/25 16:27:34 UTCTo: >> dev@solr.apache.org >>> Subject: Re: Bugfix release Solr 9.8.1 >>> >>> Thanks to you both! >>> >>> Christine was trying to fix >>> https://issues.apache.org/jira/browse/SOLR-17686 and get it in for >> 8.9.1. >>> >>> Christine, do you think you can get this is by tuesday next week? If so >> I’m >>> happy to wait. Otherwise, I’ll likely create an RC today. >>> >>> - Houston >>> >>> On Fri, Feb 28, 2025 at 9:45 AM David Smiley <dsmi...@apache.org> wrote: >>> >>>> Sanjay and I teamed up and fixed >>>> https://issues.apache.org/jira/browse/SOLR-17644 which has been >>>> backported. I suppose the release is unblocked! >>>> >>>> On Tue, Feb 25, 2025 at 9:12 AM David Smiley <dsmi...@apache.org> >> wrote: >>>> >>>>> https://issues.apache.org/jira/browse/SOLR-17644 is a significant bug >>>>> that should get into 9.8.1. We've got a PR... probably a bit drafty; a >>>>> complex problem. >>>>> >>>>> On Tue, Feb 25, 2025 at 8:35 AM Jason Gerlowski <gerlowsk...@gmail.com >>> >>>>> wrote: >>>>> >>>>>> I just finished backporting SOLR-17677 this morning; so "all clear" on >>>> my >>>>>> end! >>>>>> >>>>>> On Mon, Feb 24, 2025 at 3:45 PM Houston Putman <hous...@apache.org> >>>>>> wrote: >>>>>>> >>>>>>> How are we looking on the backports for all of these? >>>>>>> >>>>>>> - Houston >>>>>>> >>>>>>> On Thu, Feb 20, 2025 at 3:32 PM Jason Gerlowski < >>>> gerlowsk...@gmail.com> >>>>>>> wrote: >>>>>>> >>>>>>>> Alright - I've put together a PR for SOLR-17677 that can at least >>>>>>>> block the problem-queries: https://github.com/apache/solr/pull/3203 >>>> . >>>>>>>> Hoping I can merge this tomorrow or Monday, if that's alright with >>>>>>>> folks? >>>>>>>> >>>>>>>> Longer term we probably want to remove the reliance on >>>>>>>> SolrIndexSearcher that causes the problem here, but that's probably >>>>>>>> not quick enough to tackle on the 9.8.1 timeframe >>>>>>>> >>>>>>>> Sorry for my part in holding things up! >>>>>>>> >>>>>>>> Best, >>>>>>>> >>>>>>>> Jason >>>>>>>> >>>>>>>> On Wed, Feb 19, 2025 at 11:47 PM David Smiley <dsmi...@apache.org> >>>>>> wrote: >>>>>>>>> >>>>>>>>> https://github.com/apache/solr/pull/3199 >>>>>>>>> Hoping to get this tiny compatibility fix into 9.8.1. >>>>>>>>> >>>>>>>>> On Wed, Feb 19, 2025 at 1:25 PM Houston Putman < >>>> hous...@apache.org> >>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Sounds good, let me know how to proceed. >>>>>>>>>> >>>>>>>>>> - Houston >>>>>>>>>> >>>>>>>>>> On Wed, Feb 19, 2025 at 10:44 AM Jason Gerlowski < >>>>>>>> gerlowsk...@gmail.com> >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> I ran into a nasty little bug yesterday that I'd like to fix >>>> in >>>>>>>> 9.8.1, >>>>>>>>>>> if no one minds. >>>>>>>>>>> >>>>>>>>>>> https://issues.apache.org/jira/browse/SOLR-17677 - DBQ's >>>>>> containing >>>>>>>> a >>>>>>>>>>> "join" will trigger a "tragic" Lucene exception that closes >>>> the >>>>>>>>>>> IndexWriters and puts the surrounding SolrCore into a bad >>>> state. >>>>>>>> Will >>>>>>>>>>> investigate and scope today; if a fix would take too long I >>>>>> don't >>>>>>>> want >>>>>>>>>>> to hold the release up. >>>>>>>>>>> >>>>>>>>>>> Best, >>>>>>>>>>> >>>>>>>>>>> Jason >>>>>>>>>>> >>>>>>>>>>> On Tue, Feb 18, 2025 at 11:07 PM David Smiley < >>>>>> dsmi...@apache.org> >>>>>>>>>> wrote: >>>>>>>>>>>> >>>>>>>>>>>> I'm done. I cherry-picked 3 bugs into 9.8.1. Tests and >>>>>> precommit >>>>>>>>>> pass. >>>>>>>>>>>> >>>>>>>>>>>> Christos: small fixes like that -- just cherry pick them to >>>>>>>> branch_9_8 >>>>>>>>>> if >>>>>>>>>>>> you wish to. >>>>>>>>>>>> >>>>>>>>>>>> On Tue, Feb 18, 2025 at 7:00 PM Christos Malliaridis < >>>>>>>>>>> malliari...@apache.org> >>>>>>>>>>>> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> The PR https://github.com/apache/solr/pull/3196 contains >>>>>> some >>>>>>>> ref >>>>>>>>>>> guide >>>>>>>>>>>>> fixes. Probably not worth mentioning in the changelog, but >>>>>> would >>>>>>>> not >>>>>>>>>>> hurt >>>>>>>>>>>>> cherrypicking them in this release. :) >>>>>>>>>>>>> >>>>>>>>>>>>> On 2025/02/17 21:22:56 Houston Putman wrote: >>>>>>>>>>>>>> NOTICE: >>>>>>>>>>>>>> >>>>>>>>>>>>>> I am now preparing for a bugfix release from branch >>>>>> branch_9_8 >>>>>>>>>>>>>> >>>>>>>>>>>>>> Please observe the normal rules for committing to this >>>>>> branch: >>>>>>>>>>>>>> >>>>>>>>>>>>>> * Before committing to the branch, reply to this thread >>>>>> and >>>>>>>> argue >>>>>>>>>>>>>> why the fix needs backporting and how long it will >>>> take. >>>>>>>>>>>>>> * All issues accepted for backporting should be marked >>>>>> with >>>>>>>> 9.8.1 >>>>>>>>>>>>>> in JIRA, and issues that should delay the release must >>>>>> be >>>>>>>> marked >>>>>>>>>> as >>>>>>>>>>>>>> Blocker >>>>>>>>>>>>>> * All patches that are intended for the branch should >>>>>> first be >>>>>>>>>>> committed >>>>>>>>>>>>>> to the unstable branch, merged into the stable branch, >>>>>> and >>>>>>>> then >>>>>>>>>>> into >>>>>>>>>>>>>> the current release branch. >>>>>>>>>>>>>> * Only Jira issues with Fix version 9.8.1 and priority >>>>>>>> "Blocker" >>>>>>>>>> will >>>>>>>>>>>>> delay >>>>>>>>>>>>>> a release candidate build. >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>> >>>> --------------------------------------------------------------------- >>>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org >>>>>>>>>>>>> For additional commands, e-mail: dev-h...@solr.apache.org >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>> --------------------------------------------------------------------- >>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org >>>>>>>>>>> For additional commands, e-mail: dev-h...@solr.apache.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>> >>>> --------------------------------------------------------------------- >>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org >>>>>>>> For additional commands, e-mail: dev-h...@solr.apache.org >>>>>>>> >>>>>>>> >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org >>>>>> For additional commands, e-mail: dev-h...@solr.apache.org >>>>>> >>>>>> >>>> >>> >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org >> For additional commands, e-mail: dev-h...@solr.apache.org >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org For additional commands, e-mail: dev-h...@solr.apache.org