linliu-code opened a new issue, #18438: URL: https://github.com/apache/hudi/issues/18438
### Bug Description **What happened:** Underlying storage (s3/GCS/Azure storage) may throw 429 for rate limiting purpose. Due to this behavior, the storage lock file may not be updated during unblock phase, which cause the dangling lock error. **What you expected:** We should retry when we see 429 error to reduce the dangling lock error. **Steps to reproduce:** 1. 2. 3. ### 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]
