RexXiong commented on code in PR #3245: URL: https://github.com/apache/celeborn/pull/3245#discussion_r2083200633
########## common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala: ########## @@ -2093,6 +2097,15 @@ object CelebornConf extends Logging { .intConf .createWithDefault(0) + val NETWORK_IO_THREADS: ConfigEntry[Int] = + buildConf("celeborn.<module>.io.threads") Review Comment: use `celeborn.<module>.io.clientThreads` together with `celeborn.<module>.io.serverThreads`? ########## common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala: ########## @@ -2093,6 +2097,15 @@ object CelebornConf extends Logging { .intConf .createWithDefault(0) + val NETWORK_IO_THREADS: ConfigEntry[Int] = + buildConf("celeborn.<module>.io.threads") + .categories("network") + .doc("Number of threads used in the server and client thread pool. " + Review Comment: Number of threads used in client thread pool -- 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: issues-unsubscr...@celeborn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org