From 3a7f1071644ffe11ee74c96cfd4946204b6544b5 Mon Sep 17 00:00:00 2001 From: Scott Blum Date: Fri, 8 Dec 2017 14:25:44 -0500 Subject: [PATCH] SOLR-11423: fix solr/CHANGES.txt, fixed in 7.2 not 7.1 --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 148b069da83..1218171f7f3 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