zuston commented on code in PR #2509: URL: https://github.com/apache/uniffle/pull/2509#discussion_r2156535021
########## proto/src/main/proto/Rss.proto: ########## @@ -636,6 +638,8 @@ message ReportShuffleReadMetricRequest { int32 stageId = 2; int64 taskId = 3; map<string, ShuffleReadMetric> metrics = 4; + bool isShuffleReadFailed = 6; Review Comment: > Could u remove `shuffle` and why this is 6 instead of 5? Mistake. > Is this a boolean or enum? boolean -- 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: issues-unsubscr...@uniffle.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@uniffle.apache.org For additional commands, e-mail: issues-h...@uniffle.apache.org