Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
rollbackFailedWrites now will get all inflight instants excluding compaction and clustering
and rollback expired instants in them. However, for concurrent write, an instant can be included in infight instants and become completed before checking whether its heartbeat is expired. And then the completed instant be rollbacked which will cause data loss (For marker based rollback strategy, rollback will fail because we can't rollback an completed instant using marker).
An pr will be issued to solve the problem
Attachments
Issue Links
- Blocked
-
HUDI-7361 Fix a concurrency issue caused by clean
- Closed
- links to