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

[lucene-solr] 03/03: SOLR-15676: add solr/CHANGES.txt entry

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

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

commit 9673f6654eb82ccee7db33ef5f4dabb234a56db4
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Thu Oct 28 14:53:26 2021 +0100

    SOLR-15676: add solr/CHANGES.txt entry
    
    (cherry picked from commit 8c3bf90ff60e20e355f4c4ec3ef52910f622c59e)
    
    Resolved Conflicts:
    	solr/CHANGES.txt
---
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 9b02acc..b7fa6f5 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -37,6 +37,9 @@ Bug Fixes
 * SOLR-15628: The SolrException.log() helper method has been fixed to correctly passes the Throwable to the Logger w/o stringification (hossman)
 
 * SOLR-15722: Delete Replica does not delete the Per replica state (noble)
+
+* SOLR-15676: Fix PeerSync failure due to RealTimeGetComponent returning duplicates. (Ramsey Haddad, Christine Poerschke, David Smiley)
+
 Build
 ---------------------