You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/07/03 09:37:39 UTC

[59/59] [abbrv] lucene-solr:jira/solr-10878: Update CHANGES.

Update CHANGES.


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

Branch: refs/heads/jira/solr-10878
Commit: fb7a5397c055f51aa1031ece4019b9a67f829a4f
Parents: cb12b44
Author: Andrzej Bialecki <ab...@apache.org>
Authored: Mon Jul 3 11:36:16 2017 +0200
Committer: Andrzej Bialecki <ab...@apache.org>
Committed: Mon Jul 3 11:36:16 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/fb7a5397/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index aadc6db..4b33ca4 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -232,6 +232,8 @@ Bug Fixes
 * SOLR-6807: CloudSolrClient's ZK state version check with the server was ignored when handleSelect=false
   (David Smiley)
 
+* SOLR-10878: MOVEREPLICA command may lose data when replicationFactor is 1. (ab, shalin)
+
 Optimizations
 ----------------------