advancedxy commented on code in PR #396:
URL: https://github.com/apache/incubator-uniffle/pull/396#discussion_r1045544448
##########
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:
Sorry, never mind. I misunderstood your intention. The large block split
logic is already covered by upper event creation.
--
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]