zuston commented on code in PR #1652:
URL:
https://github.com/apache/incubator-uniffle/pull/1652#discussion_r1576205239
##########
client-spark/common/src/main/java/org/apache/spark/shuffle/RssSparkConfig.java:
##########
@@ -64,6 +64,26 @@ public class RssSparkConfig {
.withDescription(
"The memory spill switch triggered by Spark TaskMemoryManager,
default value is false.");
+ public static final ConfigOption<Integer>
RSS_PARTITION_REASSIGN_LOAD_BALANCE_SERVER_NUM =
+ ConfigOptions.key("rss.client.partitionReassign.loadBalanceServerNum")
Review Comment:
I hope this loadBalance server num could be scoped in the partition reassign
feature, so I name this.
rebalance as a group looks unrelated with the partition reassign
--
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]