wombatu-kun commented on PR #16524: URL: https://github.com/apache/iceberg/pull/16524#issuecomment-5674825620
@sungwy rebased onto main, but I found a problem in my own change: a per-signer `authManager` undoes #13215, because `RESTSessionCatalog` creates new signers for each table load with remote signing, so every load would fetch its own token. I'd fix it by sharing the HTTP client and auth manager per catalog configuration (ref-counted, like `HttpClientCache`) and keeping the signed-component cache per signer. Does that direction work for you? cc @nastra @danielcweeks -- 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]
