diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 8dcc7e01b70..7b54c526730 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -285,6 +285,11 @@ Bug Fixes * SOLR-7545: Honour SOLR_HOST parameter with bin/solr{,.cmd} (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 ---------------------- @@ -393,10 +398,6 @@ Other Changes ZkCmdExecutor#ensureExists as they were doing the same thing. Also ZkCmdExecutor#ensureExists now respects the 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 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release