yihua commented on issue #7577: URL: https://github.com/apache/hudi/issues/7577#issuecomment-1371893173
Also, if sync table services are triggered by the streaming job, the [concurrency control configs](https://hudi.apache.org/docs/metadata#deployment-model-b-single-writer-with-async-table-services) need to be set. If not, this can also lead to inconsistency between the internal metadata table and the Hudi data table. To repair this, you can always turn off the metadata table by setting `hoodie.metadata.enable=false`, let the job run for some time to generate some commits, and then turn on metadata table again by removing `hoodie.metadata.enable=false`. -- 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]
