Open torvalds-dev-testbot[bot] opened 3 months ago
Hello! 👋 Please wait while I generate the follow up questions; this usually takes about 30 seconds
Based on the documentation snippets provided, the errors An error occurred while calling o214.save. Failed to update metadata
and An error occurred while calling o214.save. Error waiting for async clean service to finish
are likely occurring during the processing of CDC files for operational tables using AWS Glue and Hudi. The errors may be related to issues with metadata updates or async clean service delays during the processing. To troubleshoot and mitigate these errors, consider the following steps:
These steps can help identify and address the root cause of the errors occurring during the processing of CDC data in Hudi tables using AWS Glue.
Sources:
Ticket created successfully. Here is the link to the GitHub issue: https://github.com/numberlabs-developers/hudi/issues/229
Tips before filing an issue
Have you gone through our FAQs?
Join the mailing list to engage in conversations and get faster support at dev-subscribe@hudi.apache.org.
If you have triaged this as a bug, then file an issue directly.
Describe the problem you faced
I recently cutover my postgres databases to send CDC data via Debezium and am processing the data into my data lake’s Hudi tables via AWS Glue. Periodically, I encounter errors like:
An error occurred while calling o214.save. Failed to update metadata
An error occurred while calling o214.save. Error waiting for async clean service to finish
When I wait and rerun the jobs, they eventually complete successfully, but this issue is becoming frequent. :wallbang:
To Reproduce
Steps to reproduce the behavior: 1. 2. 3. 4.
Expected behavior
A clear and concise description of what you expected to happen.
Environment Description
Additional context
Add any other context about the problem here.
Stacktrace
Please provide the stack trace of the error.