You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/09/04 01:51:09 UTC

[GitHub] [incubator-hudi] leesf commented on a change in pull request #875: [HUDI-236] Failed to close stream

leesf commented on a change in pull request #875: [HUDI-236] Failed to close stream
URL: https://github.com/apache/incubator-hudi/pull/875#discussion_r320543508
 
 

 ##########
 File path: hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieWithTimelineServer.java
 ##########
 @@ -124,6 +127,22 @@ public String sendRequest(String driverHost, int port) throws RuntimeException {
       return result.toString();
     } catch (Exception ex) {
       throw new RuntimeException(ex);
+    } finally {
 
 Review comment:
   @vinothchandar Yes, updated the PR to address your comment.

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