mridulm commented on code in PR #2065:
URL: 
https://github.com/apache/incubator-celeborn/pull/2065#discussion_r1381171496


##########
common/src/main/scala/org/apache/celeborn/common/util/Utils.scala:
##########
@@ -476,14 +476,14 @@ object Utils extends Logging {
     hostPortParseResults.get(hostPort)
   }
 
-  private val MAX_DEFAULT_NETTY_THREADS = 64
+  private var maxDefaultNettyThreads = 64

Review Comment:
   Do we want to simply eliminate this variable ?
   Pass `conf` to `defaultNumThreads` and fetch from there ?



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

Reply via email to