mirror of https://github.com/apache/lucene.git
SOLR-14610: CHANGES.txt
This commit is contained in:
parent
2155258974
commit
4ae976bdf0
|
@ -119,11 +119,15 @@ Improvements
|
|||
logs from the receiving coordinator node with those from downstream shard requests. This can be disabled by providing a
|
||||
disableRequestId=true request parameter. (Jason Gerlowski)
|
||||
|
||||
|
||||
|
||||
Optimizations
|
||||
---------------------
|
||||
|
||||
* SOLR-14354: HttpShardHandler send requests in async (Cao Manh Dat).
|
||||
|
||||
* SOLR-14610: ReflectMapWriter to use MethodHandle instead of old reflection (noble)
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
(No changes)
|
||||
|
@ -133,8 +137,6 @@ Other Changes
|
|||
|
||||
* SOLR-14592: Upgrade Zookeeper to 3.6.1. NOTE: this required upgrading netty to 4.1.50 (Erick Erickson)
|
||||
|
||||
* SOLR-14610: ReflectMapWriter to use VarHandle instead of reflection (noble)
|
||||
|
||||
* SOLR-10742: SolrCores.getNamesForCore is quite inefficient and blocks other core operations.
|
||||
NOTE: this experimental method has been removed (Erick Erickson)
|
||||
|
||||
|
|
Loading…
Reference in New Issue