This is an automated email from the ASF dual-hosted git repository.
cpoerschke 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 8c3bf90 SOLR-15676: add solr/CHANGES.txt entry
8c3bf90 is described below
commit 8c3bf90ff60e20e355f4c4ec3ef52910f622c59e
Author: Christine Poerschke <[email protected]>
AuthorDate: Thu Oct 28 14:53:26 2021 +0100
SOLR-15676: add solr/CHANGES.txt entry
---
solr/CHANGES.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 8576f90..1295962 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -431,6 +431,8 @@ 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-15676: Fix PeerSync failure due to RealTimeGetComponent returning
duplicates. (Ramsey Haddad, Christine Poerschke, David Smiley)
+
Build
---------------------