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/01/12 06:37:24 UTC

[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1206: [HUDI-322] DeltaSteamer should pick checkpoints off only deltacommits…

vinothchandar commented on a change in pull request #1206: [HUDI-322] DeltaSteamer should pick checkpoints off only deltacommits…
URL: https://github.com/apache/incubator-hudi/pull/1206#discussion_r365561070
 
 

 ##########
 File path: hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
 ##########
 @@ -378,7 +387,7 @@ private void refreshTimeline() throws IOException {
 
         // Schedule compaction if needed
         if (cfg.isAsyncCompactionEnabled()) {
-          scheduledCompactionInstant = writeClient.scheduleCompaction(Option.of(checkpointCommitMetadata));
+          scheduledCompactionInstant = writeClient.scheduleCompaction(Option.empty());
 
 Review comment:
   Seems this was being done so that when compaction is run inline (default), we would get the checkpoints? 

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