alexr17 commented on code in PR #14286: URL: https://github.com/apache/hudi/pull/14286#discussion_r2561298266
########## rfc/rfc-91/rfc-91-2.md: ########## @@ -0,0 +1,75 @@ + +# RFC-91-2: Storage LP conditional write retry handling + +Conditional writes with s3 which are retried due to transient issues are not idempotent, meaning that a successful PUT can go through but a retry can turn the response into a 412. Review Comment: unfortunately was not able to reproduce this. will add more explanation around this. -- 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]
