gaborkaszab commented on PR #13560: URL: https://github.com/apache/iceberg/pull/13560#issuecomment-3074096522
As described in the commit message, the purpose here is to expose the stats of the manifest file content cache. This would be useful to see the cache hot/miss ratio and to have some observability on the performance of this cache so that admins can tweak the configs of the cache. This is probably the simplest solution I could think of where we expose the Caffeine.CacheStats through a public method. There might be more complex solutions where we introduce an API for providing stats but I found that an overkill. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org