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

   Based on the current Hudi three-phase submission protocol: including data 
snapshot, submit commit file, and submit ckp_meta
   
   If you need to ensure that the `StreamWriteOperatorCoordinator` and 
`Operator` are coordinated, a better way when the above problem occurs is to 
let the task backpressure, subTask cannot handle data writing, instead of 
letting subTask create a parquet file based on Instant B, and then B is C 
Rolling back creates an incongruous situation, so this PR's workaround can do 
just that.


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