mirror of https://github.com/apache/lucene.git
SOLR-10876: Regression in loading runtime UpdateRequestProcessors like TemplateUpdateProcessorFactory
This commit is contained in:
parent
92b17838a3
commit
c3c895548f
|
@ -92,6 +92,8 @@ Upgrading from Solr 6.x
|
|||
* Custom SolrMetricReporter classes must implement a new, factored out doInit() method and the validate() method
|
||||
must pass for all reporters including reporters that are not enabled, please see SOLR-10671 for details.
|
||||
|
||||
* TemplateUpdateRequestProcessorFactory uses {} instead of ${} for template
|
||||
|
||||
New Features
|
||||
----------------------
|
||||
* SOLR-9857, SOLR-9858: Collect aggregated metrics from nodes and shard leaders in overseer. (ab)
|
||||
|
|
Loading…
Reference in New Issue