Ethan Guo created HUDI-4817:
-------------------------------
Summary: 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
Reporter: Ethan Guo
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)