zuston commented on code in PR #2653:
URL: https://github.com/apache/uniffle/pull/2653#discussion_r2465281451
##########
client-spark/spark3/src/main/java/org/apache/spark/shuffle/reader/RssShuffleReader.java:
##########
@@ -247,7 +293,9 @@ private String getReadInfo() {
+ mapStartIndex
+ ", "
+ mapEndIndex
- + ")";
+ + "]"
+ + ", expected records: "
Review Comment:
this log will frequently cause verbose. I will add this into the event log
to show in UI
--
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]