[ANNOUNCE] Apache Solr 9.6.1 released

2024-05-29 Thread Houston Putman
The Solr PMC is pleased to announce the release of Apache Solr 9.6.1.

Solr is the popular, blazing fast, open source NoSQL search platform from
the Apache Solr project. Its major features include powerful full-text
search, hit highlighting, faceted search, dynamic clustering, database
integration, rich document handling, and geospatial search. Solr is highly
scalable, providing fault tolerant distributed search and indexing, and
powers the search and navigation features of many of the world's largest
internet sites.

Solr 9.6.1 is available for immediate download at:

  

### Solr 9.6.1 Release Highlights:

* Core loading at startup is no longer capped at 60 seconds
* Replicas are ensured to be marked as down when a Solr node is started
* 'Illegal character in query' exception in the new HttpJdkSolrClient has
been fixed
* Performance regression for aliases in SolrJ has been fixed via partially
reverting a recent change
* Fixed debugging of Rerank Queries when reRankScale is used
* System file separator is now used in CachingDirectoryFactory, instead of
'/', fixing a regression on Windows

Please refer to the Upgrade Notes in the Solr Ref Guide for information on
upgrading from previous Solr versions:

  <
https://solr.apache.org/guide/solr/9_6/upgrade-notes/solr-upgrade-notes.html
>

Please read CHANGES.txt for a full list of bugfixes:

  

Thanks to all contributors!

hossman, Houston Putman, Jan Høydahl, Andy Webb, Christine Poerschke,
Aparna Suresh, David Smiley, Vincent Primault


Re: Found a bug in 9.6...

2024-05-29 Thread Eric Pugh
Agreed!   I won’t be able to fix it for a day or so…

On Wed, May 29, 2024 at 4:33 PM Anshum Gupta  wrote:

