desaismi opened a new issue, #6069:
URL: https://github.com/apache/hudi/issues/6069

   **_Tips before filing an issue_**
   
   - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
   
   - Join the mailing list to engage in conversations and get faster support at 
[email protected].
   
   - If you have triaged this as a bug, then file an 
[issue](https://issues.apache.org/jira/projects/HUDI/issues) directly.
   
   **Describe the problem you faced**
   
   A clear and concise description of the problem.
   Upon writing to tables in s3 using Hudi, Hudi creates 
`.hoodie/.temp/<commit_instant>` artifacts in the metadata folder folder for 
the table. After write is complete, the temp artifacts get deleted along with 
the `.temp/ ` folder. For a couple of our tables, we have noticed the temp 
artifacts never got deleted. We want to figure out why this occurred, and if 
it's safe to manually delete the artifacts remaining from past writes.
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   Not sure, we are writing to the same table every 10 minutes consistently and 
seeing this occur once for a couple of tables
   
   **Expected behavior**
   
   We expect that the temp artifacts are deleted after each write to a table
   
   **Environment Description**
   
   * Hudi version : 0.8.0
   
   * Spark version : Spark 2.4.7
   
   * Hive version : Hive 2.3.7
   
   * Hadoop version : Amazon 2.10.1
   
   * Storage (HDFS/S3/GCS..) : S3
   
   * Running on Docker? (yes/no) : No
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to