LuciferYang opened a new pull request #33848: URL: https://github.com/apache/spark/pull/33848
### What changes were proposed in this pull request? The Guava Cache use in Spark with weight eviction mechanism has risk of memory leak because `LocalCache` weight eviction does not work when `maxSegmentWeight is >= Int.MAX_VALUE` [Guava#1761](https://github.com/google/guava/issues/1761) Now these pr is WIP and only give a new UT can reproduce this issue. ### Why are the changes needed? Bug fix ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? -- 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]
