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