You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/11/23 13:36:31 UTC

[GitHub] [hadoop-ozone] cxorm commented on a change in pull request #257: HDDS-2573. Handle InterruptedException in KeyOutputStream.

cxorm commented on a change in pull request #257: HDDS-2573. Handle InterruptedException in KeyOutputStream.
URL: https://github.com/apache/hadoop-ozone/pull/257#discussion_r349873078
 
 

 ##########
 File path: hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/io/KeyOutputStream.java
 ##########
 @@ -364,6 +364,7 @@ private void handleRetry(IOException exception, long len) throws IOException {
       try {
         Thread.sleep(action.delayMillis);
       } catch (InterruptedException e) {
+        Thread.currentThread().interrupt();
 
 Review comment:
   LGTM.
   I build it and work well.
   Waiting the retest.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org