zuston commented on code in PR #2080:
URL:
https://github.com/apache/incubator-uniffle/pull/2080#discussion_r1726892579
##########
client-spark/common/src/main/java/org/apache/spark/shuffle/RssSparkConfig.java:
##########
@@ -318,7 +318,7 @@ public class RssSparkConfig {
public static final ConfigEntry<Integer> RSS_CLIENT_BITMAP_SPLIT_NUM =
createIntegerBuilder(new
ConfigBuilder("spark.rss.client.bitmap.splitNum"))
- .createWithDefault(1);
+ .createWithDefault(10);
Review Comment:
This is not a recommended default option. If the number is larger, the race
condition of writing will increase
--
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]