David Mollitor created THRIFT-4849:
--------------------------------------

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


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

Reply via email to