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

This commit is contained in:
Scott Blum 2017-12-08 14:25:44 -05:00
parent cb14da3b12
commit 3a7f107164
1 changed files with 2 additions and 2 deletions

View File

@ -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