zuston commented on code in PR #2080:
URL: 
https://github.com/apache/incubator-uniffle/pull/2080#discussion_r1728430045


##########
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:
   Oh. my fault. This will reduce the race condition, but will cost more 
memory, right? 



-- 
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]

Reply via email to