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/12/11 18:52:33 UTC

[14/21] lucene-solr:jira/solr-11285-sim: SOLR-11423: fix solr/CHANGES.txt, fixed in 7.2 not 7.1

SOLR-11423: fix solr/CHANGES.txt, fixed in 7.2 not 7.1


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

Branch: refs/heads/jira/solr-11285-sim
Commit: 3a7f1071644ffe11ee74c96cfd4946204b6544b5
Parents: cb14da3
Author: Scott Blum <dr...@apache.org>
Authored: Fri Dec 8 14:25:44 2017 -0500
Committer: Scott Blum <dr...@apache.org>
Committed: Fri Dec 8 14:25:44 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3a7f1071/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 148b069..1218171 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -160,6 +160,8 @@ New Features
 Bug Fixes
 ----------------------
 
+* SOLR-11423: Overseer queue needs a hard cap (maximum size) that clients respect (Scott Blum, Joshua Humphries, Noble Paul)
+
 * SOLR-11445: Overseer should not hang when process bad message. (Cao Manh Dat, shalin) 
 
 * SOLR-11447: ZkStateWriter should process commands in atomic. (Cao Manh Dat, shalin)
@@ -443,8 +445,6 @@ New Features
 Bug Fixes
 ----------------------
 
-* SOLR-11423: Overseer queue needs a hard cap (maximum size) that clients respect (Scott Blum, Joshua Humphries, Noble Paul)
-
 * SOLR-10602: Triggers should be able to restore state from old instances when taking over. (shalin)
 
 * SOLR-10714: OverseerTriggerThread does not start triggers on overseer start until autoscaling