Details
-
Epic
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
0.9.0
-
None
-
Multi-writer & OCC
Description
This ticket tracks all the changes needed to support concurrency control for Hudi tables. This work will be done in multiple phases.
- Parallel writing to Hudi tables support -> This feature will allow users to have multiple writers mutate the tables without the ability to perform concurrent update to the same file.
- Concurrency control at file/record level -> This feature will allow users to have multiple writers mutate the tables with the ability to ensure serializability at record level.
Attachments
Attachments
Issue Links
- is a parent of
-
HUDI-1709 Improve lock config naming convention and add hive metastore uri config
- Closed
-
HUDI-845 Allow parallel writing to Hudi tables using Locking service
- Closed
-
HUDI-944 Support more complete concurrency control when writing data
- Closed
-
HUDI-1486 Remove pending rollback and move to cleaner
- Closed
-
HUDI-1679 Add example to docker for optimistic lock use
- Resolved
- is related to
-
HUDI-5197 Support Java client
- Open