You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Dinesh Chitlangia (Jira)" <ji...@apache.org> on 2020/05/28 19:23:00 UTC

[jira] [Updated] (RATIS-950) Handle InterruptedException

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

Dinesh Chitlangia updated RATIS-950:
------------------------------------
    Description: 
InterruptedException should not be ignored, either the method should be re-interrupted or an exception should be thrown again.

This Jira aims to address all 29 occurrences of this violation in Ratis.

[https://sonarcloud.io/project/issues?id=apache_incubator-ratis&resolved=false&rules=java%3AS2142&types=BUG]

 

Issues in Native API can be ignore as it will be removed by RATIS-757

  was:
InterruptedException should not be ignored, either the method should be re-interrupted or an exception should be thrown again.

This Jira aims to address all 29 occurrences of this violation in Ratis.

[https://sonarcloud.io/project/issues?id=apache_incubator-ratis&resolved=false&rules=java%3AS2142&types=BUG]


> Handle InterruptedException
> ---------------------------
>
>                 Key: RATIS-950
>                 URL: https://issues.apache.org/jira/browse/RATIS-950
>             Project: Ratis
>          Issue Type: Sub-task
>    Affects Versions: 0.5.0
>            Reporter: Dinesh Chitlangia
>            Assignee: Dinesh Chitlangia
>            Priority: Major
>
> InterruptedException should not be ignored, either the method should be re-interrupted or an exception should be thrown again.
> This Jira aims to address all 29 occurrences of this violation in Ratis.
> [https://sonarcloud.io/project/issues?id=apache_incubator-ratis&resolved=false&rules=java%3AS2142&types=BUG]
>  
> Issues in Native API can be ignore as it will be removed by RATIS-757



--
This message was sent by Atlassian Jira
(v8.3.4#803005)