You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Alexey Kudinkin (Jira)" <ji...@apache.org> on 2022/02/09 22:57:00 UTC

[jira] [Created] (HUDI-3407) Make sure Restore operation is Not Concurrent w/ Writes in Multi-Writer scenario

Alexey Kudinkin created HUDI-3407:
-------------------------------------

             Summary: Make sure Restore operation is Not Concurrent w/ Writes in Multi-Writer scenario
                 Key: HUDI-3407
                 URL: https://issues.apache.org/jira/browse/HUDI-3407
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: Alexey Kudinkin


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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)