yihua commented on issue #6283: URL: https://github.com/apache/hudi/issues/6283#issuecomment-1205716252
By default, timeline-server-based markers are used. `MARKERS.type` indicates whether direct (with `.marker` files your mentioned) or timeline-server-based markers (aggregated in `MARKERS0` etc.) are used. The rollback fails due to the wrongly identified marker type (similar to this issue #6224). There is a pending fix on this: https://github.com/apache/hudi/pull/6266/files For recovery, you can try disable `hoodie.rollback.using.markers` (https://hudi.apache.org/docs/configurations#hoodierollbackusingmarkers). -- 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]
