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 2017/12/07 20:27:42 UTC

lucene-solr:branch_7x: SOLR-9743: Reverse inadvertent relocating edits in 7.1.0 and 7.2.0 sections.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 9e3a04d9a -> 2f0d5bef2


SOLR-9743: Reverse inadvertent relocating edits in 7.1.0 and 7.2.0 sections.


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

Branch: refs/heads/branch_7x
Commit: 2f0d5bef2e9f4bece683033276b6f552c0ebed30
Parents: 9e3a04d
Author: Christine Poerschke <cp...@apache.org>
Authored: Thu Dec 7 20:26:15 2017 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Thu Dec 7 20:26:15 2017 +0000

----------------------------------------------------------------------
 solr/CHANGES.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2f0d5bef/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6cbd4e4..b253cc9 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -167,9 +167,6 @@ Bug Fixes
 
 * SOLR-11413: SolrGraphiteReporter fails to report metrics due to non-thread safe code. (Erik Persson, ab)
 
-* SOLR-9440: The ZkStateReader.removeCollectionStateWatcher method can cache a DocCollection reference and
-  never update it causing stale state to be returned in ClusterState. (shalin)
-
 * SOLR-11560: Specifying the replicationFactor parameter while restoring a collection would lead to extra tlog
   and pull replicas being created (Peter Szantai-Kis, Varun Thacker)
 
@@ -177,6 +174,9 @@ Bug Fixes
 
 * SOLR-11503: Collections created with legacyCloud=true cannot be opened if legacyCloud=false (Erick Erickson)
 
+* SOLR-9440: The ZkStateReader.removeCollectionStateWatcher method can cache a DocCollection reference and
+  never update it causing stale state to be returned in ClusterState. (shalin)
+
 * SOLR-11619: V2 requests that needed to be forwarded to other nodes would get an NPE. (David Smiley)
 
 * SOLR-11231: Guard against unset fields when performing language detection.
@@ -1230,12 +1230,12 @@ Other Changes
 * SOLR-11068: MOVEREPLICA and REPLACENODE API parameter names are now 'sourceNode' and 'targetNode'. The old names
   viz. 'fromNode' for MOVEREPLICA and 'source', 'target' for REPLACENODE have been deprecated. (shalin)
 
-* SOLR-11088: Fix sporadic failures of MetricsHandlerTest.testPropertyFilter on jenkins (shalin)
-
 * SOLR-11037: Refactor to provide NodeConfig.getSolrDataHome internal API. (ab, janhoy, shalin)
 
 * SOLR-11119: Switch from Trie to Points field types in the .system collection schema. (Steve Rowe)
 
+* SOLR-11088: Fix sporadic failures of MetricsHandlerTest.testPropertyFilter on jenkins (shalin)
+
 * SOLR-10494: Make default response format JSON (wt=json), and also indent text responses formats
   (indent=on) by default (Trey Grainger & Cassandra Targett via hossman)