SOLR-10876: Regression in loading runtime UpdateRequestProcessors like TemplateUpdateProcessorFactory

This commit is contained in:
Noble Paul 2017-06-14 18:56:43 +09:30
parent 92b17838a3
commit c3c895548f
1 changed files with 2 additions and 0 deletions

View File

@ -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)