liangtianlun opened a new pull request #30669: URL: https://github.com/apache/spark/pull/30669
### What changes were proposed in this pull request? Guava cache capacity limit join key size statistics ### Why are the changes needed? When using guava cache, the key size is not counted, resulting in memory overflow. If the value is infinitely small, then the heap memory can store countless File type keys. I think this is a defect ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No   [YARN GC ALARM](https://www.jianshu.com/writer#/notebooks/37701793/notes/80461429/preview) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
