apache / apache/hudi

Make sure Restore operation is Not Concurrent w/ Writes in Multi-Writer scenario

Open
#15,019 0 comments 0 reactions 1 assignee Claimed by @danny0405 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.