mirror of https://github.com/apache/lucene.git
SOLR-7503: move changes text to bug fixes section was in other changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680106 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aecf45429c
commit
685a9f2643
|
@ -285,6 +285,11 @@ Bug Fixes
|
||||||
* SOLR-7545: Honour SOLR_HOST parameter with bin/solr{,.cmd}
|
* SOLR-7545: Honour SOLR_HOST parameter with bin/solr{,.cmd}
|
||||||
(Ishan Chattopadhyaya via Ramkumar Aiyengar)
|
(Ishan Chattopadhyaya via Ramkumar Aiyengar)
|
||||||
|
|
||||||
|
* SOLR-7503: Recovery after ZK session expiration should happen in parallel for all cores
|
||||||
|
using the thread-pool managed by ZkContainer instead of a single thread.
|
||||||
|
(Jessica Cheng Mallet, Timothy Potter, shalin, Mark Miller)
|
||||||
|
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
@ -393,10 +398,6 @@ Other Changes
|
||||||
ZkCmdExecutor#ensureExists as they were doing the same thing. Also ZkCmdExecutor#ensureExists now respects the
|
ZkCmdExecutor#ensureExists as they were doing the same thing. Also ZkCmdExecutor#ensureExists now respects the
|
||||||
CreateMode passed to it. (Varun Thacker)
|
CreateMode passed to it. (Varun Thacker)
|
||||||
|
|
||||||
* SOLR-7503: Recovery after ZK session expiration should happen in parallel for all cores
|
|
||||||
using the thread-pool managed by ZkContainer instead of a single thread.
|
|
||||||
(Jessica Cheng Mallet, Timothy Potter, shalin, Mark Miller)
|
|
||||||
|
|
||||||
================== 5.1.0 ==================
|
================== 5.1.0 ==================
|
||||||
|
|
||||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
||||||
|
|
Loading…
Reference in New Issue