[jira] [Updated] (SOLR-2655) DIH multi threaded mode does not resolves attributes correctly

2011-07-21 Thread Shalin Shekhar Mangar (JIRA)

 [ 
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

Cleaned up the tests a bit.

I'll commit this shortly.

> 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-branch_3x.patch, SOLR-2655.patch, 
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-2655) DIH multi threaded mode does not resolves attributes correctly

2011-07-20 Thread Shalin Shekhar Mangar (JIRA)

 [ 
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-branch_3x.patch

Patch for branch_3x

> 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-branch_3x.patch, 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-2655) DIH multi threaded mode does not resolves attributes correctly

2011-07-19 Thread Shalin Shekhar Mangar (JIRA)

 [ 
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-2655) DIH multi threaded mode does not resolves attributes correctly

2011-07-15 Thread Shalin Shekhar Mangar (JIRA)

 [ 
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

Patch by Frank Wesemann given in SOLR-2186

> 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
>
>
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org