> +1 to continue with the 9.6.1 release.
>
> On Wed, May 29, 2024 at 12:50 PM Houston Putman 
> wrote:
>
> > Honestly there are some pretty bad bugs that 9.6.1 is aiming to fix, so
> > I'm hesitant to fail the RC for this. If you have a quick fix, I can
> make a
> > new RC, but otherwise I'd likely just leave it for 9.6.2 or 9.7.0.
> >
> > These releases aren't hard to do, we can always do another one in a few
> > weeks.
> >
> > - Houston
> >
> > On Wed, May 29, 2024 at 1:15 PM Eric Pugh <
> ep...@opensourceconnections.com>
> > wrote:
> >
> >> I don’t know that it’s worth holding up 9.6.1 for….
> >>
> >>
> >> [SOLR-17315] Bug in messaging when creating a collection, and then you
> >> can't actually call the config method to set-user-property - ASF JIRA
> >> 
> >> issues.apache.org 
> >> [image: fav-jsw.png] 
> >> 
> >>
> >> It started as just a bug in the messaging from bin/solr create -c
> >> mycollection, but found that the bin/solr config -c mycollection -action
> >> set-user-property -property update.autoCreateFields -value false
> >>
> >> Is failing….Works on main ;-(
> >>
> >> ___
> >> *Eric Pugh **| *Founder | OpenSource Connections, LLC | 434.466.1467 |
> >> http://www.opensourceconnections.com | My Free/Busy
> >> 
> >> Co-Author: Apache Solr Enterprise Search Server, 3rd Ed
> >> <
> https://www.packtpub.com/big-data-and-business-intelligence/apache-solr-enterprise-search-server-third-edition-raw
> >
> >> This e-mail and all contents, including attachments, is considered to be
> >> Company Confidential unless explicitly stated otherwise, regardless
> >> of whether attachments are marked as such.
> >>
> >>
>
> --
> Anshum Gupta
>


Re: [VOTE] Release Solr 9.6.1 RC1

2024-05-29 Thread Houston Putman
It's been >72h since the vote was initiated and the result is:

+1  8  (7 binding)
 0  0
-1  0

This vote has PASSED

On Wed, May 29, 2024 at 12:40 PM Tomás Fernández Löbbe <
tomasflo...@gmail.com> wrote:

> +1
> SUCCESS! [0:58:48.934214]
>
> On Tue, May 28, 2024 at 1:37 PM Anshum Gupta 
> wrote:
>
> > +1 (binding)
> >
> > Smoke-tester passed and tested some basic indexing/search.
> >
> > On Thu, May 23, 2024 at 12:39 PM Houston Putman 
> > wrote:
> >
> > > Please vote for release candidate 1 for Solr 9.6.1
> > >
> > > The artifacts can be downloaded from:
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.6.1-RC1-rev-d7f7166567f52f1b31e3315b0188e11f2c4c9b60
> > >
> > > You can run the smoke tester directly with this command:
> > >
> > > python3 -u dev-tools/scripts/smokeTestRelease.py \
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.6.1-RC1-rev-d7f7166567f52f1b31e3315b0188e11f2c4c9b60
> > >
> > > You can build a release-candidate of the official docker images (full &
> > > slim) using the following command:
> > >
> > > SOLR_DOWNLOAD_SERVER=
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.6.1-RC1-rev-d7f7166567f52f1b31e3315b0188e11f2c4c9b60/solr
> > > &&
> > > <
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.6.1-RC1-rev-d7f7166567f52f1b31e3315b0188e11f2c4c9b60/solr&;
> > >
> > > \
> > >   docker build
> > $SOLR_DOWNLOAD_SERVER/9.6.1/docker/Dockerfile.official-full
> > > \
> > > --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > > -t solr-rc:9.6.1-1 && \
> > >   docker build
> > $SOLR_DOWNLOAD_SERVER/9.6.1/docker/Dockerfile.official-slim
> > > \
> > > --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > > -t solr-rc:9.6.1-1-slim
> > >
> > > The vote will be open for at least 72 hours i.e. until 2024-05-29 20:00
> > > UTC.
> > > (Extended due to weekend and US holiday)
> > >
> > > [ ] +1  approve
> > > [ ] +0  no opinion
> > > [ ] -1  disapprove (and reason why)
> > >
> > > Here is my +1
> > >
> >
> >
> > --
> > Anshum Gupta
> >
>


[RESULT] [VOTE] Release Solr 9.6.1 RC1

2024-05-29 Thread Houston Putman
It's been >72h since the vote was initiated and the result is:

+1  8  (7 binding)
 0  0
-1  0

This vote has PASSED


Re: Found a bug in 9.6...

2024-05-29 Thread Anshum Gupta
+1 to continue with the 9.6.1 release.

On Wed, May 29, 2024 at 12:50 PM Houston Putman  wrote:

> Honestly there are some pretty bad bugs that 9.6.1 is aiming to fix, so
> I'm hesitant to fail the RC for this. If you have a quick fix, I can make a
> new RC, but otherwise I'd likely just leave it for 9.6.2 or 9.7.0.
>
> These releases aren't hard to do, we can always do another one in a few
> weeks.
>
> - Houston
>
> On Wed, May 29, 2024 at 1:15 PM Eric Pugh 
> wrote:
>
>> I don’t know that it’s worth holding up 9.6.1 for….
>>
>>
>> [SOLR-17315] Bug in messaging when creating a collection, and then you
>> can't actually call the config method to set-user-property - ASF JIRA
>> 
>> issues.apache.org 
>> [image: fav-jsw.png] 
>> 
>>
>> It started as just a bug in the messaging from bin/solr create -c
>> mycollection, but found that the bin/solr config -c mycollection -action
>> set-user-property -property update.autoCreateFields -value false
>>
>> Is failing….Works on main ;-(
>>
>> ___
>> *Eric Pugh **| *Founder | OpenSource Connections, LLC | 434.466.1467 |
>> http://www.opensourceconnections.com | My Free/Busy
>> 
>> Co-Author: Apache Solr Enterprise Search Server, 3rd Ed
>> 
>> This e-mail and all contents, including attachments, is considered to be
>> Company Confidential unless explicitly stated otherwise, regardless
>> of whether attachments are marked as such.
>>
>>

-- 
Anshum Gupta


Re: Found a bug in 9.6...

2024-05-29 Thread David Smiley
Yeah, +1 to what Houston said, thus continue with releasing 9.6.1 without
this fix.

On Wed, May 29, 2024 at 3:50 PM Houston Putman  wrote:

> Honestly there are some pretty bad bugs that 9.6.1 is aiming to fix, so
> I'm hesitant to fail the RC for this. If you have a quick fix, I can make a
> new RC, but otherwise I'd likely just leave it for 9.6.2 or 9.7.0.
>
> These releases aren't hard to do, we can always do another one in a few
> weeks.
>
> - Houston
>
> On Wed, May 29, 2024 at 1:15 PM Eric Pugh 
> wrote:
>
>> I don’t know that it’s worth holding up 9.6.1 for….
>>
>>
>> [SOLR-17315] Bug in messaging when creating a collection, and then you
>> can't actually call the config method to set-user-property - ASF JIRA
>> 
>> issues.apache.org 
>> [image: fav-jsw.png] 
>> 
>>
>> It started as just a bug in the messaging from bin/solr create -c
>> mycollection, but found that the bin/solr config -c mycollection -action
>> set-user-property -property update.autoCreateFields -value false
>>
>> Is failing….Works on main ;-(
>>
>> ___
>> *Eric Pugh **| *Founder | OpenSource Connections, LLC | 434.466.1467 |
>> http://www.opensourceconnections.com | My Free/Busy
>> 
>> Co-Author: Apache Solr Enterprise Search Server, 3rd Ed
>> 
>> This e-mail and all contents, including attachments, is considered to be
>> Company Confidential unless explicitly stated otherwise, regardless
>> of whether attachments are marked as such.
>>
>>


Re: Found a bug in 9.6...

2024-05-29 Thread Houston Putman
Honestly there are some pretty bad bugs that 9.6.1 is aiming to fix, so I'm
hesitant to fail the RC for this. If you have a quick fix, I can make a new
RC, but otherwise I'd likely just leave it for 9.6.2 or 9.7.0.

These releases aren't hard to do, we can always do another one in a few
weeks.

- Houston

On Wed, May 29, 2024 at 1:15 PM Eric Pugh 
wrote:

> I don’t know that it’s worth holding up 9.6.1 for….
>
>
> [SOLR-17315] Bug in messaging when creating a collection, and then you
> can't actually call the config method to set-user-property - ASF JIRA
> 
> issues.apache.org 
> [image: fav-jsw.png] 
> 
>
> It started as just a bug in the messaging from bin/solr create -c
> mycollection, but found that the bin/solr config -c mycollection -action
> set-user-property -property update.autoCreateFields -value false
>
> Is failing….Works on main ;-(
>
> ___
> *Eric Pugh **| *Founder | OpenSource Connections, LLC | 434.466.1467 |
> http://www.opensourceconnections.com | My Free/Busy
> 
> Co-Author: Apache Solr Enterprise Search Server, 3rd Ed
> 
> This e-mail and all contents, including attachments, is considered to be
> Company Confidential unless explicitly stated otherwise, regardless
> of whether attachments are marked as such.
>
>


Found a bug in 9.6...

2024-05-29 Thread Eric Pugh
I don’t know that it’s worth holding up 9.6.1 for….


https://issues.apache.org/jira/browse/SOLR-17315

It started as just a bug in the messaging from bin/solr create -c mycollection, 
but found that the bin/solr config -c mycollection -action set-user-property 
-property update.autoCreateFields -value false

Is failing….Works on main ;-(

___
Eric Pugh | Founder | OpenSource Connections, LLC | 434.466.1467 | 
http://www.opensourceconnections.com  | 
My Free/Busy   
Co-Author: Apache Solr Enterprise Search Server, 3rd Ed 


This e-mail and all contents, including attachments, is considered to be 
Company Confidential unless explicitly stated otherwise, regardless of whether 
attachments are marked as such.



Re: [VOTE] Release Solr 9.6.1 RC1

2024-05-29 Thread Tomás Fernández Löbbe
+1
SUCCESS! [0:58:48.934214]

On Tue, May 28, 2024 at 1:37 PM Anshum Gupta  wrote:

> +1 (binding)
>
> Smoke-tester passed and tested some basic indexing/search.
>
> On Thu, May 23, 2024 at 12:39 PM Houston Putman 
> wrote:
>
> > Please vote for release candidate 1 for Solr 9.6.1
> >
> > The artifacts can be downloaded from:
> >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.6.1-RC1-rev-d7f7166567f52f1b31e3315b0188e11f2c4c9b60
> >
> > You can run the smoke tester directly with this command:
> >
> > python3 -u dev-tools/scripts/smokeTestRelease.py \
> >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.6.1-RC1-rev-d7f7166567f52f1b31e3315b0188e11f2c4c9b60
> >
> > You can build a release-candidate of the official docker images (full &
> > slim) using the following command:
> >
> > SOLR_DOWNLOAD_SERVER=
> >
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.6.1-RC1-rev-d7f7166567f52f1b31e3315b0188e11f2c4c9b60/solr
> > &&
> > <
> https://dist.apache.org/repos/dist/dev/solr/solr-9.6.1-RC1-rev-d7f7166567f52f1b31e3315b0188e11f2c4c9b60/solr&;
> >
> > \
> >   docker build
> $SOLR_DOWNLOAD_SERVER/9.6.1/docker/Dockerfile.official-full
> > \
> > --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > -t solr-rc:9.6.1-1 && \
> >   docker build
> $SOLR_DOWNLOAD_SERVER/9.6.1/docker/Dockerfile.official-slim
> > \
> > --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> > -t solr-rc:9.6.1-1-slim
> >
> > The vote will be open for at least 72 hours i.e. until 2024-05-29 20:00
> > UTC.
> > (Extended due to weekend and US holiday)
> >
> > [ ] +1  approve
> > [ ] +0  no opinion
> > [ ] -1  disapprove (and reason why)
> >
> > Here is my +1
> >
>
>
> --
> Anshum Gupta
>


Re: Welcome Sanjay Dutt as Solr committer!

2024-05-29 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Welcome Sanjay!

From: dev@solr.apache.org At: 05/21/24 09:31:41 UTC+1:00To:  dev@solr.apache.org
Cc:  sanjayd...@apache.org
Subject: Re: Welcome Sanjay Dutt as Solr committer!

Thank you, everyone! I am honored to join this amazing Apache Solr community. 
It was in 2015 (I know, a little late to the party), after graduating, when I 
first got to know about it, as our team was given the task of migrating from a 
legacy search system to Apache Solr. I loved the fact that you can almost find 
anything, or at least what I needed at that time, via the reference 
documentation as we started working on the project.
Fast forward to 2022, I read an email on LinkedIn about contributing to Apache 
Solr for the migration to Jersey. I approached them and was invited to join a 
Zoom meeting (Title: First Contributor Bootcamp Workshop Details!) where I was 
given an overview of how I could contribute. Thank you for that initial 
support, as it was vital for making my first PR. Now we are navigate through 
the more complex parts of the code, thank you for being patient with me.
A bit about myself: I am from a small town, Bathinda, located in northwest 
India. I graduated with a Master of Engineering from the University of Victoria 
in 2022. Currently, I am back in India (It's 44 degrees Celsius here. All 
good!) and working as an Assistant Professor at a local university. I am 
working on a course that I need to teach next term. I have already worked on 
the title -- Azure Administrator: Cloud Security, Compliance, and Network 
Management Essentials.Apart from computer stuff, I read and cook. I'm a big 
proponent of body movement and an Ashtanga practitioner (went to Mysore for a 
special yoga program).

Today, I received congratulations from many developers, and I feel like I 
already know them as I navigate my way through the code via git blame. Thank 
you so much for your contributions and for enabling us to learn more and 
contribute further. 
Thank you so much for this opportunity. I feel like it's just getting started, 
but I am excited and looking forward to the new changes we can bring to Solr. I 
called my mother to tell her this news, and then she asked me, "Is this a job?" 
I told her, "No, Mom, it's not. It's love!" 
Cheers!https://www.linkedin.com/in/sanjay-dutt-31828189/

 

On Tuesday, May 21, 2024 at 12:16:13 AM GMT+5:30, Jason Gerlowski 
 wrote:  
 
 Welcome and congratulations!

On Mon, May 20, 2024 at 2:04 PM Ishan Chattopadhyaya
 wrote:
>
> Welcome Sanjay. Many congratulations!
>
> On Mon, 20 May, 2024, 9:53 pm David Smiley,  wrote:
>
> > The Project Management Committee (PMC) for Apache Solr has invited
> > Sanjay Dutt to become a committer and we are pleased to announce that
> > they have accepted.
> >
> > Sanjay, the tradition is that new committers introduce themselves with
> > a brief bio.
> >
> > Congratulations and welcome!
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
> > For additional commands, e-mail: dev-h...@solr.apache.org
> >
> >
  



Re: Bugfix release Solr 9.6.1

2024-05-29 Thread Houston Putman
I did not, just did it by hand since there were so few commits. Happy to
incorporate that though if you want

On Wed, May 29, 2024 at 12:53 AM David Smiley  wrote:

> Curious, did you generate the list of people to think with
> https://github.com/apache/solr/pull/2424 ?
>
> On Thu, May 23, 2024 at 2:10 PM Houston Putman  wrote:
> >
> > Release notes can be found here:
> > https://cwiki.apache.org/confluence/display/SOLR/ReleaseNote9_6_1
> >
> > On Thu, May 23, 2024 at 12:55 PM Houston Putman 
> wrote:
> >
> > > NOTICE:
> > >
> > > I am now preparing for a bugfix release from branch branch_9_6
> > >
> > > 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.6.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.6.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
>
>