Re: [VOTE] Release Solr 9.4.0 RC2

2023-10-14 Thread Alex Deparvu
It's been >72h since the vote was initiated and the result is:

+1  5  (4 binding)
 0  0
-1  0

This vote has PASSED

On Wed, Oct 11, 2023 at 3:07 PM Jan Høydahl  wrote:

> +1 (binding)
>
> SUCCESS! [0:40:48.041729]
>
> Jan
>
> > 11. okt. 2023 kl. 04:58 skrev Alex Deparvu :
> >
> > Please vote for release candidate 2 for Solr 9.4.0
> >
> > The artifacts can be downloaded from:
> >
> https://dist.apache.org/repos/dist/dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96
> >
> > 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.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96
> >
> > 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.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr
> > && \
> >  docker build
> $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-full \
> >--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> >-t solr-rc:9.4.0-2 && \
> >  docker build
> $SOLR_DOWNLOAD_SERVER/9.4.0/docker/Dockerfile.official-slim \
> >--build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
> >-t solr-rc:9.4.0-2-slim
> >
> > The vote will be open for at least 72 hours i.e. until 2023-10-14 03:00
> UTC.
> >
> > [ ] +1  approve
> > [ ] +0  no opinion
> > [ ] -1  disapprove (and reason why)
> >
> > Here is my +1 (non binding)
> >
> > best,
> > alex
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
> For additional commands, e-mail: dev-h...@solr.apache.org
>
>


[RESULT] [VOTE] Release Solr 9.4.0 RC2

2023-10-14 Thread Alex Deparvu
It's been >72h since the vote was initiated and the result is:

+1  5  (4 binding)
 0  0
-1  0

This vote has PASSED


[ANNOUNCE] Apache Solr 9.4.0 released

2023-10-14 Thread Alex Deparvu
The Solr PMC is pleased to announce the release of Apache Solr 9.4.0.

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.4.0 is available for immediate download at:

  

### Solr 9.4.0 Release Highlights:

 * The Lucene version used by Solr has been upgraded to 9.8 – see its
release notes.
 * The Jetty version has been updated to 10.0.17 to address CVE-2023-44487
 * Added support for node-level caches
 * Circuit Breakers available for Update Requests
 * A new Circuit breaker for percentage of CPU utilization is added. The
former "CPU" circuit breaker is now more correctly named
LoadAverageCircuitBreaker as it trips on system load average which is not a
percentage.
 * Solr now includes an always-on trace id generator. This will inject
trace id headers for every Solr request, propagating the client supplied
value or generating a new id as needed and replaces the existing `rid`
mechanism.
 * Solr now limits the number of concurrent expensive core operations (such
as "backup", "restore", and "split") that are submitted asynchronously by
running them in a dedicated thread pool.
 * Added support of OAuth 2.0/OIDC 'code with PKCE' flow
 * Multiple bug fixes for TLS and mTLS

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_4/upgrade-notes/solr-upgrade-notes.html
>

Please read CHANGES.txt for a full list of new features, changes and
bugfixes: