[
https://issues.apache.org/jira/browse/STORM-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
P. Taylor Goetz updated STORM-772:
----------------------------------
Fix Version/s: (was: 0.11.0)
0.10.0
> Tasts fail periodically with InterruptedException or InterruptedIOException
> ---------------------------------------------------------------------------
>
> Key: STORM-772
> URL: https://issues.apache.org/jira/browse/STORM-772
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Robert Joseph Evans
> Assignee: Robert Joseph Evans
> Labels: newbie
> Fix For: 0.10.0
>
>
> Sometimes tests will fail when a local cluster is being shut down because a
> thread was interrupted. This seems to occur most around the disruptor queue
> consume-loop* in executor.clj. The error handler for that method does not
> deal with Interrupted type exceptions at all, instead it reports the error
> and shuts down the entire process. We should add in checks similar to other
> places that look for InterruptedException or InterruptedIOExcepion and ignore
> the Exception, but then shut down the thread.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)