You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/07/08 17:08:00 UTC

[jira] [Resolved] (THRIFT-4849) Do not Ignore InterruptedException

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

James E. King III resolved THRIFT-4849.
---------------------------------------
       Resolution: Fixed
         Assignee: James E. King III
    Fix Version/s: 0.13.0

> Do not Ignore InterruptedException
> ----------------------------------
>
>                 Key: THRIFT-4849
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4849
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>    Affects Versions: 0.12.0
>            Reporter: David Mollitor
>            Assignee: James E. King III
>            Priority: Minor
>             Fix For: 0.13.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {code:java}
>     } catch (InterruptedException e) {
>       // for now, just silently ignore. technically this means we'll have less of
>       // a graceful shutdown as a result.
>     }
> {code}
> https://github.com/apache/thrift/blob/master/lib/java/src/org/apache/thrift/server/TNonblockingServer.java#L88-L91



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)