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

[jira] [Closed] (HUDI-4895) Object Store based lock provider

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

Yuwei Xiao closed HUDI-4895.
----------------------------
    Resolution: Won't Do

> Object Store based lock provider
> --------------------------------
>
>                 Key: HUDI-4895
>                 URL: https://issues.apache.org/jira/browse/HUDI-4895
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: multi-writer
>            Reporter: Yuwei Xiao
>            Assignee: Yuwei Xiao
>            Priority: Major
>              Labels: pull-request-available
>
> Currently, we have `FileSystemBasedLockProvier`, which relies on the atomic guarantee of the underlying file system. Specifically, only with filesystem's atomic rename & atomic create capability, the LockProvider can work properly.
>  
> However, many of hudi users use object store (e.g., S3, OSS). So we wants to implement an object store based lock provider.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)