advancedxy commented on code in PR #693:
URL: https://github.com/apache/incubator-uniffle/pull/693#discussion_r1145709454
##########
client-spark/spark3/src/main/java/org/apache/spark/shuffle/reader/RssShuffleReader.java:
##########
@@ -173,6 +175,20 @@ public Void apply(TaskContext context) {
if (!(resultIter instanceof InterruptibleIterator)) {
resultIter = new InterruptibleIterator<>(context, resultIter);
}
+ // stage re-compute and shuffle manager server port are both set
+ if (rssConf.getBoolean(RssClientConfig.RSS_STAGE_RECOMPUTE, false)
Review Comment:
yes.. `RssClientConfig.RSS_STAGE_RECOMPUTE` is a string, the spark prefix is
stripped.
--
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]