bshashikant 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_r373376009
 
 

 ##########
 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:
   Addressed in the latest patch..

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