SteNicholas commented on code in PR #2994:
URL: https://github.com/apache/celeborn/pull/2994#discussion_r1882191317
##########
common/src/test/scala/org/apache/celeborn/common/rpc/netty/NettyRpcEnvSuite.scala:
##########
@@ -42,7 +43,7 @@ class NettyRpcEnvSuite extends RpcEnvSuite with TimeLimits {
port: Int,
clientMode: Boolean = false): RpcEnv = {
val config = RpcEnvConfig(
- conf,
+ conf.set(s"celeborn.$transportModule.io.mode", IOMode.NIO.name()),
Review Comment:
The test case `port conflict` has exception that
`io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address
already in use` for using default `EPOLL` io mode.
--
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]