qiaozhanwei commented on issue #3789: URL: https://github.com/apache/incubator-dolphinscheduler/issues/3789#issuecomment-698233149
I think this should be a network jitter problem . but from NettyRemotingClient.createChannel . I thik can modify channelFuture.awaitUninterruptibly(this.nettyClientConfig.getConnectTimeoutMillis()) 我觉得这应该是网络抖动的问题 . NettyRemotingClient.createChannel 中的future.sync() 可以修改为 channelFuture.awaitUninterruptibly(this.nettyClientConfig.getConnectTimeoutMillis()) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
