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 2020/06/24 22:51:04 UTC

[GitHub] [hudi] vinothchandar commented on a change in pull request #1765: [HUDI-1049] 0.5.3 Patch - In inline compaction mode, previously failed compactions needs to be retried before new compactions

vinothchandar commented on a change in pull request #1765:
URL: https://github.com/apache/hudi/pull/1765#discussion_r445214053



##########
File path: hudi-client/src/main/java/org/apache/hudi/client/HoodieWriteClient.java
##########
@@ -1147,6 +1148,18 @@ private HoodieCommitMetadata doCompactionCommit(HoodieTable<T> table, JavaRDD<Wr
     return metadata;
   }
 
+  private void runEarlierInflightCompactions(HoodieTable<T> table) {

Review comment:
       can we add a test for this? 




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