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/05/17 21:21:17 UTC

[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #651: Spark Stage retry handling

vinothchandar commented on a change in pull request #651: Spark Stage retry handling
URL: https://github.com/apache/incubator-hudi/pull/651#discussion_r285229059
 
 

 ##########
 File path: hoodie-client/src/main/java/com/uber/hoodie/HoodieWriteClient.java
 ##########
 @@ -1311,6 +1319,23 @@ private HoodieCommitMetadata doCompactionCommit(JavaRDD<WriteStatus> writeStatus
       metadata.addWriteStat(stat.getPartitionPath(), stat);
     }
 
+    // Finalize write
+    final Timer.Context finalizeCtx = metrics.getFinalizeCtx();
 
 Review comment:
   nit: is there a way to share this code with the deltacommit/commit path? 

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