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
   
   ![Cache 
OutOfMemory](https://upload-images.jianshu.io/upload_images/18249296-ed0cfee76b6f6bf2.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
   ![Many 
Paths](https://upload-images.jianshu.io/upload_images/18249296-f85e27a501605260.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
   
   [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]

Reply via email to