PavithranRick opened a new issue, #18072: URL: https://github.com/apache/hudi/issues/18072
### Bug Description **What happened:** Cleaner failures due to marker retries **What you expected:** Retries to suceed for markers **Fix needed** When using the remote marker files, if the request times out but the marker is created then the retry will fail. This should succeed. We need to add some request ID or other tracker that allows us to make idempotent retries without creating other risks. ### Environment **Hudi version:** **Query engine:** (Spark/Flink/Trino etc) **Relevant configs:** ### Logs and Stack Trace _No response_ -- 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]
