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

[jira] [Closed] (HUDI-4817) Markers are not deleted after bootstrap operation

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

Sagar Sumit closed HUDI-4817.
-----------------------------
    Resolution: Fixed

> Markers are not deleted after bootstrap operation
> -------------------------------------------------
>
>                 Key: HUDI-4817
>                 URL: https://issues.apache.org/jira/browse/HUDI-4817
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: bootstrap
>    Affects Versions: 0.12.0
>            Reporter: Ethan Guo
>            Assignee: Ethan Guo
>            Priority: Critical
>              Labels: bootstrap, pull-request-available
>             Fix For: 0.12.1
>
>
> After the bootstrap operation finishes, the markers are left behind, not cleaned up.
>  
> {code:java}
> ls -l .hoodie/.temp/00000000000002/
> total 24
> -rw-r--r--   MARKERS.type
> -rw-r--r--   MARKERS0
> -rw-r--r--   MARKERS4 {code}
> {code:java}
> ls -l .hoodie/
> total 40
> -rw-r--r--   00000000000002.commit
> -rw-r--r--   00000000000002.commit.requested
> -rw-r--r--   00000000000002.inflight
> drwxr-xr-x   archived
> -rw-r--r--   hoodie.properties
> drwxr-xr-x   metadata {code}
>  



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