[
https://issues.apache.org/jira/browse/KNOX-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16976052#comment-16976052
]
ASF subversion and git services commented on KNOX-2130:
-------------------------------------------------------
Commit 9b244d7b4101f386bb71bc4244c77e37d0dfb0b5 in knox's branch
refs/heads/master from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=9b244d7 ]
KNOX-2130 - Handle InterruptedException better (#199)
Signed-off-by: Kevin Risden <[email protected]>
> Handle InterruptedException better
> ----------------------------------
>
> Key: KNOX-2130
> URL: https://issues.apache.org/jira/browse/KNOX-2130
> Project: Apache Knox
> Issue Type: Bug
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Minor
> Fix For: 1.4.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> InterruptedException should not be completely ignored. In many cases we catch
> InterruptedException and then don't do anything. At minimum, we should at
> least set the interrupted flag on the thread.
> https://stackoverflow.com/questions/3976344/handling-interruptedexception-in-java
--
This message was sent by Atlassian Jira
(v8.3.4#803005)