mridulm commented on code in PR #47872:
URL: https://github.com/apache/spark/pull/47872#discussion_r1743028581
##########
core/src/main/protobuf/org/apache/spark/status/protobuf/store_types.proto:
##########
@@ -128,6 +128,8 @@ message TaskDataWrapper {
int64 shuffle_merged_local_bytes_read = 49;
int64 shuffle_remote_reqs_duration = 50;
int64 shuffle_merged_remote_req_duration = 51;
+ int64 peak_on_heap_execution_memory = 52;
+ int64 peak_off_heap_execution_memory = 53;
Review Comment:
Add to `ExecutorStageSummary`, `ExecutorSummary`,
`ExecutorMetricsDistributions` as well.
(Here and other model classes)
--
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]