You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2015/04/16 23:02:59 UTC

[jira] [Assigned] (STORM-772) Tasts fail periodically with InterruptedException or InterruptedIOException

     [ https://issues.apache.org/jira/browse/STORM-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans reassigned STORM-772:
-----------------------------------------

    Assignee: Robert Joseph Evans

> 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
>
> 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)