You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Risden (Jira)" <ji...@apache.org> on 2019/11/17 03:57:00 UTC

[jira] [Updated] (KNOX-2130) Handle InterruptedException better

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

Kevin Risden updated KNOX-2130:
-------------------------------
    Description: 
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

  was: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. 


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