From 01cc22f77c7802aaa71ac95c5c6317517c79f3d3 Mon Sep 17 00:00:00 2001 From: paulb Date: Fri, 7 Jul 2023 17:09:14 +0200 Subject: [PATCH] SOLR-16877: Allow empty ZK data in Backup (#1764) Fixes #1764 (cherry picked from commit 6350eb53955639da1d1da60cf77d0ef440d9094d) --- solr/CHANGES.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 5cb81e67913..88d63237c86 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -298,10 +298,6 @@ 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) - -* SOLR-16891: DocCollection, Slice and Replica now write to Json and write to Maps identically. (Houston Putman, Tomás Fernández Löbbe) - Dependency Upgrades --------------------- * PR#1744: Update software.amazon.awssdk:* to v2.20.97 (solrbot)