c-f-cooper opened a new issue, #8696: URL: https://github.com/apache/hudi/issues/8696
**_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** when i use flink multi writer to write hudi,the exception of file does not exist occured in my program.my table type is cow,table operation is insert config: ` metadata.enabled=false hoodie.cleaner.failed.writes=LAZY clustering.schedule.enabled=true clustering.async.enabled=true ` **To Reproduce** **Expected behavior** A clear and concise description of what you expected to happen. **Environment Description** * Hudi version : 0.13.0 * Flink version : 1.15.0 * Hive version : 3.1.2 * Hadoop version : 3.3.2 * Storage (HDFS/S3/GCS..) : hdfs * Running on Docker? (yes/no) : yes,flink on k8s **Additional context** Add any other context about the problem here. **Stacktrace** ```Add the stacktrace of the error.``` -- 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]
