gengliangwang commented on code in PR #39108:
URL: https://github.com/apache/spark/pull/39108#discussion_r1054918539
##########
core/src/main/protobuf/org/apache/spark/status/protobuf/store_types.proto:
##########
@@ -244,3 +244,17 @@ message RDDStorageInfoWrapper {
message ResourceProfileWrapper {
ResourceProfileInfo rpInfo = 1;
}
+
+message SpeculationStageSummary {
+ int32 num_tasks = 1;
+ int32 num_active_tasks = 2;
+ int32 num_completed_tasks = 3;
+ int32 num_failed_tasks = 4;
+ int32 num_killed_tasks = 5;
+}
+
+message SpeculationStageSummaryWrapper {
+ int32 stage_id = 1;
Review Comment:
As per @mridulm , let's set all the stage/job/task id as int64
--
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]