Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20546#discussion_r168137296
--- Diff: core/src/main/java/org/apache/spark/SparkExecutorInfo.java ---
@@ -30,4 +30,8 @@
int port();
long cacheSize();
int numRunningTasks();
+ long usedOnHeapStorageMemory();
--- End diff --
This information was exposed by the public method being removed by this PR,
so it makes sense to add these so that people still have a way to get that data.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]