[
https://issues.apache.org/jira/browse/HUDI-4817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo updated HUDI-4817:
----------------------------
Component/s: bootstrap
> 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
> Reporter: Ethan Guo
> Assignee: Ethan Guo
> Priority: Major
> Labels: bootstrap
> 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)