Make sure Restore operation is Not Concurrent w/ Writes in Multi-Writer scenario
Open
area:concurrency
from-jira
priority:high
type:bug
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
Currently there's no guard-rail that would prevent Restore from running concurrently with Writes in Multi-Writer scenario, which might lead to table getting into inconsistent state.
One of the approaches could be letting Restore to acquire the Write lock for the whole duration of its operation.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-3407
- Type: Bug
- Epic: https://issues.apache.org/jira/browse/HUDI-5425
- Fix version(s):
- 1.1.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.