adutra commented on issue #12363: URL: https://github.com/apache/iceberg/issues/12363#issuecomment-2677837683
@varpa89 I don't know what `session=NONE` is, is that a Trino/Spark property? From what I see, your session cache is full of "context" sessions because only context sessions have UUID keys. Are you creating the catalog client with [this constructor](https://github.com/apache/iceberg/blob/1e126e24e2c4b639e2509d3f8194e5ceaace6d56/core/src/main/java/org/apache/iceberg/rest/RESTCatalog.java#L65-L67)? In any case, you shouldn't end up with one auth session per request, session contexts are meant to be reused. -- 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]
