jerqi commented on code in PR #59:
URL: https://github.com/apache/incubator-uniffle/pull/59#discussion_r922677763
##########
client/src/main/java/org/apache/uniffle/client/util/RssClientConfig.java:
##########
@@ -36,6 +38,8 @@ public class RssClientConfig {
public static final boolean RSS_DATA_REPLICA_SKIP_ENABLED_DEFAULT_VALUE =
true;
public static final String RSS_DATA_TRANSFER_POOL_SIZE =
"rss.client.data.transfer.pool.size";
public static final int RSS_DATA_TRANFER_POOL_SIZE_DEFAULT_VALUE =
Runtime.getRuntime().availableProcessors();
+ public static final String RSS_COMMIT_SENDER_POOL_SIZE =
"rss.client.commit.sender.pool.size";
+ public static final int RSS_COMMIT_SENDER_POOL_SIZE_DEFAULT_VALUE = -1;
Review Comment:
Why is the default value `-1`?
--
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]