[ https://issues.apache.org/jira/browse/SOLR-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Frank Wesemann updated SOLR-2186: --------------------------------- Attachment: SOLR-2186.patch This improved patch addresses the issue that Evaluators ( classes inheriting from o.a.s.dih.Evaluator ) may hit an empty Context in an "threaded" mode. This is done by setting {{Context.CURRENT_CONTEXT.set(context);}} before {{initEntity()}} is called. This patch may also adress SOLR-2463 (or at least give a hint that somewhere else {{CURRENT_CONTEXT}} is set lately). > DataImportHandler multi-threaded option throws exception > -------------------------------------------------------- > > Key: SOLR-2186 > URL: https://issues.apache.org/jira/browse/SOLR-2186 > Project: Solr > Issue Type: Bug > Components: contrib - DataImportHandler > Reporter: Lance Norskog > Assignee: Grant Ingersoll > Attachments: SOLR-2186.patch, Solr-2186.patch, TikaResolver.patch > > > The multi-threaded option for the DataImportHandler throws an exception and > the entire operation fails. This is true even if only 1 thread is configured > via *threads='1'* -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org