advancedxy commented on code in PR #396:
URL: https://github.com/apache/incubator-uniffle/pull/396#discussion_r1045479591
##########
server/src/main/java/org/apache/uniffle/server/ShuffleServerConf.java:
##########
@@ -314,6 +314,12 @@ public class ShuffleServerConf extends RssBaseConf {
.defaultValue(3600 * 1000L)
.withDescription("the interval of leak shuffle data check");
+ public static final ConfigOption<Integer>
SERVER_MAX_CONCURRENCY_OF_ONE_PARTITION = ConfigOptions
Review Comment:
I believe there should be at least another size threshold config to trigger
multiple wrtiers?
--
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]