mukul1987 commented on a change in pull request #507: HDDS-2936. Hive queries 
fail at readFully
URL: https://github.com/apache/hadoop-ozone/pull/507#discussion_r372931952
 
 

 ##########
 File path: 
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/io/KeyOutputStream.java
 ##########
 @@ -356,6 +370,7 @@ private void handleRetry(IOException exception, long len) 
throws IOException {
         msg = "Retry request failed. " + action.reason;
         LOG.error(msg, exception);
       }
+      isException = true;
       throw new IOException(msg, exception);
 
 Review comment:
   Lets put 
   isException &  throw new IOException(msg, exception); into one function. So 
that both of these are always updated together.

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


With regards,
Apache Git Services

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

Reply via email to