[ 
https://issues.apache.org/jira/browse/DROIDS-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995016#comment-12995016
 ] 

Bertil Chapuis commented on DROIDS-120:
---------------------------------------

There is a plan to replace TaskQueue by java.util.Queue instead (DROIDS-56). 
You may want to have a look at the patch and see if some modification have to 
be done to handle the exceptions more properly.

> Better exception handling in SimpleTaskQueue - merge
> ----------------------------------------------------
>
>                 Key: DROIDS-120
>                 URL: https://issues.apache.org/jira/browse/DROIDS-120
>             Project: Droids
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 0.0.1
>            Reporter: Eugen Paraschiv
>             Fix For: 0.0.1
>
>
> In SimpleTaskQueue - merge, any exception in any of the individual tasks 
> would end up in closing down the entire process and loosing all the results 
> in that particular collection. 
> This should not be the case - when iterating over a (possibly large) 
> collection, where each result is relevant, an exception should be logged and 
> the iteration should continue on to the next element. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to