turboFei commented on code in PR #2994:
URL: https://github.com/apache/celeborn/pull/2994#discussion_r1883063618


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -1918,11 +1920,12 @@ object CelebornConf extends Logging {
   val NETWORK_IO_MODE: ConfigEntry[String] =
     buildConf("celeborn.<module>.io.mode")
       .categories("network")
-      .doc("Netty EventLoopGroup backend, available options: NIO, EPOLL.")
+      .doc("Netty EventLoopGroup backend, available options: NIO, EPOLL. The 
default IO mode is EPOLL for the available epoll mode.")

Review Comment:
   nit:
   ```
   If epoll mode is available, the default IO mode is EPOLL; otherwise, it 
defaults to NIO.
   ```



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