This is an automated email from the ASF dual-hosted git repository.
noble pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
from 4027aa7a434 SOLR-16225: Upgrade Carrot2 to 4.4.2 and HPPC to 0.9.1
(#884)
new a01e480e2b4 SOLR-16146: Avoid loading all collections during node
startup (#804)
new 7d537af3a05 SOLR-16146: removed unused code
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
solr/CHANGES.txt | 2 +
.../java/org/apache/solr/cloud/ZkController.java | 5 +-
.../handler/component/HttpShardHandlerFactory.java | 4 +
.../src/java/org/apache/solr/common/MapWriter.java | 3 +
.../solr/common/cloud/NodesSysPropsCacher.java | 229 ++++++---------------
.../solr/common/cloud/TestNodesSysPropsCacher.java | 56 +++++
6 files changed, 130 insertions(+), 169 deletions(-)
create mode 100644
solr/solrj/src/test/org/apache/solr/common/cloud/TestNodesSysPropsCacher.java