This is an automated email from the ASF dual-hosted git repository.
noble 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 69320ec6293 SOLR-16478 : CHANGES.txt
69320ec6293 is described below
commit 69320ec6293ae7e8917a118f2bdd9e68ddf393ae
Author: Noble Paul <[email protected]>
AuthorDate: Fri Oct 21 11:28:25 2022 +1100
SOLR-16478 : CHANGES.txt
---
solr/CHANGES.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ed361401313..d69a39b7c20 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -250,7 +250,8 @@ Bug Fixes
* SOLR-16463: Workaround for serious crash on JDK17+ due to JIT on
caffeinecache (janhoy, Uwe Schindler)
-Other Changes
+* SOLR-16478 :removing a replica should delete the PRS entry from the hostnode
and not from overseer (Patson Luk via noble)
+
---------------------
* SOLR-16351: Upgrade Carrot2 to 4.4.3, upgrade randomizedtesting to 2.8.0.
(Dawid Weiss)