mirror of https://github.com/apache/lucene.git
SOLR-11423: fix solr/CHANGES.txt, fixed in 7.2 not 7.1
This commit is contained in:
parent
cb14da3b12
commit
3a7f107164
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue