danny0405 commented on PR #10767:
URL: https://github.com/apache/hudi/pull/10767#issuecomment-1968015054

   > After the OperatorCoordinator completes processing the 
notifyCheckpointComplete, it will create a new Instant, and the subTask will 
create the corresponding parquet file, etc. based on the Instant.
   OperatorCoordinator then processes the bootstrap event, creates another new 
Instant, and rolls back the Instant created in the third step. This causes 
OperatorCoordinator and Operator to begin to be inconsistent.
   
   What is exactly the instant time of the bootstrap instant (should be the 
inflight instant if the metadata file not committed or empty if it is), and why 
the coordinator rollsback the instant then if the instant has been committed 
successfully?


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