leventov commented on a change in pull request #6943: InterruptedExceptions 
should never be ignored in the code.
URL: https://github.com/apache/incubator-druid/pull/6943#discussion_r317582147
 
 

 ##########
 File path: 
core/src/main/java/org/apache/druid/java/util/http/client/pool/ResourcePool.java
 ##########
 @@ -186,7 +186,7 @@ V get()
             this.wait();
           }
           catch (InterruptedException e) {
-            Thread.interrupted();
 
 Review comment:
   @kamaci could you please prohibit using Checkstyle like
   ```
   ^\s+Thread\.interrupted\(\)\;
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to