mirror of https://github.com/apache/lucene.git
SOLR-8745: Move CHANGES.txt entry to 6.1
This commit is contained in:
parent
85945ef2a7
commit
4fbfeb0123
|
@ -56,6 +56,9 @@ Optimizations
|
|||
* SOLR-8722: Don't force a full ZkStateReader refresh on every Overseer operation.
|
||||
(Scott Blum via shalin)
|
||||
|
||||
* SOLR-8745: Deprecate costly ZkStateReader.updateClusterState(), replace with a narrow
|
||||
forceUpdateCollection(collection) (Scott Blum via shalin)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
* SOLR-7516: Improve javadocs for JavaBinCodec, ObjectResolver and enforce the single-usage policy.
|
||||
|
@ -346,9 +349,6 @@ Optimizations
|
|||
|
||||
* SOLR-8720: ZkController#publishAndWaitForDownStates should use #publishNodeAsDown. (Mark Miller)
|
||||
|
||||
* SOLR-8745: Deprecate costly ZkStateReader.updateClusterState(), replace with a narrow
|
||||
forceUpdateCollection(collection) (Scott Blum via shalin)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue