You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2017/01/03 18:43:43 UTC

[2/2] lucene-solr:branch_6x: SOLR-9915: PeerSync alreadyInSync check is not backwards compatible and results in full replication during a rolling restart

SOLR-9915: PeerSync alreadyInSync check is not backwards compatible and results in full replication during a rolling restart


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/122fa6cf
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/122fa6cf
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/122fa6cf

Branch: refs/heads/branch_6x
Commit: 122fa6cf64a56dd5ab5aff84f7f5c9a1305bde4e
Parents: 1b9564a
Author: Noble Paul <no...@apache.org>
Authored: Wed Jan 4 05:13:28 2017 +1030
Committer: Noble Paul <no...@apache.org>
Committed: Wed Jan 4 05:13:28 2017 +1030

----------------------------------------------------------------------
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/122fa6cf/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 8685d57..09bc1aa 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -299,6 +299,9 @@ Other Changes
 
 * SOLR-9448: providing a test to workaround a differently named uniqueKey field (Mikhail Khludnev)
 
+* SOLR-9915: PeerSync alreadyInSync check is not backwards compatible and results in full replication during a rolling restart
+  (Tim Owen via noble)
+
 ==================  6.3.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.