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/15 19:24:58 UTC

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

Robert Joseph Evans created STORM-772:
-----------------------------------------

             Summary: 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


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)