Aload commented on issue #5720: URL: https://github.com/apache/hudi/issues/5720#issuecomment-1143228555
> when i use spark write data to hudi and set hoodie.metadata.enable=true,The same problem occurred. > > After the program was restarted, every time, the error is reported after the program completes about 11 commits, which seems to be the metadata table has been cleaned up once. > > but when i set hoodie.metadata.enable=false , The program can run normally for a long time . > > versions:spark-3.1.1 , [hudi-0](https://issues.apache.org/jira/browse/HUDI-0).11.0 , hadoop3.3.0 The default value of Flink is metadata.enable=false, but it does not take effect. Reference: https://github.com/apache/hudi/pull/5617 https://github.com/apache/hudi/pull/5640 https://github.com/apache/hudi/pull/5716 Has been resolved -- 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]
