From ee92d7d78bf03b5f2c27f4bd6911331846f7a48c Mon Sep 17 00:00:00 2001 From: Houston Putman Date: Mon, 17 Jul 2023 16:25:50 -0400 Subject: [PATCH] SOLR-16753: Fix PRS state update for splitShard (#1787) (cherry picked from commit 0a2bda206a0bee4668cbdf3e6410202113abe784) --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 88d63237c86..c79ff299725 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -298,6 +298,8 @@ Bug Fixes * SOLR-16877: BackupManager now allows ConfigSet "files" to be empty, which previously caused NPEs. (Paul Blanchaert via Houston Putman) +* SOLR-16753: PRS state is now always updated at the end of a splitShard. (Houston Putman, hossman) + Dependency Upgrades --------------------- * PR#1744: Update software.amazon.awssdk:* to v2.20.97 (solrbot)