📋 团队日志查看中心

🏠 返回主页


📄 当前正在查看:测试环境 (ceshi) buyer/lili-logs/buyer-api-ceshi-2026-08-29.log

📥 下载完整日志文件

[... 因文件较大,当前仅展示最新更新的尾部日志 ...]

nnel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:51:50.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2254
2026-08-29 23:51:50.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:51:50.856  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:51:50.857  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@765d6ffc(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:51:50.858  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:51:50.858  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:51:50.858  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:51:50.858  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:51:50.859  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:52:20.854  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2255
2026-08-29 23:52:20.862  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:52:20.862  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:52:20.863  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:52:20.863  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:52:20.863  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:52:20.863  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:52:20.863  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:52:20.863  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3be1437a(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:52:50.854  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2256
2026-08-29 23:52:50.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:52:50.855  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:52:50.856  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:52:50.856  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ba5a5b2(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:52:50.856  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:52:50.856  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:52:50.856  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:52:50.856  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:53:20.854  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2257
2026-08-29 23:53:20.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:53:20.855  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:53:20.857  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:53:20.857  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:53:20.857  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:53:20.857  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:53:20.858  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@8d934b0(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:53:20.859  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:53:50.854  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2258
2026-08-29 23:53:50.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:53:50.855  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:53:50.856  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@595f55c7(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:53:50.857  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:53:50.857  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:53:50.857  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:53:50.857  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:53:50.859  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:54:20.854  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2259
2026-08-29 23:54:20.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:54:20.855  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:54:20.856  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d86f27f(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:54:20.856  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:54:20.857  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:54:20.857  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:54:20.857  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:54:20.857  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:54:50.854  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2260
2026-08-29 23:54:50.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:54:50.856  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:54:50.856  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:54:50.856  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:54:50.856  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:54:50.856  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:54:50.856  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:54:50.856  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1aaa293b(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:55:20.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2261
2026-08-29 23:55:20.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:55:20.857  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:55:20.857  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:55:20.857  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@642ffc6d(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:55:20.857  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:55:20.858  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:55:20.858  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:55:20.858  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:55:50.854  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2262
2026-08-29 23:55:50.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:55:50.855  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:55:50.856  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:55:50.856  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@355e4c48(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:55:50.856  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:55:50.856  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:55:50.856  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:55:50.856  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:56:20.859  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2263
2026-08-29 23:56:20.859  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:56:20.865  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:56:20.867  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:56:20.867  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@52e6979(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:56:20.868  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:56:20.868  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:56:20.868  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:56:20.868  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:56:50.854  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2264
2026-08-29 23:56:50.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:56:50.856  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:56:50.857  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:56:50.857  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:56:50.857  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:56:50.857  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:56:50.857  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:56:50.857  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6178a23f(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:57:04.440  INFO 2501887 --- [quartzScheduler_Worker-4] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 23:57:20.854  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2265
2026-08-29 23:57:20.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:57:20.856  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:57:20.857  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:57:20.857  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:57:20.857  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:57:20.857  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:57:20.857  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f905787(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:57:20.857  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:57:50.854  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2266
2026-08-29 23:57:50.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:57:50.856  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:57:50.859  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:57:50.859  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:57:50.859  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:57:50.859  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:57:50.859  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b5b7810(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:57:50.859  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:58:20.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2267
2026-08-29 23:58:20.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:58:20.861  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:58:20.863  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6df85d6(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:58:20.864  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:58:20.864  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:58:20.864  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:58:20.864  INFO 2501887 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:58:20.865  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:58:50.854  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2268
2026-08-29 23:58:50.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:58:50.856  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:58:50.859  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a4cc8e8(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:58:50.859  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:58:50.859  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:58:50.859  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:58:50.859  INFO 2501887 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:58:50.860  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:59:20.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2269
2026-08-29 23:59:20.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:59:20.856  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:59:20.857  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5dd485d5(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:59:20.858  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:59:20.864  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:59:20.864  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:59:20.864  INFO 2501887 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:59:20.869  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:59:50.854  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2270
2026-08-29 23:59:50.855  INFO 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:59:50.855  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:59:50.856  WARN 2501887 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@65dc0485(failure: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877)

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9877
Caused by: java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.pollConnect(Native Method)
	at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:684)
	at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 23:59:50.857  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:59:50.857  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:59:50.857  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:59:50.857  INFO 2501887 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:59:50.857  INFO 2501887 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true