Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
Description
This is a follow-up work of SPARK-9104 to expose the Netty memory usage to MetricsSystem. My initial thought is to only expose Shuffle memory usage, since shuffle is a major part of memory usage in network communication compared to RPC, file server, block transfer.
If user wants to also expose Netty memory usage for other modules, we could add more metrics later.