You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ge...@apache.org on 2021/10/22 14:15:40 UTC

[lucene-solr] branch branch_8x updated: SOLR-15696: CHANGES.txt entry

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

gerlowskija pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new e06b58c  SOLR-15696: CHANGES.txt entry
e06b58c is described below

commit e06b58c8e3dad17dccd7e61611985429c1d540f2
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Fri Oct 22 10:15:21 2021 -0400

    SOLR-15696: CHANGES.txt entry
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 91f67d0..06f1a3f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -32,6 +32,8 @@ Bug Fixes
 
 * SOLR-15702: Fix S3Repository to follow BackupRepository.createDirectory() API contract (Houston Putman)
 
+* SOLR-15696: Incremental backups no longer fail on collections where a 'SPLITSHARD' operation previously occurred. (Jason Gerlowski)
+
 Build
 ---------------------