[
https://issues.apache.org/jira/browse/SOLR-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-2655:
----------------------------------------
Attachment: SOLR-2655.patch
The problem affects child entities only. The problem was that
EntityProcessor.init was called after ThreadedEntityProcessorWrapper.init which
populates rows in the resolver. Therefore the
# The first call to EP.init() fails to resolve attributes which depend on the
parent row
# The subsequent calls to EP.init resolves attributes based on the previous
parent row, not the current one.
Fix is attached.
> DIH multi threaded mode does not resolves attributes correctly
> --------------------------------------------------------------
>
> Key: SOLR-2655
> URL: https://issues.apache.org/jira/browse/SOLR-2655
> Project: Solr
> Issue Type: Bug
> Components: contrib - DataImportHandler
> Reporter: Shalin Shekhar Mangar
> Assignee: Shalin Shekhar Mangar
> Priority: Minor
> Fix For: 3.4, 4.0
>
> Attachments: SOLR-2655.patch, SOLR-2655.patch
>
>
> DIH multi-threaded mode sometimes fails to resolve entity attributes.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]