deepakpanda93 commented on issue #14898:
URL: https://github.com/apache/hudi/issues/14898#issuecomment-5290285590

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   Findings: this was fixed by #3827 - *"[HUDI-2573] Fixing double locking with 
multi-writers"* - merged 2021-10-29 (merge commit `29574af239ae`, +281/-61 
across 18 files).
   
   The fix introduced the transaction-manager abstraction this ticket asked 
for; `TransactionManager` (with `DirectMarkerTransactionManager` and 
`TestTransactionManager`) is present on `master` today. Containment was verified
   against the release tags rather than inferred from the merge date: the 
commit is absent from `release-0.9.0` and present from **0.10.0** onward.
   
   One caveat: the second line of this ticket ("Cleaner, rollback and archival 
needs to be fixed on this end") is broader than what #3827 covered. If any of 
those specific paths still exhibit double locking, please reopen with details 
and we will track it separately.
   
   Available in **0.10.0** and later.
   
   Closing as fixed.


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