Ted Yu created RATIS-350:
----------------------------

             Summary: Restore interrupt status upon catching 
InterruptedException
                 Key: RATIS-350
                 URL: https://issues.apache.org/jira/browse/RATIS-350
             Project: Ratis
          Issue Type: Improvement
            Reporter: Ted Yu


The following example comes from GrpcLogAppender#mayWait :
{code}
      } catch(InterruptedException ie) {
        LOG.warn(this + ": Wait interrupted by " + ie);
      }
{code}
The interrupt status should be restored before returning.



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

Reply via email to