You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by md...@apache.org on 2021/04/12 19:51:00 UTC

[solr] branch main updated: Sync CHANGES for 8.8.2

This is an automated email from the ASF dual-hosted git repository.

mdrob pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 5157b48  Sync CHANGES for 8.8.2
5157b48 is described below

commit 5157b486f4d67702f5c7d55c2c8f1faea250ea8f
Author: Mike Drob <md...@apple.com>
AuthorDate: Mon Apr 12 14:50:49 2021 -0500

    Sync CHANGES for 8.8.2
---
 solr/CHANGES.txt | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 291fae0..b3aea05 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -258,8 +258,6 @@ Bug Fixes
 
 * SOLR-15162: Allow readOnly parameter to be used with v2 modify collection command (Eric Pugh)
 
-* SOLR-15233: Set doAs param in ConfigurableInternodeAuthHadoopPlugin (Geza Nagy, Jason Gerlowski, Mike Drob)
-
 * SOLR-15317: Correctly handle user principals with whitespace in PKIAuthPlugin (Dominik Dresel, Mike Drob)
 
 ==================  8.9.0 ==================
@@ -326,8 +324,6 @@ Bug Fixes
 * SOLR-15191: Fix JSON Faceting on EnumFieldType if allBuckets, numBuckets or missing is set.
   (Thomas Wöckinger, David Smiley)
 
-* SOLR-15249: Properly set ZK ACLs on /security.json (Mike Drob)
-
 * SOLR-15273: Fix NullPointerException in StoredFieldsShardResponseProcessor that happened when a field name alias is
   used for the unique key field in searches with distributed result grouping. (limingnihao via Christine Poerschke)
 
@@ -342,6 +338,19 @@ Other Changes
   be problematic with multiple replicas.  In 9.0 this situation will prevent collection initialization. (hossman)
 
 
+==================  8.8.2 ==================
+
+Bug Fixes
+---------------------
+
+* SOLR-15249: Properly set ZK ACLs on /security.json (Mike Drob)
+
+* SOLR-15288: Hardening NODEDOWN event in PRS collections (noble)
+
+* SOLR-15233: Set doAs param in ConfigurableInternodeAuthHadoopPlugin (Geza Nagy, Jason Gerlowski, Mike Drob)
+
+* SOLR-15217: Use shardsWhitelist in ReplicationHandler. (Bruno Roustant)
+
 ==================  8.8.1 ==================
 
 Bug Fixes