You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Zhaojing Yu (Jira)" <ji...@apache.org> on 2022/10/01 12:23:00 UTC

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

     [ https://issues.apache.org/jira/browse/HUDI-3407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhaojing Yu updated HUDI-3407:
------------------------------
    Fix Version/s: 0.13.0
                       (was: 0.12.1)

> 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
>          Components: multi-writer
>            Reporter: Alexey Kudinkin
>            Priority: Critical
>             Fix For: 0.13.0
>
>
> 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.10#820010)