hbgstc123 commented on PR #8950:
URL: https://github.com/apache/hudi/pull/8950#issuecomment-1590925135

   > > the job fail after compaction committed, then job restart and rerun this 
compaction instant, this second run will again compact fileID1_timestamp1.log 
and fileID1_0-1-0_timestamp1.parquet,
   > 
   > We should skip the completed instant, is that the behavior of current code 
then?
   > 
   > ```java
   >      // fetch the instant based on the configured execution sequence
   >       HoodieTimeline pendingCompactionTimeline = 
table.getActiveTimeline().filterPendingCompactionTimeline();
   > ```
   
   yes, but that is the client code, task fail and restart won't rerun that 
code.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to