flysen opened a new pull request, #18064: URL: https://github.com/apache/iceberg/pull/18064
S3 write calls (putObject, multipart upload) block synchronously with no timeout — a stalled connection can hang the calling thread indefinitely with no exception or log output. Add s3.api-call-timeout-ms and s3.api-call-attempt-timeout-ms, wired to the SDK's ClientOverrideConfiguration, so a stalled call throws instead of hanging silently. Off by default; only active if configured. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
