weihubeats opened a new issue, #7243: URL: https://github.com/apache/rocketmq/issues/7243
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment Ubuntu 22.04.2 LTS ### RocketMQ version 5.1.0 ### JDK Version 1.8 ### Describe the Bug Failed to write response[request code: 60, response code: 0, opaque: 8154] to channel[id: 0x675d9a9f, L:/192.168.1.40:30909 ! R:/192.168.1.42:45266] io.netty.channel.StacklessClosedChannelException: null at io.netty.channel.AbstractChannel$AbstractUnsafe.write(Object, ChannelPromise)(Unknown Source) 2023-08-24 14:35:38 INFO NettyServerCodecThread_9 - NETTY SERVER PIPELINE: channelInactive, the channel[192.168.1.42:23046] 2023-08-24 14:35:38 INFO NettyServerCodecThread_9 - NETTY SERVER PIPELINE: channelUnregistered, the channel[192.168.1.42:23046] 2023-08-24 14:35:38 INFO NettyServerCodecThread_10 - NETTY SERVER PIPELINE: channelRegistered 192.168.1.42:23050 2023-08-24 14:35:38 INFO NettyServerCodecThread_10 - NETTY SERVER PIPELINE: channelActive, the channel[192.168.1.42:23050] 2023-08-24 14:35:38 ERROR NettyServerEPOLLSelector_5_3 - Failed to write response[request code: 21, response code: 0, opaque: 8176] to channel[id: 0x102f41a0, L:/192.168.1.40:30909 ! R:/192.168.1.42:45278] io.netty.channel.StacklessClosedChannelException: null at io.netty.channel.AbstractChannel$AbstractUnsafe.write(Object, ChannelPromise)(Unknown Source) 2023-08-24 14:35:41 INFO NettyServerCodecThread_10 - NETTY SERVER PIPELINE: channelInactive, the channel[192.168.1.42:23050] 2023-08-24 14:35:41 INFO NettyServerCodecThread_10 - NETTY SERVER PIPELINE: channelUnregistered, the channel[192.168.1.42:23050] 2023-08-24 14:35:41 INFO NettyServerCodecThread_2 - NETTY SERVER PIPELINE: channelRegistered 192.168.1.42:55430 2023-08-24 14:35:41 INFO NettyServerCodecThread_2 - NETTY SERVER PIPELINE: channelActive, the channel[192.168.1.42:55430] 2023-08-24 14:35:43 ERROR NettyServerEPOLLSelector_5_2 - Failed to write response[request code: 43, response code: 0, opaque: 8190] to channel[id: 0xa079b68e, L:/192.168.1.40:30911 ! R:/192.168.1.42:34376] io.netty.channel.StacklessClosedChannelException: null ### Steps to Reproduce no ### What Did You Expect to See? no timeout ### What Did You See Instead? time out ### Additional Context _No response_ -- 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]
