dao-jun commented on PR #22015: URL: https://github.com/apache/pulsar/pull/22015#issuecomment-1936080318
seems netty's issue, but I've checked netty's source code, this is just a WARN log. but if we want to fix it, maybe we can change the [line](https://github.com/netty/netty/blob/4.1/transport-classes-epoll/src/main/java/io/netty/channel/epoll/AbstractEpollStreamChannel.java#L894) to: `promise.tryFailure(cause)` -- 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]
