SHIVANSH-ux-ys commented on PR #17914: URL: https://github.com/apache/iceberg/pull/17914#issuecomment-5498649546
Thanks @yangshangqing95! Refactored `signedComponentCache` to be a per-instance `@Value.Lazy` cache on `S3V4RestSignerClient` rather than a shared static cache. This structurally isolates signed components per client instance without storing credentials in the cache key. Also updated the test name to `doesNotReuseSignedComponentAcrossSignerClients()` following Iceberg's naming convention and pushed the updates! -- 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]
