On 2/9/2015 6:19 PM, Benson Margulies wrote: > 4.10.3: Customized solrconfig.xml. > > My log shows: > > 2/9/2015, 8:14:44 PMWARNRequestHandlersMultiple requestHandler > registered to the same name: /update ignoring: > org.apache.solr.handler.UpdateRequestHandler > > But there is only one: > > <requestHandler name="/update" class="solr.UpdateRequestHandler"> > <lst name="defaults"> > <str name="update.chain">RNI</str> > </lst> > </requestHandler>
This is SOLR-6499. The fix was committed to branch_4x before its rename to branch_5x, but I doubt it was ever backported into the 4_10 branch. That backport needs to happen, so that this will be fixed if/when 4.10.4 is released. You could add default="true" to the definition of the RNI update chain as a workaround ... but depending on the rest of your config, that might break your setup. Thanks, Shawn